[Git][qa/jenkins.debian.net][master] reproducible node health check: complain less about too many installed kernels

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Oct 21 19:18:38 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b75d6f5e by Holger Levsen at 2023-10-21T20:18:25+02:00
reproducible node health check: complain less about too many installed kernels

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
=====================================
@@ -121,10 +121,8 @@ fi
 echo "$(date -u) - testing whether too many kernels are installed..."
 KERNEL="$(ls /boot/vmlinuz-*|wc -l)"
 case $HOSTNAME in
-	jenkins|ionos*)		MAX_KERNEL=5	;;
-	codethink*)		MAX_KERNEL=1	;;
-	osuosl*)		MAX_KERNEL=4	;;
-	*)			MAX_KERNEL=3	;;
+	jenkins|ionos*|codethink*)	MAX_KERNEL=5	;;
+	*)				MAX_KERNEL=3	;;
 esac
 if [ $KERNEL -gt $MAX_KERNEL ] ; then
 	RUNNING=$(uname -r)



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b75d6f5e4be05255138a8b2f961834473b00401b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b75d6f5e4be05255138a8b2f961834473b00401b
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/20231021/f6c571a7/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list