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

Always --pull when building docker images in the makefile, fix some unit test flakes #140

Merged
merged 5 commits into from
Jan 24, 2023

Conversation

jhurliman
Copy link
Contributor

Public-Facing Changes
None

Description
Previously, running a test command through the Makefile such as make rolling-test would use a previously cached ROS docker image if available. This means the tests would
execute with an arbitrarily old version of the ROS distro. This adds --pull to the build commands so new ROS base images are always pulled if available before building
and running tests.

@jhurliman jhurliman enabled auto-merge (squash) January 24, 2023 20:59
@jhurliman jhurliman merged commit 70708f4 into main Jan 24, 2023
@jhurliman jhurliman deleted the jhurliman/always-pull branch January 24, 2023 23:50
@jhurliman jhurliman changed the title Always --pull when building docker images in the makefile Always --pull when building docker images in the makefile, fix some unit test flakes Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants