Update the decision task’s Docker image

47b7864da...5a2588ef1
This commit is contained in:
Simon Sapin 2019-11-05 13:10:03 +01:00
parent 7cf489c1f8
commit 694e38e163
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -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