[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect sbuild problems due snapshot.d.o throttling access
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 11 17:55:09 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c4d23bd3 by Holger Levsen at 2020-09-11T18:54:55+02:00
reproducible trbo system health check: detect sbuild problems due snapshot.d.o throttling access
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -178,6 +178,8 @@ for JOB_NAME in reproducible_* ; do
UNSAT_DEPENDS=$(grep "unsat-dependency:" $LOG || true)
if [ -n "$UNSAT_DEPENDS" ] ; then
small_note "sbuild failed due to $UNSAT_DEPENDS"
+ elif $(grep -E -q "^Err http://snapshot.debian.org.*Undetermined Error" $LOG) ; then
+ small_note "sbuild failed due to snapshot.d.o throttling access"
else
small_note "sbuild failed for undetected reasons"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d23bd36f1f7ede39869c464a6f53703e369a6e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d23bd36f1f7ede39869c464a6f53703e369a6e
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/20200911/645bb700/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list