Bug 1930713 - add missing volumes to ubuntu2404-test docker image r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D239991
This commit is contained in:
Julien Cristau
2025-04-14 08:32:50 +00:00
parent 62248a8bcc
commit 89066d71c4

View File

@@ -6,6 +6,9 @@ RUN mkdir -p /artifacts
# We need to declare all potentially cache volumes as caches. Also,
# making high I/O paths volumes increase I/O throughput because of
# AUFS slowness.
VOLUME /builds/worker/.task-cache/npm
VOLUME /builds/worker/.task-cache/pip
VOLUME /builds/worker/.task-cache/uv
VOLUME /builds/worker/checkouts
VOLUME /builds/worker/tooltool-cache
VOLUME /builds/worker/workspace