[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: check for too many installed kernels on all machines

Holger Levsen gitlab at salsa.debian.org
Thu Apr 29 15:54:59 BST 2021



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


Commits:
5026edc7 by Holger Levsen at 2021-04-29T16:54:30+02:00
reproducible: check for too many installed kernels on all machines

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,17 +119,14 @@ fi
 
 #
 # check for cleaned up kernels
-# (on Ubuntu systems only, as those have free spaces issues on /boot frequently)
-#
-if [ "$(lsb_release -si)" = "Ubuntu" ] ; then
-	echo "$(date -u) - testing whether only one kernel is installed..."
-	if [ "$(ls /boot/vmlinuz-*|wc -l)" != "1" ] ; then
-		echo "Warning: more than one kernel in /boot:"
-		ls -lart /boot/vmlinuz-*
-		df -h /boot
-		echo "Running kernel: $(uname -r)"
-		DIRTY=true
-	fi
+#
+echo "$(date -u) - testing whether only one kernel is installed..."
+if [ "$(ls /boot/vmlinuz-*|wc -l)" != "1" ] ; then
+	echo "Warning: more than one kernel in /boot:"
+	ls -lart /boot/vmlinuz-*
+	df -h /boot
+	echo "Running kernel: $(uname -r)"
+	DIRTY=true
 fi
 
 #



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5026edc7df933285e11be39aa8065dbf3dd715c7
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/20210429/73c31c09/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list