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

Speed op Docker CI #2693

Closed
Pwuts opened this issue Apr 20, 2023 · 0 comments · Fixed by #3059
Closed

Speed op Docker CI #2693

Pwuts opened this issue Apr 20, 2023 · 0 comments · Fixed by #3059

Comments

@Pwuts
Copy link
Member

Pwuts commented Apr 20, 2023

Docker CI currently takes 2.5-3 minutes to run the build check. That could be sped up immensely by using the Actions Cache to cache build layers. Docs: https://docs.docker.com/build/cache/backends/gha/#using-dockerbuild-push-action

When implemented, this also needs a clean-up job to run every so often to make sure the base image used in CI remains up to date. Steps:

  1. Empty layer cache
  2. Run build with latest master to rebuild cache
@Pwuts Pwuts linked a pull request Apr 23, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant