Skip to content
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

[20542] Fix CI version management #4484

Merged
merged 12 commits into from
Mar 14, 2024
Merged

Conversation

JesusPoderoso
Copy link
Contributor

@JesusPoderoso JesusPoderoso commented Feb 29, 2024

Description

This PR unifies the CI in all workflows to follow this behavior:

  • Trigger CI in all pull requests which HEAD branch is set to this supported branch version
  • Remove any CI trigger on push events and nightly
  • Include missing ignore files for the sanitizer event trigger.
  • Rename sanitizer job as "address-sanitizer"

master related PR:

Contributor Checklist

  • Commit messages follow the project guidelines.
  • N/A The code follows the style guidelines of this project.
  • 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 Any new/modified methods have been properly documented using Doxygen.
  • N/A Changes are ABI compatible.
  • N/A Changes are API compatible.
  • N/A New feature has been added to the versions.md file (if applicable).
  • N/A New feature has been documented/Current behavior is correctly described in the documentation.
  • N/A Applicable backports have been included in the description.

Reviewer Checklist

  • The PR has a milestone assigned.
  • The title and description correctly express the PR's purpose.
  • Check contributor checklist is correct.
  • Check CI results: changes do not issue any warning.
  • Check CI results: failing tests are unrelated with the changes.

@JesusPoderoso JesusPoderoso added the skip-ci Automatically pass CI label Feb 29, 2024
@JesusPoderoso JesusPoderoso added this to the v2.6.8 milestone Feb 29, 2024
@JesusPoderoso JesusPoderoso self-assigned this Feb 29, 2024
elianalf
elianalf previously approved these changes Mar 5, 2024
@JesusPoderoso
Copy link
Contributor Author

@richiprosima please test this

@Mario-DL Mario-DL added the ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. label Mar 5, 2024
@JesusPoderoso JesusPoderoso added to-do and removed ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. labels Mar 5, 2024
@JesusPoderoso JesusPoderoso force-pushed the hotfix/ci_version_management_2.6.x branch from acfde26 to 2ee92e0 Compare March 5, 2024 14:43
Mario-DL
Mario-DL previously approved these changes Mar 6, 2024
@Mario-DL Mario-DL added the ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. label Mar 6, 2024
@Mario-DL Mario-DL removed the ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. label Mar 6, 2024
elianalf
elianalf previously approved these changes Mar 6, 2024
Mario-DL
Mario-DL previously approved these changes Mar 8, 2024
@Mario-DL Mario-DL added the ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. label Mar 8, 2024
@JesusPoderoso JesusPoderoso force-pushed the hotfix/ci_version_management_2.6.x branch from 0990394 to 0dc5418 Compare March 8, 2024 08:09
@EduPonz EduPonz force-pushed the hotfix/ci_version_management_2.6.x branch from 0dc5418 to b008de7 Compare March 9, 2024 08:27
@Mario-DL Mario-DL removed the ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. label Mar 13, 2024
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
JesusPoderoso and others added 5 commits March 13, 2024 12:27
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
@EduPonz EduPonz force-pushed the hotfix/ci_version_management_2.6.x branch from b008de7 to 8a47ccb Compare March 13, 2024 11:27
Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be that we are missing ci.meta under .github/workflows/config?

Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Mario-DL
Mario-DL previously approved these changes Mar 13, 2024
Copy link
Member

@Mario-DL Mario-DL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM nice job on this PR

Signed-off-by: EduPonz <eduardoponz@eprosima.com>
@EduPonz EduPonz added no-test Skip CI tests if PR marked with this label and removed skip-ci Automatically pass CI labels Mar 13, 2024
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
@EduPonz EduPonz merged commit 75d6958 into 2.6.x Mar 14, 2024
10 checks passed
@EduPonz EduPonz deleted the hotfix/ci_version_management_2.6.x branch March 14, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test Skip CI tests if PR marked with this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants