From d318e55b1c4ce232d0a47245391f133fb3b235fb Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 14 Dec 2018 12:08:04 +0100 Subject: [PATCH] Move WPT extras to the last chunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maybe it’ll take less time total? --- 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 e2a2f2d2f5d..166420d7515 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -365,7 +365,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes, PROCESSES=str(processes), ) ) - if this_chunk == 1: + if this_chunk == chunks[-1]: task.name += " + extra" task.extra["treeherder"]["symbol"] += "+" task.with_script("""