Skip to content

Commit 676cb81

Browse files
authored
Remove EOL versions & add new nightly for Fast DDS 3.2.x with 4.1.x (#497)
* Refs #23657: Remove 4.0.x backport and add nightly for 4.x.1 for fastdds 3.2.x Signed-off-by: Jesus Perez <[email protected]> * Refs #23657: Remove 2.5.x backport Signed-off-by: Jesus Perez <[email protected]> --------- Signed-off-by: Jesus Perez <[email protected]>
1 parent d3b095c commit 676cb81

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

.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 4.0.x 3.3.x 2.5.x 2.1.x -->
20+
<!-- @Mergifyio backport 3.3.x 2.1.x -->
2121

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

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

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,27 @@ jobs:
2727
run-tests: true
2828
use-ccache: false
2929

30+
nightly-ubuntu-ci-4_1_x:
31+
strategy:
32+
fail-fast: false
33+
matrix:
34+
java-version:
35+
- 'openjdk-11-jdk'
36+
- 'openjdk-19-jdk'
37+
uses: eProsima/Fast-DDS-Gen/.github/workflows/[email protected]
38+
with:
39+
os-version: 'ubuntu-22.04'
40+
java-version: ${{ matrix.java-version }}
41+
label: 'nightly-ubuntu-ci-4.1.x'
42+
fastddsgen-branch: '4.1.x'
43+
fastdds-branch: '3.2.x'
44+
fastcdr-branch: '2.3.x'
45+
fastdds-python-branch: '2.2.x'
46+
discovery-server-branch: 'v2.0.0'
47+
run-build: true
48+
run-tests: true
49+
use-ccache: false
50+
3051
nightly-ubuntu-ci-3_3_x:
3152
strategy:
3253
fail-fast: false
@@ -50,18 +71,3 @@ jobs:
5071
run-build: true
5172
run-tests: true
5273
use-ccache: false
53-
54-
nightly-ubuntu-ci-2_5_x:
55-
uses: eProsima/Fast-DDS-Gen/.github/workflows/[email protected]
56-
with:
57-
os-version: 'ubuntu-22.04'
58-
java-version: 'openjdk-11-jdk'
59-
label: 'nightly-ubuntu-ci-2.5.x'
60-
fastddsgen-branch: '2.5.x'
61-
fastdds-branch: '2.10.x'
62-
fastcdr-branch: '1.0.x'
63-
fastdds-python-branch: '1.2.x'
64-
discovery-server-branch: 'v1.2.1'
65-
run-build: true
66-
run-tests: true
67-
use-ccache: false

0 commit comments

Comments
 (0)