aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-12-18 19:06:24 -0500
committerGitHub <noreply@github.com>2018-12-18 19:06:24 -0500
commitfab77bc849ed4e56fedcce48a047fc90616637d3 (patch)
tree23b11c2c16bac67030526135eb358464b0e09c17
parent4cc836c824243bfcb61261067df34674855db322 (diff)
downloadservo-jdm-patch-25.tar.gz
servo-jdm-patch-25.zip
Fewer processes!jdm-patch-25
-rw-r--r--etc/taskcluster/decision_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index c2e49c39f94..eb1549fb4e1 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -363,7 +363,7 @@ def wpt_chunk(release_build_task, total_chunks, this_chunk):
task.with_script("""
./mach test-wpt \
--release \
- --processes 8 \
+ --processes 4 \
--total-chunks "$TOTAL_CHUNKS" \
--this-chunk "$THIS_CHUNK" \
--log-raw test-wpt.log \