From 801a301e5660a48d0f26d4d90f9a1c7054e651b7 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 20 May 2025 12:29:05 +0000 Subject: [PATCH] Bug 1840829 - update gecko_decision docker image to 5.0.0. r=releng-reviewers,bhearsum Changes since 4.1.0: - adds the orjson python package (bug 1840829) - now based on debian 12 instead of ubuntu 20.04 (bug 1967222) - /builds/worker/artifacts is a docker volume (bug 1967232) Differential Revision: https://phabricator.services.mozilla.com/D250231 --- .taskcluster.yml | 3 ++- taskcluster/docker/decision/HASH | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 236061dd4580..b7d0b877b246 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -206,6 +206,7 @@ tasks: GECKO_HEAD_REV: '${push.revision}' HG_STORE_PATH: /builds/worker/checkouts/hg-store TASKCLUSTER_CACHES: /builds/worker/checkouts + TASKCLUSTER_VOLUMES: /builds/worker/artifacts MOZ_AUTOMATION: '1' # mach generates pyc files when reading `mach_commands.py` # This causes cached_task digest generation to be random for @@ -228,7 +229,7 @@ tasks: # Note: This task is built server side without the context or tooling that # exist in tree so we must hard code the hash - image: 'mozillareleases/gecko_decision:4.1.0@sha256:ea73900129328095da4fb033697690d538a08d935298fef4d5fa4aae80273bce' + image: 'mozillareleases/gecko_decision:5.0.0@sha256:9e000c9fd31ee1723927aeea2b82b95ff2ecf32ebdb7a5d893300281a1452670' maxRunTime: 3600 diff --git a/taskcluster/docker/decision/HASH b/taskcluster/docker/decision/HASH index 11ff3dc37771..4e4ee5ef34bc 100644 --- a/taskcluster/docker/decision/HASH +++ b/taskcluster/docker/decision/HASH @@ -1 +1 @@ -sha256:ea73900129328095da4fb033697690d538a08d935298fef4d5fa4aae80273bce +sha256:9e000c9fd31ee1723927aeea2b82b95ff2ecf32ebdb7a5d893300281a1452670