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

[21228] Improve CI workflows in main, and branching model refactor #149

Merged
merged 21 commits into from
Jul 11, 2024

Conversation

JesusPoderoso
Copy link
Contributor

@JesusPoderoso JesusPoderoso commented Jun 25, 2024

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.

Backports to the supported branches will be manually opened:

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 Changes are API compatible.
  • 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 this to the v2.0.0 milestone Jun 25, 2024
@JesusPoderoso JesusPoderoso self-assigned this Jun 25, 2024
@JesusPoderoso JesusPoderoso added the skip-ci Automatically pass CI label Jun 25, 2024
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 12:15
@JesusPoderoso JesusPoderoso added no-test Skip CI tests if PR marked with this label and removed skip-ci Automatically pass CI labels Jun 25, 2024
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 13:23
@github-actions github-actions bot added the ci-pending PR which CI is running label Jun 25, 2024
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 13:28
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 14:03
@JesusPoderoso JesusPoderoso removed the no-test Skip CI tests if PR marked with this label label Jun 25, 2024
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 14:43
@JesusPoderoso JesusPoderoso requested review from EduPonz and removed request for EduPonz June 25, 2024 15:12
@JesusPoderoso JesusPoderoso requested review from richiprosima and removed request for EduPonz June 26, 2024 06:05
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
…quired CI

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

@EduPonz EduPonz left a comment

Choose a reason for hiding this comment

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

NIT

.github/workflows/nightly-windows-ci.yml Outdated Show resolved Hide resolved
.github/workflows/nightly-windows-ci.yml Outdated Show resolved Hide resolved
.github/workflows/nightly-windows-ci.yml Outdated Show resolved Hide resolved
.github/workflows/weekly-windows-ci.yml Outdated Show resolved Hide resolved
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
@EduPonz EduPonz self-requested a review July 10, 2024 14:06
EduPonz
EduPonz previously approved these changes Jul 10, 2024
@JesusPoderoso JesusPoderoso added ready-to-merge Ready to be merged. CI and changes have been reviewed and approved. and removed ci-pending PR which CI is running labels Jul 10, 2024
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
@EduPonz EduPonz merged commit f9575d2 into main Jul 11, 2024
2 checks passed
@EduPonz EduPonz deleted the feature/21228 branch July 11, 2024 14:09
EduPonz pushed a commit that referenced this pull request Jul 11, 2024
)

* Refs #21228: Refactor Ubuntu CI

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

* Refs #21228: Refactor Windows CI

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

* Refs #21228: Remove previous workflow

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

* Refs #21228: Add RELEASE_SUPPORT.md with Fast DDS references

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

* Refs #21228: Fix windows CI removing win2017

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

* Refs #21228: Apply rev suggestions in main PR

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

* Refs #21228: Avoid building dependencies again

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

* Refs #21228: Apply rev suggestions

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

* Refs #21228: Apply rev suggestions

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

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
EduPonz pushed a commit that referenced this pull request Jul 11, 2024
)

* Refs #21228: Refactor Ubuntu CI

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

* Refs #21228: Refactor Windows CI

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

* Refs #21228: Remove previous workflow

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

* Refs #21228: Add RELEASE_SUPPORT.md with Fast DDS references

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

* Refs #21228: Avoid running tests in 1.0.x

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

* Refs #21228: Fix windows CI removing win2017

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

* Refs #21228: Deactivate Windows build temporary

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

* Refs #21228: Apply rev suggestions in main PR

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

* Refs #21228: Avoid building dependencies again

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

* Refs #21228: Apply rev suggestions

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

* Refs #21228: Apply rev suggestions

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

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Ready to be merged. CI and changes have been reviewed and approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants