Auto merge of #25073 - servo:moar, r=jdm

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:
bors-servo 2019-12-06 04:25:18 -05:00 committed by GitHub
commit cfa50b8222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
)