From 8224c4ab7e97a8648ec478c8b8d2364bc931f332 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 23 Apr 2020 12:58:09 -0400 Subject: [PATCH] Reduce number of processess for macOS WPT on CI. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 0d041e089d1a..f0e135de2d3c 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -543,7 +543,7 @@ def macos_run_task(name): build_task, repo_dir="repo", total_chunks=20, - processes=8, + processes=4, )