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

fix: temporary run rosdep install for all packages to detect renamed packages #300

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Jun 12, 2024

Description

We had a situation where build-and-test-differential passed against a PR but main build CI failed after PR being merged.
autowarefoundation/autoware.universe#7351
https://github.com/autowarefoundation/autoware.universe/actions/runs/9451850160/job/26033742910

This is due to the change in package name, and current workflow won't be able to check packages that depends on removed package.

This PR will run rosdep against all packages in the workspace instead of only against modified packages to detect packages that still depends on removed package in the workspace.

Tests performed

I need some testing the updated action.

Effects on system behavior

Not applicable.

Interface changes

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@mitsudome-r mitsudome-r changed the title fix: temporary run rosdep install for all packages to detect removed packages fix: temporary run rosdep install for all packages to detect renamed packages Jun 13, 2024
@mitsudome-r
Copy link
Member Author

@mitsudome-r mitsudome-r marked this pull request as draft June 13, 2024 15:27
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Copy link

stale bot commented Aug 16, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant