File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 run-tests : true
2121 use-ccache : false
2222
23- # python 2.1.x - fastdds 3.1.x
24- nightly-ubuntu-ci-2_1_x :
25- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.1.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.1.x-3.1.x'
31- fastdds-python-branch : ' 2.1.x'
32- fastdds-branch : ' 3.1.x'
33- run-build : true
34- run-tests : true
35- use-ccache : false
36-
3723 # python 1.4.x - fastdds 2.14.x
3824 nightly-ubuntu-ci-1_4_x :
3925 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.4.x
4834 run-tests : true
4935 use-ccache : false
5036
51- # python 1.2.x - fastdds 2.10.x
52- nightly-ubuntu-ci-1_2_x :
53- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.2.x
54- with :
55- # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
56- # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
57- os-version : ' ubuntu-22.04'
58- label : ' nightly-ubuntu-ci-1.2.x-2.10.x'
59- fastdds-python-branch : ' 1.2.x'
60- fastdds-branch : ' 2.10.x'
61- run-build : true
62- run-tests : true
63- use-ccache : false
Original file line number Diff line number Diff line change 1818 run-build : true
1919 run-tests : true
2020
21- # python 2.1.x - fastdds 3.1.x
22- nightly-windows-ci-2_1_x :
23- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.1.x
24- with :
25- os-version : ' windows-2019'
26- vs-toolset : ' v142'
27- label : ' nightly-windows-v142-ci-2.1.x-3.1.x'
28- fastdds-python-branch : ' 2.1.x'
29- fastdds-branch : ' 3.1.x'
30- run-build : true
31- run-tests : true
32-
3321 # python 1.4.x - fastdds 2.14.x
3422 nightly-windows-ci-1_4_x :
3523 strategy :
4735 fastdds-branch : ' 2.14.x'
4836 run-build : true
4937 run-tests : true
50-
51- # python 1.2.x - fastdds 2.10.x
52- nightly-windows-ci-1_2_x :
53- strategy :
54- fail-fast : false
55- matrix :
56- vs-toolset :
57- - ' v141'
58- - ' v142'
59- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.2.x
60- with :
61- os-version : ' windows-2019'
62- vs-toolset : ${{ matrix.vs-toolset }}
63- label : ' nightly-windows-${{ matrix.vs-toolset }}-ci-1.2.x-2.10.x'
64- fastdds-python-branch : ' 1.2.x'
65- fastdds-branch : ' 2.10.x'
66- run-build : true
67- run-tests : true
68-
You can’t perform that action at this time.
0 commit comments