From 8af1eb7c2c8344dce326bff33fe1450939c89711 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 16 Jul 2024 08:11:39 +0200 Subject: [PATCH] Remove non-master ci Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/nightly-ubuntu-ci.yml | 76 ++++++++++++------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index c965044df44..9c9f8dbbb60 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -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/reusable-ubuntu-ci.yml@2.14.x - 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/reusable-ubuntu-ci.yml@2.14.x + # 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/reusable-ubuntu-ci.yml@2.10.x - 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/reusable-ubuntu-ci.yml@2.10.x + # 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