mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
The child task depends on the decision task
This commit is contained in:
parent
83a5436bc7
commit
ae7cdfd625
1 changed files with 1 additions and 0 deletions
|
@ -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(""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue