Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[JSC] Speed up getStatusMap and increase robustness
https://bugs.webkit.org/show_bug.cgi?id=236559 Reviewed by Adrian Perez de Castro. Collect test results in parallel. Also, ignore ssh errors during collection (e.g. because the remote host is down) -- the main retry loop will take care of that for us. This should both avoid needless failures like https://build.webkit.org/#/builders/31/builds/2432 and reduce the latency when there are multiple remotes (e.g. for MIPS). * Scripts/run-jsc-stress-tests: Canonical link: https://commits.webkit.org/247272@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289811 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information