File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 1.4.x -->
20+ <!-- @Mergifyio backport 2.2.x 1.4.x -->
2121
2222<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323<!-- Fixes #(issue) -->
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424 cmake_policy (SET CMP0086 NEW )
2525endif ()
2626
27- project (fastdds_python VERSION 2.2 .0)
27+ project (fastdds_python VERSION 2.3 .0)
2828
2929# Set BUILD_TESTING to OFF by default.
3030if (NOT BUILD_TESTING)
You can’t perform that action at this time.
0 commit comments