mirror of
https://github.com/servo/servo.git
synced 2025-07-06 06:53:38 +01:00
schedulerId
This commit is contained in:
parent
0e19b470d4
commit
b19d28b997
1 changed files with 1 additions and 0 deletions
|
@ -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(""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue