[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: add generic ssh failure notice
Holger Levsen
gitlab at salsa.debian.org
Wed Jul 29 14:08:23 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
967342cb by Holger Levsen at 2020-07-29T15:08:14+02:00
reproducible trbo system health check: add generic ssh failure notice
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,7 +161,7 @@ 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 "^SSH EXIT CODE: 255" $LOG) ; then
+ elif $(grep -q "^SSH EXIT CODE:" $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)"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/967342cb887fb326a069efd8157ad3365eac6d78
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/967342cb887fb326a069efd8157ad3365eac6d78
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/20200729/8d17ab10/attachment.html>
More information about the Qa-jenkins-scm
mailing list