[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: improve priorisation of some kernel warnings
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Nov 16 12:25:05 GMT 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2f1cf2e6 by Holger Levsen at 2022-11-16T13:24:17+01:00
trbo health check: improve priorisation of some kernel warnings
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -153,14 +153,14 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "reboot needed for kernel upgrade"
elif $(grep -q "^WARNING: Running kernel does not match on-disk kernel image:" $LOG) ; then
small_note "reboot needed for kernel upgrade"
+ elif $(grep -q "^Warning: running kernel needs attention" $LOG) ; then
+ small_note "running kernel needs attention"
elif $(grep -q "Warning: more than 1 kernel(s) in /boot" $LOG) ; then
small_note "more than one kernel installed"
elif $(grep -q "Warning: more than 3 kernel(s) in /boot" $LOG) ; then
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/2f1cf2e6c1fd00488d43ab70a9f72d536736423f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2f1cf2e6c1fd00488d43ab70a9f72d536736423f
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/20221116/821ceaa8/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list