Commit 674b7e96 authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect failures due to broken pipe



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 1eea8a5f
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment