[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: make regex less strict
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jun 28 13:10:43 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d70fca31 by Holger Levsen at 2021-06-28T14:10:37+02:00
trbo health check: make regex less strict
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -254,7 +254,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
else
small_note "SSH failure"
fi
- elif $(grep -E -q "^ssh: connect to host .* No route to host$" $LOG) ; then
+ elif $(grep -E -q "^ssh: connect to host .* No route to host" $LOG) ; then
small_note "SSH failure: no route to host"
elif $(grep -E -q "^ssh: Could not resolve hostname .*: Temporary failure in name resolution" $LOG) ; then
small_note "SSH failure: failure in name resolution"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d70fca317c544f8ea98de487a5ce5a77cc641ffc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d70fca317c544f8ea98de487a5ce5a77cc641ffc
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/20210628/7312af79/attachment.htm>
More information about the Qa-jenkins-scm
mailing list