From 0700aeb4f787451618c407dc116ffacea2d75511 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 3 Jan 2019 17:45:41 +0100 Subject: [PATCH] Tasckluster: use default taskId and taskGroupId See https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1#result --- .taskcluster.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index f0c9f2d5910f..1d6a49b874df 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: ''}