1
0
Fork 0

Run all 14 tp6m-cold jobs for Raptor

master
Dave Hunt 2019-04-24 17:58:39 +01:00 committed by Christian Sadilek
parent 25c157ceb0
commit f4bad1c060
1 changed files with 1 additions and 1 deletions

View File

@ -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)