File tree Expand file tree Collapse file tree 3 files changed +1
-27
lines changed
Expand file tree Collapse file tree 3 files changed +1
-27
lines changed 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 2.1.x 2.0.x 1.4.x 1.2.x 1.0.x -->
20+ <!-- @Mergifyio backport 2.1.x 1.4.x 1.2.x 1.0.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 3434 run-tests : true
3535 use-ccache : false
3636
37- # python 2.0.x - fastdds 3.0.x
38- nightly-ubuntu-ci-2_0_x :
39- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.0.x
40- with :
41- # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
42- # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
43- os-version : ' ubuntu-22.04'
44- label : ' nightly-ubuntu-ci-2.0.x-3.0.x'
45- fastdds-python-branch : ' 2.0.x'
46- fastdds-branch : ' 3.0.x'
47- run-build : true
48- run-tests : true
49- use-ccache : false
50-
5137 # python 1.4.x - fastdds 2.14.x
5238 nightly-ubuntu-ci-1_4_x :
5339 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.4.x
Original file line number Diff line number Diff line change 3030 run-build : true
3131 run-tests : true
3232
33- # python 2.0.x - fastdds 3.0.x
34- nightly-windows-ci-2_0_x :
35- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.0.x
36- with :
37- os-version : ' windows-2019'
38- vs-toolset : ' v142'
39- label : ' nightly-windows-v142-ci-2.0.x-3.0.x'
40- fastdds-python-branch : ' 2.0.x'
41- fastdds-branch : ' 3.0.x'
42- run-build : true
43- run-tests : true
44-
4533 # python 1.4.x - fastdds 2.14.x
4634 nightly-windows-ci-1_4_x :
4735 strategy :
You can’t perform that action at this time.
0 commit comments