[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect sbuild problems due to #970095
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 11 16:04:25 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
34f25884 by Holger Levsen at 2020-09-11T17:04:15+02:00
reproducible trbo system health check: detect sbuild problems due to #970095
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,7 +175,12 @@ for JOB_NAME in reproducible_* ; do
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"
+ UNSAT_DEPENDS=$(grep "unsat-dependency:" $LOG || true)
+ if [ -n "$UNSAT_DEPENDS" ] ; then
+ small_note "sbuild failed due to $UNSAT_DEPENDS"
+ else
+ small_note "sbuild failed for undetected reasons"
+ fi
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/34f258843333968df4dc8b08d0e37eef770482a3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/34f258843333968df4dc8b08d0e37eef770482a3
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/71d96ea0/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list