[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect unsupported hosts (due to changed hostnames)
Holger Levsen
gitlab at salsa.debian.org
Thu Sep 17 07:59:44 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a17837bb by Holger Levsen at 2020-09-17T08:59:30+02:00
reproducible trbo system health check: detect unsupported hosts (due to changed hostnames)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -216,6 +216,8 @@ for JOB_NAME in reproducible_* ; do
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"
+ elif $(grep -q "^unsupported host, exiting." $LOG) || \
+ small_note "unsupported host (hostname changed?)"
else
small_note "generic SSH failure"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a17837bb7c113ca387e74d1eab46f5c17a8e651c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a17837bb7c113ca387e74d1eab46f5c17a8e651c
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/20200917/15ede75f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list