-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug]: CI/CD - Build step takes up to 14min - Caching not working #423
Comments
We should consult @JulianTrommer regarding the cashing. |
Maybe, in addition, we could also add a |
paf/.github/workflows/build.yml Lines 45 to 106 in df9452d
|
We are now down to 8 minutes and run three build jobs in parallel, thanks to @JulianTrommer . |
Current Behavior
The
Test build
step of the.github/workflows/build.yml
workflow takes up to 14min to complete.It seems like the caching that was implemented in #353 does not work as docker never mentions that any of the build steps is read from the cache. I think it might be that the cache directories created in
Create cache directory
andClean up cache
are only created inside the filesystem of the container that runs the job but not stored in a volume on the host.Expected Behavior
The pipeline step successfully reads/writes layers from/into the docker cache.
How to reproduce the issue
No response
The text was updated successfully, but these errors were encountered: