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

Move docker migration test into the docker workflow #1821

Merged
merged 1 commit into from
May 3, 2024

Conversation

jonathangreen
Copy link
Member

Description

Move the docker migration test into the docker workflow.

Motivation and Context

When I split up the workflows, I left the docker migration test as part of the main test workflow, but it should really exist as part of the docker build. That way it can benefit from the caching done there, and make sure it uses the correct base image. This change would have let us find the issue in #1800 before it got merged to main.

How Has This Been Tested?

Running tests in CI.

Checklist

  • I have updated the documentation accordingly.
  • All new and existing tests passed.

@jonathangreen jonathangreen requested a review from a team May 3, 2024 14:48
@jonathangreen jonathangreen force-pushed the feature/move-around-docker-migration-test branch from dee1b51 to 327856d Compare May 3, 2024 17:19
Copy link
Contributor

@tdilauro tdilauro left a comment

Choose a reason for hiding this comment

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

👍🏽

@jonathangreen jonathangreen merged commit 69be281 into main May 3, 2024
20 checks passed
@jonathangreen jonathangreen deleted the feature/move-around-docker-migration-test branch May 3, 2024 17:38
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.

2 participants