88jobs :
99 # python main - fastdds master
1010 nightly-windows-ci-main :
11- strategy :
12- fail-fast : false
13- matrix :
14- os-version :
15- - ' windows-2019'
16- vs-toolset :
17- - ' v142'
18- fastdds-branch :
19- - ' master'
2011 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@main
2112 with :
22- os-version : ${{ matrix.os-version }}
23- vs.toolset : ${{ matrix.vs-toolset }}
24- label : ' nightly-${{ matrix.os-version }}-${{ matrix.vs-toolset }}-ci-main-${{ matrix.fastdds-branch }}'
13+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
14+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
15+ os-version : ' windows-2019'
16+ vs.toolset : ' v142'
17+ label : ' nightly-windows-v142-ci-main-master'
2518 fastdds-python-branch : ' main'
26- fastdds-branch : ${{ matrix.fastdds-branch }}
19+ fastdds-branch : ' master '
2720 run-build : true
2821 run-tests : true
2922
3225 strategy :
3326 fail-fast : false
3427 matrix :
35- os-version :
36- - ' windows-2019'
3728 vs-toolset :
3829 - ' v141'
3930 - ' v142'
4233 - ' 2.13.x'
4334 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.4.x
4435 with :
45- os-version : ${{ matrix.os-version }}
36+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
37+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
38+ os-version : ' windows-2019'
4639 vs.toolset : ${{ matrix.vs-toolset }}
47- label : ' nightly-${{ matrix.os-version }} -${{ matrix.vs-toolset }}-ci-1.4.x-${{ matrix.fastdds-branch }}'
40+ label : ' nightly-windows -${{ matrix.vs-toolset }}-ci-1.4.x-${{ matrix.fastdds-branch }}'
4841 fastdds-python-branch : ' 1.4.x'
4942 fastdds-branch : ${{ matrix.fastdds-branch }}
5043 run-build : true
@@ -55,20 +48,18 @@ jobs:
5548 strategy :
5649 fail-fast : false
5750 matrix :
58- os-version :
59- - ' windows-2019'
6051 vs-toolset :
6152 - ' v141'
6253 - ' v142'
63- fastdds-branch :
64- - ' 2.10.x'
6554 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.2.x
6655 with :
67- os-version : ${{ matrix.os-version }}
56+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
57+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
58+ os-version : ' windows-2019'
6859 vs.toolset : ${{ matrix.vs-toolset }}
69- label : ' nightly-${{ matrix.os-version }}- ${{ matrix.vs-toolset }}-ci-1.2.x-${{ matrix.fastdds-branch }} '
60+ label : ' nightly-windows- ${{ matrix.vs-toolset }}-ci-1.2.x-2.10.x '
7061 fastdds-python-branch : ' 1.2.x'
71- fastdds-branch : ${{ matrix.fastdds-branch }}
62+ fastdds-branch : ' 2.10.x '
7263 run-build : true
7364 run-tests : true
7465
@@ -77,19 +68,17 @@ jobs:
7768 strategy :
7869 fail-fast : false
7970 matrix :
80- os-version :
81- - ' windows-2019'
8271 vs-toolset :
8372 - ' v141'
8473 - ' v142'
85- fastdds-branch :
86- - ' 2.6.x'
8774 uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.0.x
8875 with :
89- os-version : ${{ matrix.os-version }}
76+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
77+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
78+ os-version : ' windows-2019'
9079 vs.toolset : ${{ matrix.vs-toolset }}
91- label : ' nightly-${{ matrix.os-version }}- ${{ matrix.vs-toolset }}-ci-1.0.x-${{ matrix.fastdds-branch }} '
80+ label : ' nightly-windows- ${{ matrix.vs-toolset }}-ci-1.0.x-2.6.x '
9281 fastdds-python-branch : ' 1.0.x'
93- fastdds-branch : ${{ matrix.fastdds-branch }}
82+ fastdds-branch : ' 2.6.x '
9483 run-build : false
9584 run-tests : false
0 commit comments