[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect unspecific live-build failure

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Sep 16 23:44:31 BST 2022



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


Commits:
437d1305 by Holger Levsen at 2022-09-17T00:44:22+02:00
trbo health check: detect unspecific live-build failure

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -310,6 +310,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "build failed"
 		elif $(grep -q "^client_loop: send disconnect: Broken pipe" $LOG) ; then
 			small_note "broken pipe"
+		elif $(grep -q "Error: Something went wrong." $LOG) ; then
+			small_note "unspecific live-build failure"
 		fi
 		case $JOB_NAME in
 			reproducible_maintenance_amd64_jenkins)			MODIFIER=250 ;; # main node



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/437d130548eca74738bb0fc53d75b4cd5e921828

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/437d130548eca74738bb0fc53d75b4cd5e921828
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/20220916/663f69ac/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list