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

[20529] Fix CI documentation workflow label triggering #4456

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

JesusPoderoso
Copy link
Contributor

@JesusPoderoso JesusPoderoso commented Feb 27, 2024

Description

This PR fixes the label triggering of the documentation CI workflow. Before, it was set to avoid the workflow if the label no-test was added, but that was not the intended use. With this PR, no-test label triggers the job, while skip-ci label does not.

Furthermore, this PR also refactors the documentation-test workflow to use eProsima-CI. This PR depends on:

@Mergifyio backport 2.13.x 2.12.x 2.10.x 2.6.x

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.
  • 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 no-test Skip CI tests if PR marked with this label label Feb 27, 2024
@JesusPoderoso JesusPoderoso added this to the v2.14.0 milestone Feb 27, 2024
@JesusPoderoso JesusPoderoso self-assigned this Feb 27, 2024
@EduPonz EduPonz changed the title [20486] Fix CI documentation workflow label triggering [20529] Fix CI documentation workflow label triggering Feb 27, 2024
JesusPoderoso

This comment was marked as outdated.

@EduPonz EduPonz force-pushed the hotfix/ci_documentation branch 2 times, most recently from 34e2b90 to 8390649 Compare February 28, 2024 06:18
JesusPoderoso

This comment was marked as outdated.

JesusPoderoso and others added 4 commits February 28, 2024 20:20
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>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Copy link
Contributor Author

@JesusPoderoso JesusPoderoso left a comment

Choose a reason for hiding this comment

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

Commits from 77befa7 to 693a6a0 LGTM
( 77befa7, 1d8501d, 4e11f46, 693a6a0)

@EduPonz EduPonz added skip-ci Automatically pass CI and removed no-test Skip CI tests if PR marked with this label skip-ci Automatically pass CI labels Feb 29, 2024
@EduPonz
Copy link

EduPonz commented Feb 29, 2024

@Mergifyio backport 2.13.x 2.12.x 2.10.x 2.6.x

@EduPonz EduPonz merged commit c4dbe83 into master Feb 29, 2024
7 of 10 checks passed
Copy link
Contributor

mergify bot commented Feb 29, 2024

backport 2.13.x 2.12.x 2.10.x 2.6.x

✅ Backports have been created

@EduPonz EduPonz deleted the hotfix/ci_documentation branch February 29, 2024 07:04
mergify bot pushed a commit that referenced this pull request Feb 29, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)
elianalf pushed a commit that referenced this pull request Mar 5, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)
JesusPoderoso added a commit that referenced this pull request Mar 6, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)
MiguelCompany pushed a commit that referenced this pull request Mar 6, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)

Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
JesusPoderoso added a commit that referenced this pull request Mar 8, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)
cferreiragonz pushed a commit that referenced this pull request Mar 11, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)

Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
elianalf pushed a commit that referenced this pull request Mar 12, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)
EduPonz pushed a commit that referenced this pull request Mar 12, 2024
* Fix CI documentation workflow label triggering (#4456)

* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)

* Refs #20529: Fix doc issue in 2.6.x

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

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
Co-authored-by: JesusPoderoso <jesuspoderoso@eprosima.com>
EduPonz pushed a commit that referenced this pull request Mar 13, 2024
* Refs #20529: Fix documentation workflow label triggering

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

* Refs #20529: Refactor documentation-tests workflow to use eProsima-CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add workspace to colcon_build and colcon_test actions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Set eProsima-CI actions to v0

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20529: Add .meta and specify all colcon action args

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
(cherry picked from commit c4dbe83)

Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
EduPonz added a commit that referenced this pull request Mar 13, 2024
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
EduPonz added a commit that referenced this pull request Mar 14, 2024
* Refs #20542: Fix CI version management

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

* Refs #20542: Apply internal revision suggestions

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

* Refs #20542: Add ignored paths to sanitizer events

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

* Refs #20542: Apply rev suggestions

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

* Refs #20542: Remove nightly files

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

* Refs #20542: Remove Windows CI test report

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

* Refs #20542: Remove unused action

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

* Refs #20542: Set default Discovery Server latest TAG

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

* Refs #20542: Address last rev suggestions

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

* Refs #20542: Fix input branch on reusable windows CI

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20542: Manual cherry-pick of PR #4549

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20542: Manual cherry-pick of PR #4456

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20542: Fix a couple of nitpicks

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

---------

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants