mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
7cf489c1f8
commit
694e38e163
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,8 @@ tasks:
|
|||
payload:
|
||||
maxRunTime: {$eval: '20 * 60'}
|
||||
# https://github.com/servo/taskcluster-bootstrap-docker-images#decision-task
|
||||
image: "servobrowser/taskcluster-bootstrap:decision-task@sha256:28045b7ec0485ef363f8cb14f194008b47e9ede99f2ea40a1e945e921fce976e"
|
||||
image: "servobrowser/taskcluster-bootstrap:decision-task@\
|
||||
sha256:7471a998e4462638c8d3e2cf0b4a99c9a5c8ca9f2ec0ae01cc069473b35cde10"
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
env:
|
||||
|
|
|
@ -255,7 +255,7 @@ class Task:
|
|||
extra=self.extra,
|
||||
)
|
||||
|
||||
task_id = taskcluster.slugId().decode("utf8")
|
||||
task_id = taskcluster.slugId()
|
||||
SHARED.queue_service.createTask(task_id, queue_payload)
|
||||
print("Scheduled %s: %s" % (task_id, self.name))
|
||||
return task_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue