Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: cache docker layers and avoid re-downloading them for each job
Sometimes the CI fails because Docker doesn't respond. It could be because we download many docker images in every job and we have 58 jobs now. With this commit, the images layers, will be downloaded once at the beginning and then re-used by all subsequent jobs. This may even speedup the CI a bit or make it slower if the cache is not very fast. But hopefully we won't have spurious CI failures because of Docker anymore. Signed-off-by: Salvatore Mesoraca <[email protected]>
- Loading branch information