[Git][qa/jenkins.debian.net][master] reproducible system health: warn that some specific reboot notes are false-positives currently
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 6 20:06:20 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
33befed9 by Holger Levsen at 2023-07-06T21:06:04+02:00
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,7 +154,12 @@ 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"
+ # temporary until the bug in monitoring-plugins-contrib is fixed
+ case $JOBNAME 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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/33befed9f3ca3aa905bd71e138c1b6afd36d6b96
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/33befed9f3ca3aa905bd71e138c1b6afd36d6b96
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/b2f2a1e5/attachment.htm>
More information about the Qa-jenkins-scm
mailing list