[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] janitor: Fix argument ordering.
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jan 3 09:59:26 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
31c6bb1f by Jelmer Vernooij at 2023-01-03T10:59:17+01:00
janitor: Fix argument ordering.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/janitor_worker.sh
Changes:
=====================================
bin/janitor_worker.sh
=====================================
@@ -7,13 +7,13 @@ docker run --rm --cap-add=SYS_ADMIN --privileged \
-v /srv/janitor:/srv/janitor \
-e BUILD_URL="${BUILD_URL}" \
-e NODE_NAME="${NODE_NAME}" \
+ --mount type=tmpfs,destination=/tmp \
+ --mount type=tmpfs,destination=/var/lib/schroot/session \
+ --mount type=tmpfs,destination=/var/lib/schroot/union/overlay \
+ --mount type=tmpfs,destination=/var/lib/sbuild/build \
eu.gcr.io/debian-janitor/worker:latest \
--listen-address=0.0.0.0 \
--port=8080 \
--base-url=https://janitor.debian.net/runner/ \
--credentials=/srv/janitor/credentials.json \
- --mount type=tmpfs,destination=/tmp \
- --mount type=tmpfs,destination=/var/lib/schroot/session \
- --mount type=tmpfs,destination=/var/lib/schroot/union/overlay \
- --mount type=tmpfs,destination=/var/lib/sbuild/build \
--tee
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/31c6bb1fca056efd4339c533ba09cbea36f3f767
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/31c6bb1fca056efd4339c533ba09cbea36f3f767
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230103/abe9df43/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list