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

Stop compiling rcl_action tests multiple times. #1165

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

clalancette
Copy link
Contributor

We don't need to compile the tests once for each RMW; we can just compile it once and then use the RMW_IMPLEMENTATION environment variable to run the tests on the different RMWs. This speeds up compilation.

We don't need to compile the tests once for each RMW;
we can just compile it once and then use the RMW_IMPLEMENTATION
environment variable to run the tests on the different RMWs.
This speeds up compilation.

Signed-off-by: Chris Lalancette <[email protected]>
Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

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

good refactoring, lgtm with green CI

@clalancette
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@clalancette clalancette merged commit 250d820 into rolling Jul 2, 2024
3 checks passed
@clalancette clalancette deleted the clalancette/cleanup-rcl-action-tests branch July 2, 2024 13:14
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