cstamas opened a new pull request, #11354: URL: https://github.com/apache/maven/pull/11354
We are over 10GB allowed cache space. Hence, we need a bit of more improved cache handling. Changes: * disabled cache maintenance on Mimir (if this works, we will end up with one cca 400MB cache) * implement "rolling caches", we always get miss and older cache, and will save newer cache * initial-build gets `master-XXX` cache, uses it, uploads it as `cache-initial-build` artifact * full-builds gets `master-XXX` cache, uses it, uploads it as `cache-full-build-XXX` artifact * integration-tests get `master-XXX` cache, uses it, uploads as `cache-integration-tests-XXX` artifact * introduce last "consolidate" job (depends on all these before): it downloads all `cache-*` and saves to cache as `master-XXX` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
