[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: only arm64 sleds have real space issues on /boot

Holger Levsen gitlab at salsa.debian.org
Fri Apr 30 10:57:44 BST 2021



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


Commits:
78bb142b by Holger Levsen at 2021-04-30T11:57:09+02:00
reproducible: only arm64 sleds have real space issues on /boot

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
=====================================
@@ -124,8 +124,8 @@ echo "$(date -u) - testing whether too many kernels are installed..."
 KERNEL="$(ls /boot/vmlinuz-*|wc -l)"
 case $HOSTNAME in
 	jenkins|ionos*)		MAX_KERNEL=5	;;
-	osuosl*)		MAX_KERNEL=3	;;
-	*)			MAX_KERNEL=1	;;
+	codethink*)		MAX_KERNEL=1	;;
+	*)			MAX_KERNEL=3	;;
 esac
 if [ $KERNEL -gt $MAX_KERNEL ] ; then
 	echo "Warning: more than $MAX_KERNEL kernel(s) in /boot:"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/78bb142b99b94839bdf07fe121a77df2ca7a788c
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/20210430/df26d16e/attachment.htm>


More information about the Qa-jenkins-scm mailing list