Skip to content

Commit

Permalink
Refs #21309: Remove 2.1.x branch from nightly jobs
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Jul 12, 2024
1 parent 203725d commit f8e716a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/nightly-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
run-tests: true
use-ccache: false

nightly-mac-ci-2_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'macos-13'
label: 'nightly-mac-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
run-tests: true
use-ccache: false

nightly-mac-ci-1_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
run-tests: true
use-ccache: false

nightly-ubuntu-ci-2_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'ubuntu-22.04'
label: 'nightly-ubuntu-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
run-tests: true
use-ccache: false

nightly-ubuntu-ci-1_1_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x
with:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,6 @@ jobs:
run-tests: true
use-ccache: false

nightly-windows-ci-2_1_x:
strategy:
fail-fast: false
matrix:
vs-toolset:
- 'v141'
- 'v142'
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@2.1.x
with:
os-version: 'windows-2019'
vs-toolset: ${{ matrix.vs-toolset }}
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-2.1.x'
fastcdr-branch: '2.1.x'
run-build: true
run-tests: true
use-ccache: false

nightly-windows-ci-1_1_x:
strategy:
fail-fast: false
Expand Down

0 comments on commit f8e716a

Please sign in to comment.