diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-12-18 19:06:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 19:06:24 -0500 |
commit | fab77bc849ed4e56fedcce48a047fc90616637d3 (patch) | |
tree | 23b11c2c16bac67030526135eb358464b0e09c17 | |
parent | 4cc836c824243bfcb61261067df34674855db322 (diff) | |
download | servo-jdm-patch-25.tar.gz servo-jdm-patch-25.zip |
Fewer processes!jdm-patch-25
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
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 \ |