'run-analysis' script should schedule retries for A/B tests even after analysis failure.
Created attachment 414488 [details] Patch
Comment on attachment 414488 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414488&action=review > Websites/perf.webkit.org/tools/run-analysis.js:50 > + console.error(`Failed analyze measurement sets due to ${error}`); Failed *to* analyze > Websites/perf.webkit.org/tools/run-analysis.js:66 > + console.error(`Failed retry for test group due to ${error}`); Failed *to retry test groups* due to
Change is landed in r270140.