react/scripts/release/shared-commands
Andrew Clark 7a5b8227c7
Allow aritfacts download even if CI is broken (#24666)
* 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.
2022-06-02 21:55:35 -04:00
..
download-build-artifacts.js Remove dependency on build artifacts mirror (#24575) 2022-05-18 11:13:19 -04:00
get-build-id-for-commit.js Allow aritfacts download even if CI is broken (#24666) 2022-06-02 21:55:35 -04:00
parse-params.js Allow aritfacts download even if CI is broken (#24666) 2022-06-02 21:55:35 -04:00
print-prerelease-summary.js Updated release script documentation and command names (#17929) 2020-02-05 08:52:31 -08:00
test-packaging-fixture.js Release script clarifies which test fixture failed (#14922) 2019-02-22 07:43:27 -08:00