-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DO NOT LAND: set a bunch of max capacities to 1 to test out caching
- Loading branch information
Showing
5 changed files
with
100 additions
and
651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,12 @@ | |
FROM python:$PYTHON_VERSION | ||
LABEL maintainer="Mozilla Release Engineering <[email protected]>" | ||
|
||
VOLUME /builds/worker/checkouts | ||
VOLUME /builds/worker/.cache/cargo | ||
VOLUME /builds/worker/.cache/uv | ||
VOLUME /builds/worker/.cache/npm | ||
VOLUME $HOME/.cache/pip | ||
|
||
# Add worker user | ||
RUN mkdir -p /builds && \ | ||
useradd -d /builds/worker -s /bin/bash -m worker && \ | ||
|
@@ -21,8 +27,5 @@ ENV SHELL=/bin/bash \ | |
HOME=/builds/worker \ | ||
PATH=/builds/worker/.local/bin:$PATH | ||
|
||
VOLUME /builds/worker/checkouts | ||
VOLUME /builds/worker/.cache | ||
|
||
# Set a default command useful for debugging | ||
CMD ["/bin/bash", "--login"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
taskcluster | ||
taskcluster-taskgraph@git+https://github.com/taskcluster/taskgraph@refs/pull/623/head |
Oops, something went wrong.