@@ -507,22 +507,21 @@ def craft_raptor_speedometer_power_task(self, signing_task_id, mozharness_task_i
507
507
force_run_on_64_bit_device = force_run_on_64_bit_device ,
508
508
)
509
509
510
- def craft_raptor_tp6m_task (self , signing_task_id , mozharness_task_id , variant , gecko_revision , force_run_on_64_bit_device = False ):
511
- # XXX We are not chunking dynamically, but we have hardcoded jobs that are numbered and
512
- # using chunk is a way to loop over and schedule these jobs easier
513
- chunk = 1
514
-
515
- return self ._craft_raptor_task (
516
- signing_task_id ,
517
- mozharness_task_id ,
518
- variant ,
519
- gecko_revision ,
520
- name_prefix = 'raptor tp6m-{}' .format (chunk ),
521
- description = 'Raptor tp6m on the Reference Browser' ,
522
- test_name = 'raptor-tp6m-{}' .format (chunk ),
523
- job_symbol = 'tp6m-{}' .format (chunk ),
524
- force_run_on_64_bit_device = force_run_on_64_bit_device ,
525
- )
510
+ def craft_raptor_tp6m_task (self , for_suite ):
511
+
512
+ def craft_function (signing_task_id , mozharness_task_id , variant , gecko_revision , force_run_on_64_bit_device = False ):
513
+ return self ._craft_raptor_task (
514
+ signing_task_id ,
515
+ mozharness_task_id ,
516
+ variant ,
517
+ gecko_revision ,
518
+ name_prefix = 'raptor tp6m-{}' .format (for_suite ),
519
+ description = 'Raptor tp6m on the Reference Browser' ,
520
+ test_name = 'raptor-tp6m-{}' .format (for_suite ),
521
+ job_symbol = 'tp6m-{}' .format (for_suite ),
522
+ force_run_on_64_bit_device = force_run_on_64_bit_device ,
523
+ )
524
+ return craft_function
526
525
527
526
def _craft_raptor_task (
528
527
self ,
0 commit comments