From b19d28b997a183d9a270cc2fcc710e048e3ee90e Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 28 Aug 2018 16:05:28 +0200 Subject: [PATCH] schedulerId --- decision-task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/decision-task.py b/decision-task.py index fa119977829..e5a4ee6bec5 100644 --- a/decision-task.py +++ b/decision-task.py @@ -8,6 +8,7 @@ task_id = taskcluster.slugId() payload = { "taskGroupId": os.environ["DECISION_TASK_ID"], "dependencies": [os.environ["DECISION_TASK_ID"]], + "schedulerId": "taskcluster-github", # FIXME: can we avoid hard-coding this? "provisionerId": "aws-provisioner-v1", "workerType": "github-worker", "created": taskcluster.fromNowJSON(""),