Skip to content

Commit 7dd2d1a

Browse files
committed
Refs #21228: Apply rev suggestions
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 85f7216 commit 7dd2d1a

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/nightly-windows-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
nightly-windows-ci-main:
1111
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@main
1212
with:
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.
1513
os-version: 'windows-2019'
1614
vs-toolset: 'v142'
1715
label: 'nightly-windows-v142-ci-main-master'
@@ -33,8 +31,6 @@ jobs:
3331
- '2.13.x'
3432
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.4.x
3533
with:
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.
3834
os-version: 'windows-2019'
3935
vs-toolset: ${{ matrix.vs-toolset }}
4036
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.4.x-${{ matrix.fastdds-branch }}'
@@ -53,8 +49,6 @@ jobs:
5349
- 'v142'
5450
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.2.x
5551
with:
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.
5852
os-version: 'windows-2019'
5953
vs-toolset: ${{ matrix.vs-toolset }}
6054
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-1.2.x-2.10.x'

.github/workflows/weekly-windows-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- 'v142'
1616
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.0.x
1717
with:
18-
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
19-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
2018
os-version: 'windows-2019'
2119
vs-toolset: ${{ matrix.vs-toolset }}
2220
label: 'weekly-windows-${{ matrix.vs-toolset }}-ci-1.0.x-2.6.x'

0 commit comments

Comments
 (0)