[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect builds rescheduling due to diffoscope schroot probs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Dec 10 10:25:48 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
84f85fb1 by Holger Levsen at 2021-12-10T11:25:28+01:00
trbo health check: detect builds rescheduling due to diffoscope schroot probs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -216,6 +216,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "python library warning during build"
elif $(grep -E -q "^[a-z]+.cpp:[0-9]+:[0-9]+: warning:" $LOG) ; then
small_note "compiler warning during build"
+ elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
+ small_note "found and rescheduled build failures due to diffoscope schroot problems"
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/84f85fb144ec090e449e4227257a105b9a75671d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/84f85fb144ec090e449e4227257a105b9a75671d
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/20211210/bb4c5d74/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list