[Git][qa/jenkins.debian.net][master] fixup: reproducible node health check: deal with /boot/vmlinuz* being vmlinux* on riscv64

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Feb 17 16:07:17 GMT 2025



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


Commits:
424bf0f0 by Holger Levsen at 2025-02-17T17:07:05+01:00
fixup: reproducible node health check: deal with /boot/vmlinuz* being vmlinux* on riscv64

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
=====================================
@@ -119,7 +119,7 @@ fi
 # check for cleaned up kernels
 #
 echo "$(date -u) - testing whether too many kernels are installed..."
-KERNEL="$(ls /boot/vmlinu*|wc -l)"
+KERNEL="$(ls /boot/vmlinu?-*|wc -l)"
 case $HOSTNAME in
 	jenkins|ionos*|codethink*)	MAX_KERNEL=5	;;
 	*)				MAX_KERNEL=3	;;
@@ -132,7 +132,7 @@ if [ $KERNEL -gt $MAX_KERNEL ] ; then
 	else
 		echo "Warning: more than $MAX_KERNEL kernel(s) in /boot"
 	fi
-	ls -lart /boot/vmlinu*
+	ls -lart /boot/vmlinu?-*
 	df -h /boot
 	echo "Running kernel: $(uname -r)"
 	DIRTY=true



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/424bf0f0af833c97f354db26f43f56925a80818e
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/20250217/97e9f8d5/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list