From fbc10d0137ee3ebf5bb9d1b4ee0a9fe6c58889c2 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 3 Dec 2019 23:34:02 +0100 Subject: [PATCH] Increase parallelism in macOS WPT testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … 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. --- etc/taskcluster/decision_task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index b94c939dc32..194a689a82b 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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, )