[Git][qa/jenkins.debian.net][master] rdn node health check: be stricter on arm nodes for now
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 14 09:22:52 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1fc1b5c3 by Holger Levsen at 2025-04-14T10:22:40+02:00
rdn node health check: be stricter on arm nodes for now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2014-2024 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2025 Holger Levsen <holger at layer-acht.org>
# © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv2
@@ -121,6 +121,7 @@ fi
echo "$(date -u) - testing whether too many kernels are installed..."
KERNEL="$(ls /boot/vmlinu?-*|wc -l)"
case $HOSTNAME in
+ codethink01*|codethink02*) MAX_KERNEL=1 ;; # we're diskspace constrained on these nodes, so complain early
jenkins|ionos*|codethink*) MAX_KERNEL=5 ;;
*) MAX_KERNEL=3 ;;
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1fc1b5c32a26d2c4362301df28f22ed3882ccd3c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1fc1b5c32a26d2c4362301df28f22ed3882ccd3c
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/20250414/5dff3202/attachment.htm>
More information about the Qa-jenkins-scm
mailing list