Skip to content

Commit 872c324

Browse files
Remove 2.1.x branch from nightly jobs (#223)
* Refs #21309: Remove 2.1.x branch from nightly jobs Signed-off-by: JesusPoderoso <[email protected]> * Refs #21309: Apply Edu' suggestion Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]>
1 parent 624080a commit 872c324

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

.github/workflows/nightly-mac-ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
run-tests: true
2727
use-ccache: false
2828

29-
nightly-mac-ci-2_1_x:
30-
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
31-
with:
32-
os-version: 'macos-13'
33-
label: 'nightly-mac-ci-2.1.x'
34-
fastcdr-branch: '2.1.x'
35-
run-build: true
36-
run-tests: true
37-
use-ccache: false
38-
3929
nightly-mac-ci-1_1_x:
4030
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
4131
with:
@@ -49,7 +39,7 @@ jobs:
4939
nightly-mac-ci-1_0_x:
5040
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
5141
with:
52-
os-version: 'mac-13'
42+
os-version: 'macos-13'
5343
label: 'nightly-mac-ci-1.0.x'
5444
fastcdr-branch: '1.0.x'
5545
run-build: true

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ jobs:
2626
run-tests: true
2727
use-ccache: false
2828

29-
nightly-ubuntu-ci-2_1_x:
30-
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
31-
with:
32-
os-version: 'ubuntu-22.04'
33-
label: 'nightly-ubuntu-ci-2.1.x'
34-
fastcdr-branch: '2.1.x'
35-
run-build: true
36-
run-tests: true
37-
use-ccache: false
38-
3929
nightly-ubuntu-ci-1_1_x:
4030
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
4131
with:

.github/workflows/nightly-windows-ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,6 @@ jobs:
4040
run-tests: true
4141
use-ccache: false
4242

43-
nightly-windows-ci-2_1_x:
44-
strategy:
45-
fail-fast: false
46-
matrix:
47-
vs-toolset:
48-
- 'v141'
49-
- 'v142'
50-
uses: eProsima/Fast-CDR/.github/workflows/[email protected]
51-
with:
52-
os-version: 'windows-2019'
53-
vs-toolset: ${{ matrix.vs-toolset }}
54-
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-2.1.x'
55-
fastcdr-branch: '2.1.x'
56-
run-build: true
57-
run-tests: true
58-
use-ccache: false
59-
6043
nightly-windows-ci-1_1_x:
6144
strategy:
6245
fail-fast: false

0 commit comments

Comments
 (0)