diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-11-05 13:10:03 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-11-05 14:25:33 +0100 |
commit | 694e38e163cb023f372bf13480257b5703c216bc (patch) | |
tree | fe677d644025295b2cee7f71c6f239b2ca0185f6 /etc/taskcluster/decisionlib.py | |
parent | 7cf489c1f86d4f39838ec56e84920fbcdb2ae7e0 (diff) | |
download | servo-694e38e163cb023f372bf13480257b5703c216bc.tar.gz servo-694e38e163cb023f372bf13480257b5703c216bc.zip |
Update the decision task’s Docker image
https://github.com/servo/taskcluster-bootstrap-docker-images/compare/47b7864da...5a2588ef1
Diffstat (limited to 'etc/taskcluster/decisionlib.py')
-rw-r--r-- | etc/taskcluster/decisionlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py index 685634d94e5..976e5cd99d2 100644 --- a/etc/taskcluster/decisionlib.py +++ b/etc/taskcluster/decisionlib.py @@ -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 |