Increase parallelism in macOS WPT testing

… now that remaining dual-core workers have been upgraded to quad-cores.

Also reduces the number of WPT chunks since per-task overhead becomes more siginificant when tasks are becoming shorter.
This commit is contained in:
Simon Sapin 2019-12-03 23:34:02 +01:00
parent 250184fe60
commit fbc10d0137

View file

@ -664,8 +664,8 @@ def macos_wpt():
macos_run_task,
build_task,
repo_dir="repo",
total_chunks=30,
processes=4,
total_chunks=20,
processes=8,
)