diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-01-03 17:45:41 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-01-04 17:06:12 +0100 |
commit | 0700aeb4f787451618c407dc116ffacea2d75511 (patch) | |
tree | 71fcbc134a60f4531f326692d5ac86545a584067 | |
parent | d4038d0580e5e4f16d0f9cec5e56647562eea631 (diff) | |
download | servo-0700aeb4f787451618c407dc116ffacea2d75511.tar.gz servo-0700aeb4f787451618c407dc116ffacea2d75511.zip |
Tasckluster: use default taskId and taskGroupId
See https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1#result
-rw-r--r-- | .taskcluster.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.taskcluster.yml b/.taskcluster.yml index f0c9f2d5910..1d6a49b874d 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -13,8 +13,6 @@ tasks: # NOTE: when updating this consider whether the daily hook needs similar changes: # https://tools.taskcluster.net/hooks/project-servo/daily - taskGroupId: {$eval: as_slugid("decision_task")} - taskId: {$eval: as_slugid("decision_task")} provisionerId: aws-provisioner-v1 workerType: servo-docker-worker created: {$fromNow: ''} |