mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
v1
This commit is contained in:
parent
66041a5655
commit
5e968193db
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ payload = {
|
|||
},
|
||||
}
|
||||
# https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/features#feature-taskclusterproxy
|
||||
queue = taskcluster.Queue(options={"baseUrl": "http://taskcluster/queue/"})
|
||||
queue = taskcluster.Queue(options={"baseUrl": "http://taskcluster/queue/v1/"})
|
||||
queue.ping()
|
||||
try:
|
||||
result = queue.createTask(task_id, payload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue