[Git][qa/jenkins.debian.net][master] reproducible system health: stop special casing some nodes due to #1033791

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Jul 13 12:54:47 BST 2023



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


Commits:
d161d069 by Holger Levsen at 2023-07-13T13:52:40+02:00
reproducible system health: stop special casing some nodes due to #1033791

instead I deployed local workarounds on the affected nodes:

sudo sed -i "s#grep 'Linux version' | head -n1#grep 'Linux version' | tail -n1#" /usr/lib/nagios/plugins/check_running_kernel

see #1033791 and #1040704

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -156,12 +156,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 		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
+			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/d161d069034bdc5e5d38bc240f5fd9689c99decd

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d161d069034bdc5e5d38bc240f5fd9689c99decd
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/20230713/71dd3057/attachment.htm>


More information about the Qa-jenkins-scm mailing list