-
Notifications
You must be signed in to change notification settings - Fork 774
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate
2.6.x
ci jobs from nighties to weeklies (#5023)
* Refs #21244: Remove 2.6.x nightly jobs Signed-off-by: Mario Dominguez <[email protected]> * Refs #21244: Add 2.6.x weekly jobs Signed-off-by: Mario Dominguez <[email protected]> * Refs #21244: Apply Jesus suggestion Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
- Loading branch information
Showing
6 changed files
with
70 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,17 +66,3 @@ jobs: | |
fastdds-branch: '2.10.x' | ||
use-ccache: false | ||
|
||
nightly-mac-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
security: | ||
- 'ON' | ||
- 'OFF' | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
label: 'nightly-sec-${{ matrix.security }}-mac-ci-2.6.x' | ||
cmake-args: "-DSECURITY=${{ matrix.security }}" | ||
ctest-args: "-LE xfail" | ||
fastdds-branch: '2.6.x' | ||
use-ccache: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,21 +82,3 @@ jobs: | |
run-tests: true | ||
use-ccache: false | ||
|
||
nightly-ubuntu-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os-image: | ||
- 'ubuntu-22.04' | ||
security: | ||
- true | ||
- false | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
os-image: ${{ matrix.os-image }} | ||
label: '${{ matrix.os-image }}-nightly-sec-${{ matrix.security }}-ubuntu-ci-2.6.x' | ||
ctest-args: "-LE xfail" | ||
fastdds-branch: '2.6.x' | ||
security: ${{ matrix.security }} | ||
run-tests: true | ||
use-ccache: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,16 +62,3 @@ jobs: | |
ctest-args: "-LE xfail" | ||
fastdds_branch: '2.10.x' | ||
|
||
nightly-windows-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
security: | ||
- 'ON' | ||
- 'OFF' | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
label: 'nightly-sec-${{ matrix.security }}-windows-ci-2.6.x' | ||
cmake-args: "-DSECURITY=${{ matrix.security }}" | ||
ctest-args: "-LE xfail" | ||
fastdds_branch: '2.6.x' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Fast DDS MacOS CI (weekly) | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 * * * 1' # Run at minute 0 on Monday | ||
|
||
jobs: | ||
|
||
weekly-mac-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
security: | ||
- 'ON' | ||
- 'OFF' | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
label: 'weekly-sec-${{ matrix.security }}-mac-ci-2.6.x' | ||
cmake-args: "-DSECURITY=${{ matrix.security }}" | ||
ctest-args: "-LE xfail" | ||
fastdds-branch: '2.6.x' | ||
use-ccache: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Fast DDS Ubuntu CI (weekly) | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 * * * 1' # Run at minute 0 on Monday | ||
|
||
jobs: | ||
|
||
weekly-ubuntu-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
security: | ||
- true | ||
- false | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
os-image: 'ubuntu-20.04' | ||
label: 'weekly-sec-${{ matrix.security }}-ubuntu-ci-2.6.x' | ||
ctest-args: "-LE xfail" | ||
fastdds-branch: '2.6.x' | ||
security: ${{ matrix.security }} | ||
run-tests: true | ||
use-ccache: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Fast DDS Windows CI (weekly) | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 * * * 1' # Run at minute 0 on Monday | ||
|
||
jobs: | ||
|
||
weekly-windows-ci-2_6_x: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
security: | ||
- 'ON' | ||
- 'OFF' | ||
uses: eProsima/Fast-DDS/.github/workflows/[email protected] | ||
with: | ||
label: 'weekly-sec-${{ matrix.security }}-windows-ci-2.6.x' | ||
cmake-args: "-DSECURITY=${{ matrix.security }}" | ||
ctest-args: "-LE xfail" | ||
fastdds_branch: '2.6.x' |