Skip to content

Commit

Permalink
Remove non-master ci
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Jul 16, 2024
1 parent bb02270 commit 8af1eb7
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,43 @@ jobs:
run-tests: true
use-ccache: false

nightly-ubuntu-ci-2_14_x:
strategy:
fail-fast: false
matrix:
os-image:
- 'ubuntu-22.04'
security:
- true
- false
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
os-image: ${{ matrix.os-image }}
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.14.x'
ctest-args: "-LE xfail"
fastdds-branch: '2.14.x'
security: ${{ matrix.security }}
run-build: true
run-tests: true
use-ccache: false
# nightly-ubuntu-ci-2_14_x:
# strategy:
# fail-fast: false
# matrix:
# os-image:
# - 'ubuntu-22.04'
# security:
# - true
# - false
# uses: eProsima/Fast-DDS/.github/workflows/[email protected]
# with:
# os-image: ${{ matrix.os-image }}
# label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.14.x'
# ctest-args: "-LE xfail"
# fastdds-branch: '2.14.x'
# security: ${{ matrix.security }}
# run-build: true
# run-tests: true
# use-ccache: false

nightly-ubuntu-ci-2_10_x:
strategy:
fail-fast: false
matrix:
os-image:
- 'ubuntu-22.04'
security:
- true
- false
uses: eProsima/Fast-DDS/.github/workflows/[email protected]
with:
os-image: ${{ matrix.os-image }}
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.10.x'
ctest-args: "-LE xfail"
fastdds-branch: '2.10.x'
security: ${{ matrix.security }}
run-build: true
run-tests: true
use-ccache: false
# nightly-ubuntu-ci-2_10_x:
# strategy:
# fail-fast: false
# matrix:
# os-image:
# - 'ubuntu-22.04'
# security:
# - true
# - false
# uses: eProsima/Fast-DDS/.github/workflows/[email protected]
# with:
# os-image: ${{ matrix.os-image }}
# label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.10.x'
# ctest-args: "-LE xfail"
# fastdds-branch: '2.10.x'
# security: ${{ matrix.security }}
# run-build: true
# run-tests: true
# use-ccache: false

0 comments on commit 8af1eb7

Please sign in to comment.