mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
* Allow aritfacts download even if CI is broken Adds an option to the download script to disable the CI check and continue downloading the artifacts even if CI is broken. I often rely on this to debug broken build artifacts. I was thinking the sizebot should also use this when downloading the base artifacts from main, since for the purposes of size tracking, it really doesn't matter whether the base commit is broken. * Sizebot should work even if base rev is broken Sizebot works by downloading the build artifacts for the base revision and comparing the fize sizes, but the download script will fail if the base revision has a failing CI job. This happens more often than it should because of flaky cron jobs, but even when it does, we shouldn't let it affect the sizebot — for the purposes of tracking sizes, it doesn't really matter whether the base revision is broken. |
||
|---|---|---|
| .. | ||
| download-build-artifacts.js | ||
| get-build-id-for-commit.js | ||
| parse-params.js | ||
| print-prerelease-summary.js | ||
| test-packaging-fixture.js | ||