Closed rubencarvalho closed 2 weeks ago
Currently, no packages are changed by this PR...
Category | Latest (report) | Main (report) | Branch (report) |
---|---|---|---|
Performance | 0.99 | 0.99 | 1 |
Accessibility | 1 | 1 | 1 |
Best Practices | 1 | 1 | 1 |
SEO | 1 | 0.92 | 0.92 |
PWA | 1 | 1 | 1 |
main
("Main"). Higher scores are better, but *note that the SEO scores on Netlify URLs are artifically constrained to 0.92.*
Category | Latest | Main | Branch |
---|---|---|---|
Total | 251.784 kB | 236.607 kB 🏆 | 236.835 kB |
Scripts | 61.735 kB | 54.278 kB 🏆 | 54.341 kB |
Stylesheet | 53.94 kB | 47.845 kB 🏆 | 48.064 kB |
Document | 6.19 kB | 5.496 kB | 5.436 kB 🏆 |
Font | 126.898 kB | 126.596 kB 🏆 | 126.642 kB |
Category | Latest | Main | Branch |
---|---|---|---|
Total | 52 | 52 | 52 |
Scripts | 41 | 41 | 41 |
Stylesheet | 5 | 5 | 5 |
Document | 1 | 1 | 1 |
Font | 2 | 2 | 2 |
Totals | |
---|---|
Change from base Build 11721446813: | 0.0% |
Covered Lines: | 32313 |
Relevant Lines: | 32735 |
I assume there is a subsequent PR to undo this then?
Yes, priority now is to unblock the pipeline. Once we the corrupt cache goes away (I hope with the next batch of open PRs) we can add this back again. This caching only saves us around 45 seconds of build time, so it is not very impactful.
Description
Skipping the
yarn
caching in CircleCI until we stop seeing transitive dependency errors. Follow-up from https://github.com/adobe/spectrum-web-components/pull/4911Motivation and context
We still see some PRs with
test-chromium
failing when restoring the cache, even though we already bumped it.Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.