Bug 1387135 - Tag all tasks with their kind, r=dustin

MozReview-Commit-ID: DqMKNbSmgj3
This commit is contained in:
Andrew Halberstadt
2017-08-16 15:52:18 -04:00
parent 91fd656da8
commit 4cb029561b

View File

@@ -1021,7 +1021,10 @@ def build_task(config, tasks):
DEFAULT_BRANCH_PRIORITY)
tags = task.get('tags', {})
tags.update({'createdForUser': config.params['owner']})
tags.update({
'createdForUser': config.params['owner'],
'kind': config.kind,
})
task_def = {
'provisionerId': provisioner_id,