Skip to content

Commit

Permalink
Remove 2.1.x branch from nightly jobs (#223)
Browse files Browse the repository at this point in the history
* Refs #21309: Remove 2.1.x branch from nightly jobs

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #21309: Apply Edu' suggestion

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 12, 2024
1 parent 624080a commit 872c324
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
12 changes: 1 addition & 11 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 All @@ -49,7 +39,7 @@ jobs:
nightly-mac-ci-1_0_x:
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.0.x
with:
os-version: 'mac-13'
os-version: 'macos-13'
label: 'nightly-mac-ci-1.0.x'
fastcdr-branch: '1.0.x'
run-build: true
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 872c324

Please sign in to comment.