schedulerId

This commit is contained in:
Simon Sapin 2018-08-28 16:05:28 +02:00
parent 0e19b470d4
commit b19d28b997

View file

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