[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect running kernels needing attention
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon May 30 17:55:21 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
84f23b6d by Holger Levsen at 2022-05-30T18:54:53+02:00
trbo health check: detect running kernels needing attention
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,6 +149,8 @@ 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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/84f23b6d488654c7eb64f758907610c3b354d71a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/84f23b6d488654c7eb64f758907610c3b354d71a
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/20220530/04b8caa9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list