[Git][qa/jenkins.debian.net][master] fixup braino: reproducible system health: warn that some specific reboot notes...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 6 20:20:41 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ff68ab9c by Holger Levsen at 2023-07-06T21:20:25+02:00
fixup braino: reproducible system health: warn that some specific reboot notes are false-positives currently
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -154,14 +154,14 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "^Warning: there are packages to be upgraded on this system" $LOG) ; then
small_note "host needs apt-get dist-upgrade"
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
# temporary until the bug in monitoring-plugins-contrib is fixed
case $JOB_NAME in
reproducible_node_health_check_armhf_virt64a|reproducible_node_health_check_armhf_virt64b|reproducible_node_health_check_armhf_virt64c|reproducible_node_health_check_armhf_ff64a|reproducible_node_health_check_armhf_jtx1a)
small_note "reboot needed for kernel upgrade (probably false-positive on this node)" ;;
*) small_note "reboot needed for kernel upgrade" ;;
esac
- 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 -E "Warning: too many kernels, .* should be removed." $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ff68ab9c20a2c5c300dbab3c048305b7749efde8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ff68ab9c20a2c5c300dbab3c048305b7749efde8
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/20230706/06f796a6/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list