Tasckluster: use default taskId and taskGroupId

See https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1#result
This commit is contained in:
Simon Sapin 2019-01-03 17:45:41 +01:00
parent d4038d0580
commit 0700aeb4f7

View file

@ -13,8 +13,6 @@ tasks:
# NOTE: when updating this consider whether the daily hook needs similar changes: # NOTE: when updating this consider whether the daily hook needs similar changes:
# https://tools.taskcluster.net/hooks/project-servo/daily # https://tools.taskcluster.net/hooks/project-servo/daily
taskGroupId: {$eval: as_slugid("decision_task")}
taskId: {$eval: as_slugid("decision_task")}
provisionerId: aws-provisioner-v1 provisionerId: aws-provisioner-v1
workerType: servo-docker-worker workerType: servo-docker-worker
created: {$fromNow: ''} created: {$fromNow: ''}