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

Cached Docker images in GitHub Action #23

Open
deliaBlue opened this issue Mar 12, 2023 · 1 comment
Open

Cached Docker images in GitHub Action #23

deliaBlue opened this issue Mar 12, 2023 · 1 comment

Comments

@deliaBlue
Copy link
Collaborator

Currently, it takes between 20-24 minutes to pull and convert the needed Docker images.
Refactor the CI workflow to run cached Docker images and decrease the running time.

@uniqueg
Copy link
Member

uniqueg commented Mar 12, 2023

Note that this is a low priority issue. You can spend some time exploring what options there are, if any, and then we can see if there's anything that we could reasonably implement.

But one way or the other, tests will run several minutes at least, and we will need to deal with that.

Also, typically the local development environment shouldn't be much different from that on the CI virtual machine, so if you only push your commits after tests have passed locally (which should be much faster), in the vast majority of cases, the outcome of the CI tests will not differ from that of the local ones.

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

No branches or pull requests

2 participants