[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect failure to update Arch Linux schroots
Holger Levsen
gitlab at salsa.debian.org
Sun Nov 1 08:42:41 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
45492789 by Holger Levsen at 2020-11-01T09:42:33+01:00
reproducible trbo system health check: detect failure to update Arch Linux schroots
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -175,6 +175,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "reproducible_build.sh zombies"
elif $(grep -q "State: starting" $LOG) ; then
small_note "node in starting state"
+ elif $(grep -q "Warning: failed to update Arch Linux schroot." $LOG) ; then
+ small_note "failed to update Arch Linux schroot"
elif $(grep -q "Warning: sbuild failed. Exiting cleanly as this is out-of-scope" $LOG) ; then
UNSAT_DEPENDS=$(grep "unsat-dependency:" $LOG || true)
if [ -n "$UNSAT_DEPENDS" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/45492789fff40bd5603cdbdd0328a9f29a91471f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/45492789fff40bd5603cdbdd0328a9f29a91471f
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/20201101/c3421918/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list