[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failures due to broken pipe

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Sep 13 15:20:44 BST 2022



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


Commits:
674b7e96 by Holger Levsen at 2022-09-13T16:20:34+02:00
trbo health check: detect failures due to broken pipe

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -306,6 +306,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "package 'diffoscope' has no installation candidate"
 		elif $(grep -q "^W: No exported results found in /tmp/job-exports" $LOG) ; then
 			small_note "build failed"
+		elif $(grep -q "^client_loop: send disconnect: Broken pipe" $LOG) ; then
+			small_note "broken pipe"
 		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/674b7e9667a5372b15ad70e7b6012801ce1cd207

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/674b7e9667a5372b15ad70e7b6012801ce1cd207
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/20220913/d75506f4/attachment.htm>


More information about the Qa-jenkins-scm mailing list