1313 # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
1414 # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
1515 os-version : ' windows-2019'
16- vs. toolset : ' v142'
16+ vs- toolset : ' v142'
1717 label : ' nightly-windows-v142-ci-main-master'
1818 fastdds-python-branch : ' main'
1919 fastdds-branch : ' master'
3636 # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
3737 # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
3838 os-version : ' windows-2019'
39- vs. toolset : ${{ matrix.vs-toolset }}
39+ vs- toolset : ${{ matrix.vs-toolset }}
4040 label : ' nightly-windows-${{ matrix.vs-toolset }}-ci-1.4.x-${{ matrix.fastdds-branch }}'
4141 fastdds-python-branch : ' 1.4.x'
4242 fastdds-branch : ${{ matrix.fastdds-branch }}
@@ -56,29 +56,10 @@ jobs:
5656 # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
5757 # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
5858 os-version : ' windows-2019'
59- vs. toolset : ${{ matrix.vs-toolset }}
59+ vs- toolset : ${{ matrix.vs-toolset }}
6060 label : ' nightly-windows-${{ matrix.vs-toolset }}-ci-1.2.x-2.10.x'
6161 fastdds-python-branch : ' 1.2.x'
6262 fastdds-branch : ' 2.10.x'
6363 run-build : true
6464 run-tests : true
6565
66- # python 1.0.x - fastdds 2.6.x
67- nightly-windows-ci-1_0_x :
68- strategy :
69- fail-fast : false
70- matrix :
71- vs-toolset :
72- - ' v141'
73- - ' v142'
74- uses : eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.0.x
75- with :
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'
79- vs.toolset : ${{ matrix.vs-toolset }}
80- label : ' nightly-windows-${{ matrix.vs-toolset }}-ci-1.0.x-2.6.x'
81- fastdds-python-branch : ' 1.0.x'
82- fastdds-branch : ' 2.6.x'
83- run-build : false
84- run-tests : false
0 commit comments