[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: more notices about nodes becoming unresponsive
Holger Levsen
gitlab at salsa.debian.org
Tue Jul 28 16:05:59 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b2113fdf by Holger Levsen at 2020-07-28T17:05:45+02:00
reproducible trbo system health check: more notices about nodes becoming unresponsive
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -161,8 +161,13 @@ for JOB_NAME in reproducible_* ; do
small_note " (node seemed down)"
elif $(tail -1 $LOG | grep -q "Finished: ABORTED") ; then
small_note " (job was aborted)"
- elif $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) ; then
- small_note " (node stopped responding)"
+ elif $(grep -q "^SSH EXIT CODE: 255" $LOG) ; then
+ if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
+ $(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then
+ small_note " (node stopped responding)"
+ else
+ small_note " (generic SSH failure)"
+ fi
elif $(grep -q "^make -r world: build failed. Please re-run" $LOG) ; then
small_note " (make world failed)"
elif $(grep -q "^ERROR: Failed to make build_install" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b2113fdf5b0ddb041aefe7563f7b00d1fbe6df8a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b2113fdf5b0ddb041aefe7563f7b00d1fbe6df8a
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/20200728/f6538a47/attachment.html>
More information about the Qa-jenkins-scm
mailing list