Skip to content

Commit d7940c2

Browse files
Remove EOL versions from PR template and nightly jobs (#256)
* Refs #22103. Remove EOL versions from PR template backports. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22103. Remove EOL versions from nightly jobs. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 5b8025b commit d7940c2

4 files changed

Lines changed: 1 addition & 38 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1818
Please uncomment following line, adjusting the corresponding target branches for the backport.
1919
-->
20-
<!-- @Mergifyio backport 2.1.x 1.0.x -->
20+
<!-- @Mergifyio backport 1.0.x -->
2121

2222
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323
<!-- Fixes #(issue) -->

.github/workflows/nightly-mac-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-mac-ci-1_1_x:
30-
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x
31-
with:
32-
os-version: 'macos-13'
33-
label: 'nightly-mac-ci-1.1.x'
34-
fastcdr-branch: '1.1.x'
35-
run-build: true
36-
run-tests: true
37-
use-ccache: false
38-
3929
nightly-mac-ci-1_0_x:
4030
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.0.x
4131
with:

.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-1_1_x:
30-
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x
31-
with:
32-
os-version: 'ubuntu-22.04'
33-
label: 'nightly-ubuntu-ci-1.1.x'
34-
fastcdr-branch: '1.1.x'
35-
run-build: true
36-
run-tests: true
37-
use-ccache: false
38-
3929
nightly-ubuntu-ci-1_0_x:
4030
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.0.x
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-1_1_x:
44-
strategy:
45-
fail-fast: false
46-
matrix:
47-
vs-toolset:
48-
- 'v141'
49-
- 'v142'
50-
uses: eProsima/Fast-CDR/.github/workflows/reusable-ci.yml@1.1.x
51-
with:
52-
os-version: 'windows-2019'
53-
vs-toolset: ${{ matrix.vs-toolset }}
54-
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.1.x'
55-
fastcdr-branch: '1.1.x'
56-
run-build: true
57-
run-tests: true
58-
use-ccache: false
59-
6043
nightly-windows-ci-1_0_x:
6144
strategy:
6245
fail-fast: false

0 commit comments

Comments
 (0)