[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect sbuild failures
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 11 13:42:36 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
a5ec5cb0 by Holger Levsen at 2020-09-11T14:42:22+02:00
reproducible trbo system health check: detect sbuild failures
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -174,6 +174,8 @@ for JOB_NAME in reproducible_* ; do
small_note "reproducible_build.sh zombies"
elif $(grep -q "State: starting" $LOG) ; then
small_note "node in starting state"
+ elif $(grep -q "Warning: sbuild failed. Exiting cleanly as this is out-of-scope" $LOG) ; then
+ small_note "sbuild failed"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5ec5cb00c0ee553e11da6ccd784bf9ae5af87d4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5ec5cb00c0ee553e11da6ccd784bf9ae5af87d4
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/2ffddf02/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list