[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: priorize generic kernel warning lower

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jun 13 13:03:10 BST 2022



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


Commits:
b3fd8eb7 by Holger Levsen at 2022-06-13T14:02:57+02:00
trbo health check: priorize generic kernel warning lower

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -149,8 +149,6 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "job zombies detected on jenkins"
 		elif $(grep -q "failed Squid Web Proxy Server" $LOG) ; then
 			small_note "squid.service failed"
-		elif $(grep -q "^Warning: running kernel needs attention" $LOG) ; then
-			small_note "running kernel needs attention"
 		elif $(grep -q "Kernel needs upgrade" $LOG) ; then
 			small_note "reboot needed for kernel upgrade"
 		elif $(grep -q "^WARNING: Running kernel does not match on-disk kernel image:" $LOG) ; then
@@ -161,6 +159,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "more than three kernel(s) installed"
 		elif $(grep -q "Warning: more than 5 kernel(s) in /boot" $LOG) ; then
 			small_note "more than five kernels installed"
+		elif $(grep -q "^Warning: running kernel needs attention" $LOG) ; then
+			small_note "running kernel needs attention"
 		elif $(grep -q "failed failed /etc/rc.local Compatibility" $LOG) ; then
 			small_note "rc-local.service failed"
 		elif $(grep -E -q "failed Session [0-9]+ of user jenkins" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3fd8eb791047d4e03556a2173bbce1c5bde2fe8
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/20220613/5e765a71/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list