The child task depends on the decision task

This commit is contained in:
Simon Sapin 2018-08-17 20:48:36 +02:00
parent 83a5436bc7
commit ae7cdfd625

View file

@ -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(""),