[Git][qa/jenkins.debian.net][master] janitor: pass /dev/console through to the worker container
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu May 7 16:29:04 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
94ea6494 by Jelmer Vernooij at 2026-05-07T17:28:55+02:00
janitor: pass /dev/console through to the worker container
(cherry picked from commit 88d4a2e0eb3256922bb88dc862daa23daa1c5d83)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/janitor_worker.sh
Changes:
=====================================
bin/janitor_worker.sh
=====================================
@@ -6,12 +6,13 @@ docker run --rm --privileged \
--memory=20g \
-v /srv/janitor:/srv/janitor \
-e BUILD_URL="${BUILD_URL}" \
- -e NODE_NAME="${NODE_NAME}" \
+ -e NODE_NAME="${NODE_NAME%%.*}" \
--cpu-shares 86 \
--tmpfs /tmp:rw,exec,dev,suid \
--tmpfs /var/lib/schroot/session:rw,exec,dev,suid \
--tmpfs /var/lib/schroot/union/overlay:rw,exec,dev,suid \
--tmpfs /var/lib/sbuild/build:rw,exec,dev,suid \
+ --device /dev/console \
registry.salsa.debian.org/janitor-team/janitor.debian.net/worker:latest \
--listen-address=0.0.0.0 \
--port=8080 \
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/94ea64940c90722f686ce9babde49427678f5baf
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/94ea64940c90722f686ce9babde49427678f5baf
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260507/ed2a7e8c/attachment.htm>
More information about the Qa-jenkins-scm
mailing list