From ae7cdfd625bc05bf36a341c923fb5c8983435aa0 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 17 Aug 2018 20:48:36 +0200 Subject: [PATCH] The child task depends on the decision task --- decision-task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/decision-task.py b/decision-task.py index 068f8def12c..a07959a58c3 100644 --- a/decision-task.py +++ b/decision-task.py @@ -7,6 +7,7 @@ import taskcluster task_id = taskcluster.slugId() payload = { "taskGroupId": os.environ["DECISION_TASK_ID"], + "dependencies": [os.environ["DECISION_TASK_ID"]], "provisionerId": "aws-provisioner-v1", "workerType": "github-worker", "created": taskcluster.fromNowJSON(""),