1
0
Fork 0

Increase range to (1, 28) to include cold tests for cnn mobile website.

master
marianrai 2019-08-01 13:44:24 +03:00 committed by Emily Kager
parent 1e4399ee38
commit bcf2288a88
1 changed files with 1 additions and 1 deletions

View File

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