Skip to content

Commit

Permalink
Bug 1604749: Get misc worker-type from graph config; r=Callek a=tompr…
Browse files Browse the repository at this point in the history
…ince DONTBUILD

The original patch calculated the worker type, but didn't use it in the
generated task.

Differential Revision: https://phabricator.services.mozilla.com/D61643
  • Loading branch information
tomprince committed Aug 5, 2020
1 parent 8657789 commit d4327dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster/taskgraph/morph.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def derive_misc_task(task, purpose, image, taskgraph, label_to_taskid, parameter
)

task_def = {
'provisionerId': 'gecko-t',
'workerType': 'misc',
'provisionerId': provisioner_id,
'workerType': worker_type,
'dependencies': [task.task_id, image_taskid],
'created': {'relative-datestamp': '0 seconds'},
'deadline': task.task['deadline'],
Expand Down

0 comments on commit d4327dd

Please sign in to comment.