From f4bad1c060a6657529d2ba10a3ec2e653de7c498 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Wed, 24 Apr 2019 17:58:39 +0100 Subject: [PATCH] Run all 14 tp6m-cold jobs for Raptor --- automation/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/taskcluster/decision_task.py b/automation/taskcluster/decision_task.py index 46459d03c..e2e7170f4 100644 --- a/automation/taskcluster/decision_task.py +++ b/automation/taskcluster/decision_task.py @@ -81,7 +81,7 @@ def pr_or_push(is_push): ALL_RAPTOR_CRAFT_FUNCTIONS = [ BUILDER.craft_raptor_tp6m_cold_task(for_suite=i) - for i in range(1, 11) + for i in range(1, 15) ] for craft_function in ALL_RAPTOR_CRAFT_FUNCTIONS: args = (signing_task_id, mozharness_task_id, variant, gecko_revision)