Skip to content

Commit

Permalink
Include missing nightly for 3.0.x branch (#4548)
Browse files Browse the repository at this point in the history
* Refs #20542: Include 3.0.x nightys

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

* Refs #20542: Simplify workflow

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Mar 12, 2024
1 parent a97e7ab commit 6ee3027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- '2.12.x'
- '2.10.x'
- '2.6.x'
- '3.0.x-devel'
uses: ./.github/workflows/reusable-mac-ci.yml
with:
label: 'nightly-sec-mac-ci-${{ matrix.fastdds-branch }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- '2.12.x'
- '2.10.x'
- '2.6.x'

- '3.0.x-devel'
uses: ./.github/workflows/reusable-ubuntu-ci.yml
with:
os-image: ${{ matrix.os-image }}
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- '2.12.x'
- '2.10.x'
- '2.6.x'
- '3.0.x-devel'
uses: ./.github/workflows/reusable-windows-ci.yml
with:
label: 'nightly-sec-windows-ci-${{ matrix.fastdds-branch }}'
Expand All @@ -39,11 +40,3 @@ jobs:
cmake-args: "-DSECURITY=OFF"
ctest-args: "-LE xfail"
fastdds_branch: '${{ matrix.fastdds-branch }}'

nightly-3_0_x-windows-ci:
uses: ./.github/workflows/reusable-windows-ci.yml
with:
label: 'nightly-3.0.x-windows-ci'
cmake-args: "-DSECURITY=ON"
ctest-args: "-LE xfail"
fastdds_branch: '3.0.x-devel'

0 comments on commit 6ee3027

Please sign in to comment.