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
This commit is contained in:
Julien Cristau
2025-05-20 12:29:05 +00:00
committed by jcristau@mozilla.com
parent ba9d7aea61
commit 801a301e56
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
sha256:ea73900129328095da4fb033697690d538a08d935298fef4d5fa4aae80273bce
sha256:9e000c9fd31ee1723927aeea2b82b95ff2ecf32ebdb7a5d893300281a1452670