Skip to content

Commit d4b1378

Browse files
committed
Refs #23269: Update workflows
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent f3bd1af commit d4b1378

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.2.x'
15+
- '2.3.x'
1616
- '2.x'
1717
steps:
1818
- name: Mirror action step

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ jobs:
2020
run-tests: true
2121
use-ccache: false
2222

23+
# python 2.2.x - fastdds 3.2.x
24+
nightly-ubuntu-ci-2_2_x:
25+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.2.x
26+
with:
27+
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
28+
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
29+
os-version: 'ubuntu-22.04'
30+
label: 'nightly-ubuntu-ci-2.2.x-3.2.x'
31+
fastdds-python-branch: '2.2.x'
32+
fastdds-branch: '3.2.x'
33+
run-build: true
34+
run-tests: true
35+
use-ccache: false
36+
2337
# python 1.4.x - fastdds 2.14.x
2438
nightly-ubuntu-ci-1_4_x:
2539
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.4.x

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ jobs:
1818
run-build: true
1919
run-tests: true
2020

21+
# python 2.2.x - fastdds 3.2.x
22+
nightly-windows-ci-2_2_x:
23+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.2.x
24+
with:
25+
os-version: 'windows-2019'
26+
vs-toolset: 'v142'
27+
label: 'nightly-windows-v142-ci-2.2.x-3.2.x'
28+
fastdds-python-branch: '2.2.x'
29+
fastdds-branch: '3.2.x'
30+
run-build: true
31+
run-tests: true
32+
2133
# python 1.4.x - fastdds 2.14.x
2234
nightly-windows-ci-1_4_x:
2335
strategy:

0 commit comments

Comments
 (0)