-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Split Selenium grid tests into multiple jobs (#4454)
This requires multiple self-hosted runners to be set up, but will allow us to more easily read results and to re-run individual failed jobs per browser. This change also includes several optimizations that were motivated by the split: - stop installing the GitHub CLI (now installed on newer self-hosted images, saves ~20 seconds) - cache node_modules (saves about ~1 minute if package-lock.json hasn't changed) - pre-build Shaka once in a GitHub VM instead of in parallel on multiple runner containers hosted on the same machine (saves ~45 minutes w/ 12 runners in parallel)
- Loading branch information
1 parent
b1e81a6
commit d8c0964
Showing
1 changed file
with
158 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters