-
Notifications
You must be signed in to change notification settings - Fork 60
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
[21226] Improve CI workflows in 3.3.x, and branching model refactor (backport #365) #366
Merged
Conversation
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
Cherry-pick of d912d11 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
7 tasks
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 2, 2024 09:00
9e3d1e2
to
8961ebd
Compare
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 2, 2024 09:11
8961ebd
to
5152da6
Compare
JesusPoderoso
approved these changes
Jul 2, 2024
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 4, 2024 10:07
5152da6
to
a1a02a1
Compare
7 tasks
JesusPoderoso
changed the title
[21226] Improve CI workflows in master, and branching model refactor (backport #365)
[21226] Improve CI workflows in 3.3.x, and branching model refactor (backport #365)
Jul 9, 2024
7 tasks
* Refs #21226: Improve CI workflows in master and apply Fast DDS branching model Signed-off-by: JesusPoderoso <[email protected]> * Refs #21226: Add RELEASE_SUPPORT.md file Signed-off-by: JesusPoderoso <[email protected]> * Refs #21226: Add suggested changes from previous / similar PRs Signed-off-by: JesusPoderoso <[email protected]> * Refs #21226: Apply rev suggestion Signed-off-by: JesusPoderoso <[email protected]> --------- Signed-off-by: JesusPoderoso <[email protected]> (cherry picked from commit d912d11)
Signed-off-by: JesusPoderoso <[email protected]>
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 10, 2024 11:31
a1a02a1
to
847046b
Compare
JesusPoderoso
requested review from
JesusPoderoso
and removed request for
JesusPoderoso
July 10, 2024 11:31
Signed-off-by: JesusPoderoso <[email protected]>
JesusPoderoso
requested review from
JesusPoderoso
and removed request for
JesusPoderoso
July 11, 2024 09:10
JesusPoderoso
requested review from
JesusPoderoso
and removed request for
JesusPoderoso
July 23, 2024 10:56
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 23, 2024 12:35
a095e00
to
eb80f1c
Compare
Signed-off-by: JesusPoderoso <[email protected]>
JesusPoderoso
force-pushed
the
mergify/bp/3.3.x/pr-365
branch
from
July 24, 2024 05:21
eb80f1c
to
d36fc3c
Compare
JesusPoderoso
approved these changes
Jul 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR improves the CI workflows, making them as similar as possible to the Fast DDS workflows.
It also introduces a braching model refactor, similiar as the performed in Fast DDS repository.
Note: While backporting this PR, please ensure the following changes:
ubuntu-ci.yml
file with the proper fallback branchesfastdds.repos
tofastrtps.repos
ubuntu-20.04
, and only jdk11@Mergifyio backport 3.3.x 3.2.x 2.5.x 2.1.x
Contributor Checklist
Commit messages follow the project guidelines.
N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally
N/A New feature has been documented/Current behavior is correctly described in the documentation.
Applicable backports have been included in the description.
Reviewer Checklist
This is an automatic backport of pull request #365 done by [Mergify](https://mergify.com).