1
0
Fork 0

Increase number of crafted tasks for raptor-tp6m-cold tests (#3682)

master
Arnold Iakab 2019-07-16 01:29:15 +03:00 committed by Jeff Boek
parent 6b29affbee
commit e70ab6b104
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def raptor(is_staging):
all_raptor_craft_functions = [
BUILDER.craft_raptor_tp6m_cold_task(for_suite=i)
for i in range(1, 15)
for i in range(1, 27)
]
for craft_function in all_raptor_craft_functions:
args = (signing_task_id, mozharness_task_id, variant, gecko_revision)