[Git][qa/jenkins.debian.net][master] jenkins nodes: switch ionos1+5+11+15 to sdd based /srv/workspace
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Mar 21 00:16:44 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
018e29c1 by Holger Levsen at 2024-03-21T01:16:29+01:00
jenkins nodes: switch ionos1+5+11+15 to sdd based /srv/workspace
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -209,7 +209,9 @@ case $HOSTNAME in
fi
;;
jenkins|ionos*amd64|codethink*)
- if ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
+ # FIXME: this needs to be checked and smoothed for all ionos nodes... strangly on codethink nodes
+ # this has not become a problem yet
+ if ! grep -q '/srv/workspace' /etc/fstab && ! grep -q '^tmpfs\s\+/srv/workspace\s' /etc/fstab; then
echo "tmpfs /srv/workspace tmpfs defaults,size=${TMPFSSIZE}g 0 0" | sudo tee -a /etc/fstab >/dev/null
fi
if ! grep -q '^tmpfs\s\+/tmp\s' /etc/fstab; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/018e29c18b7aeb5516ba35744f1301398a44de32
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/018e29c18b7aeb5516ba35744f1301398a44de32
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/20240321/ab25bae1/attachment.htm>
More information about the Qa-jenkins-scm
mailing list