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

Improve the speed of tests by reusing Docker build outputs #1869

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jacksonj04
Copy link
Collaborator

@jacksonj04 jacksonj04 commented Mar 6, 2025

Improve our build process by:

  • Making linter have to run before anything else; no point wasting cycles if we made a silly typo
  • Using the GitHub Actions cache for Docker layer caching
  • Making e2e_tests run after pytest, because a) there's no point trying to do e2e testing if unit tests fail, and b) this can now reuse all the cached layers from earlier

@jacksonj04 jacksonj04 force-pushed the speedy-tests branch 17 times, most recently from ad0ccb5 to dcee756 Compare March 6, 2025 13:49
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.

1 participant