valkey-io / valkey-py

Valkey Python client based on a fork of redis-py
MIT License
69 stars 9 forks source link

ci: cache docker layers and avoid re-downloading them for each job #86

Closed aiven-sal closed 2 months ago

aiven-sal commented 2 months ago

Description of change

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 image layers will be downloaded during nightly builds and cached.

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.12%. Comparing base (cd24489) to head (f90519d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #86 +/- ## ======================================= Coverage 75.12% 75.12% ======================================= Files 132 132 Lines 34400 34400 ======================================= Hits 25842 25842 Misses 8558 8558 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.