-
Notifications
You must be signed in to change notification settings - Fork 532
[ENH] Revise CircleCI settings #2022
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2022 +/- ##
==========================================
+ Coverage 72.19% 72.19% +<.01%
==========================================
Files 1132 1132
Lines 57032 57032
Branches 8167 8167
==========================================
+ Hits 41175 41177 +2
+ Misses 14572 14570 -2
Partials 1285 1285
Continue to review full report at Codecov.
|
Submitted rebuild to see if caching starts working |
@oesteban - should this be merged? |
@satra I'm trying to see the caching working. But no luck so far. I tried splitting the cached files, so that they are smaller. Maybe that way circle would swallow them. But I don't see any changes. Let me trigger another build. I'll enable ssh and see if the files are there. |
@oesteban - sounds good. you could also check the total size of the cache after it's created, and we can talk to the circle folks to see if the size is the limitation. |
@oesteban - did this work? |
Yes, the largest tarred image is 8.5 GB. I think we can gzip it. Splitting the images was not a good idea, I just expands the tar file for each single image. |
ok i'm testing the gzipped version in the other PR. |
Altogether, the tar (no compression) makes 12GB EDIT: with compression 5.5GB |
I close this, follow up in #2017 |
Changes proposed in this pull request