-
Notifications
You must be signed in to change notification settings - Fork 113
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
Enable caching for integration tests #890
Comments
It seems that the article that you mentioned is a bit old. |
@capossele Why did we close this issue? |
My bad, I thought we were done with this. I'll reopen it |
After running several benchmarks it turned out that docker layer caching doesn't give any performance benefit due to the fact that we can not cache the Go build. So we should get back this when they fix that in moby/buildkit#1512 |
If we enable caching via any of these options we should be able to speed up at least the pulling of dependencies and building by a large margin.
This already takes a little bit longer than 3min.
The text was updated successfully, but these errors were encountered: