[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect failures in dns resolution
Holger Levsen
gitlab at salsa.debian.org
Sun Aug 30 08:02:12 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
40109bfe by Holger Levsen at 2020-08-30T09:01:19+02:00
reproducible trbo system health check: detect failures in dns resolution
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -200,6 +200,8 @@ for JOB_NAME in reproducible_* ; do
else
small_note "generic SSH failure"
fi
+ elif $(grep -E -q "^ssh: Could not resolve hostname .*: Temporary failure in name resolution" $LOG) ; then
+ small_note "temporary failure in name resolution"
elif $(grep -q "^E: Package 'diffoscope' has no installation candidate" $LOG) ; then
small_note "package 'diffoscope' has no installation candidate"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/40109bfeedeac90804be90389b85af988a5e5463
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/40109bfeedeac90804be90389b85af988a5e5463
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/20200830/eac5100c/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list