[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect failure to update Debian chdist
Holger Levsen
gitlab at salsa.debian.org
Sun Nov 1 09:13:38 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
37f6e918 by Holger Levsen at 2020-11-01T10:13:30+01:00
reproducible trbo system health check: detect failure to update Debian chdist
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 -E -q "Reading package lists...Warning: failed to update the .* chdist." $LOG) ; then
+ small_note "failed to update Debian chdist"
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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/37f6e9185c641493f2fc1b6d2832fb3111d27278
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/37f6e9185c641493f2fc1b6d2832fb3111d27278
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/2a9cdb5e/attachment.html>
More information about the Qa-jenkins-scm
mailing list