Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#improve-ci-cachingNotice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
They can share the cache with the corresponding build jobs.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5772 +/- ##
=======================================
Coverage 99.01% 99.01%
=======================================
Files 259 259
Lines 8090 8090
Branches 1363 1363
=======================================
Hits 8010 8010
Misses 53 53
Partials 27 27 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of [email protected]. Note that this is a pre-release, so to test it, you need to install Rollup via |
|
This PR has been released as part of [email protected]. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
As we are constantly running over the limits of our available cache storage, the goal is to only save caches from master and read them on branches/tags, and also to align cache keys between different jobs.