[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect non-fatal failures using a http(s) proxy
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jun 8 12:39:34 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4edbe7ca by Holger Levsen at 2021-06-08T13:39:27+02:00
trbo health check: detect non-fatal failures using a http(s) proxy
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -204,6 +204,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
fi
elif $(grep -q "^Warning: no .buildinfo exists" $LOG) ; then
small_note ".buildinfo not available"
+ elif $(grep -E -q "^W: failed to fetch.*503 Service Unavailable.* 3128" $LOG) ; then
+ small_note "issues affecting the http(s) proxy used"
elif $(grep -E -q "^(W|E): diffoscope" $LOG) ; then
small_note "lintian issues in src:diffoscope"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4edbe7cade60518095b1095b84824f39c129abf4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4edbe7cade60518095b1095b84824f39c129abf4
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/20210608/5417a920/attachment.htm>
More information about the Qa-jenkins-scm
mailing list