Skip to content

Commit

Permalink
chore: bump decision task to modern taskgraph version
Browse files Browse the repository at this point in the history
The old version is causing issues in mozilla-releng#210, because `get_ancestors` is not properly memoized.
  • Loading branch information
bhearsum committed Dec 12, 2024
1 parent 0d3cf5e commit f32d0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions taskcluster/docker/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ FROM python:$PYTHON_VERSION
LABEL maintainer="Mozilla Release Engineering <[email protected]>"

# 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

Expand Down

0 comments on commit f32d0e6

Please sign in to comment.