From f32d0e6bfb8b0133b1c35df976627d0e643581de Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Thu, 12 Dec 2024 12:36:57 -0500 Subject: [PATCH] chore: bump decision task to modern taskgraph version The old version is causing issues in https://github.com/mozilla-releng/fxci-config/pull/210, because `get_ancestors` is not properly memoized. --- .taskcluster.yml | 2 +- taskcluster/docker/python/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 4b6332c0..af5f6de9 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -237,7 +237,7 @@ tasks: taskclusterProxy: true chainOfTrust: true image: - mozillareleases/taskgraph:decision-v7.3.1@sha256:1d1364c01c13002a13863f0ef27dd7331ad1c7fe92bbb8b0b4019dc5a821461c + mozillareleases/taskgraph:decision-v12.1.0@sha256:756d6edd4c60e1c58132a667273e3cb6113bde3d7a4a3f7b326b375caf53eb81 maxRunTime: 1800 command: $flatten: diff --git a/taskcluster/docker/python/Dockerfile b/taskcluster/docker/python/Dockerfile index 1e4b7be6..29cf6801 100644 --- a/taskcluster/docker/python/Dockerfile +++ b/taskcluster/docker/python/Dockerfile @@ -7,10 +7,10 @@ FROM python:$PYTHON_VERSION LABEL maintainer="Mozilla Release Engineering " # Add worker user -RUN mkdir /builds && \ +RUN mkdir -p /builds && \ useradd -d /builds/worker -s /bin/bash -m worker && \ mkdir /builds/worker/artifacts && \ - chown worker:worker /builds/worker/artifacts + chown worker:worker /builds/worker /builds/worker/artifacts # %include-run-task