-
Notifications
You must be signed in to change notification settings - Fork 24
[21228] Improve CI workflows in main, and branching model refactor #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5e8d0e0
Refs #21228: Refactor Ubuntu CI
JesusPoderoso 4e85096
Refs #21228: Refactor Windows CI
JesusPoderoso a4831b9
Refs #21228: Remove previous workflow
JesusPoderoso 62a8368
Refs #21228: Add RELEASE_SUPPORT.md with Fast DDS references
JesusPoderoso d03c105
Refs #21228: Add install doxygen step in windows reusable workflow
JesusPoderoso 8ff63e2
Refs #21228: Add fast dds branch to nightly labels
JesusPoderoso e9d9759
Refs #21228: Deactivate Windows build temporary on 1.0.x
JesusPoderoso 2cc0571
Refs #21228: Move build documentation in tests steps only in Ubuntu CI
JesusPoderoso 7c66a53
Refs #21228: Apply rev suggestions
JesusPoderoso 342e6f9
Refs #21228: Fix test.meta issue in Ubuntu vs Windows
JesusPoderoso 0eabeb7
Refs #21228: Remove test.repos
JesusPoderoso 06ff62b
Refs #21228: Apply last rev suggestion
JesusPoderoso 236083c
Refs #21228: Add if conflicts check in PR trigger to avoid passing re…
JesusPoderoso fde37ad
Refs #21228: Update eProsima-CI action references
JesusPoderoso 283ae4e
Refs #21228: Avoid building dependencies again
JesusPoderoso fcd7454
Refs #21228: Apply rev suggestions
JesusPoderoso 557a5d8
Refs #21228: Simplify nightly removing unnecessary matrix options
JesusPoderoso 91e1d95
Refs #21228: Move 2.6.x related jobs to weekly workflow
JesusPoderoso 85f7216
Refs #21228: Fix weekly cron expression
JesusPoderoso 7dd2d1a
Refs #21228: Apply rev suggestions
JesusPoderoso a80e8ae
Refs #21228: Apply rev suggestions
JesusPoderoso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,20 @@ | ||
| name: Fast DDS Python Ubuntu CI (weekly) | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: '0 0 * * 1' # Run at minute 0 on Monday | ||
|
|
||
| jobs: | ||
| weekly-ubuntu-ci-1_0_x: | ||
| uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@1.0.x | ||
| with: | ||
| # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: | ||
| # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. | ||
| os-version: 'ubuntu-20.04' | ||
| label: 'weekly-ubuntu-ci-1.0.x-2.6.x' | ||
| fastdds-python-branch: '1.0.x' | ||
| fastdds-branch: '2.6.x' | ||
| run-build: true | ||
| run-tests: false | ||
| use-ccache: false |
This file contains hidden or 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,26 @@ | ||
| name: Fast DDS Python Windows CI (weekly) | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| - cron: '0 0 * * 1' # Run at minute 0 on Monday | ||
|
|
||
| jobs: | ||
| weekly-windows-ci-1_0_x: | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| vs-toolset: | ||
| - 'v141' | ||
| - 'v142' | ||
| uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@1.0.x | ||
| with: | ||
| # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket: | ||
| # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job. | ||
|
EduPonz marked this conversation as resolved.
Outdated
|
||
| os-version: 'windows-2019' | ||
| vs-toolset: ${{ matrix.vs-toolset }} | ||
| label: 'weekly-windows-${{ matrix.vs-toolset }}-ci-1.0.x-2.6.x' | ||
| fastdds-python-branch: '1.0.x' | ||
| fastdds-branch: '2.6.x' | ||
| run-build: false | ||
| run-tests: false | ||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.