[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure to make tools
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jun 28 13:39:46 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
75389717 by Holger Levsen at 2021-06-28T14:39:35+02:00
trbo health check: detect failure to make tools
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -235,6 +235,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "make build_install failed"
elif $(grep -q "^ERROR: Failed to make release" $LOG) ; then
small_note "make release failed"
+ elif $(grep -E -q "^ERROR: tools/.* failed to build" $LOG) ; then
+ small_note "make tools failed"
elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then
small_note "no packages were upgraded"
elif $(grep -q "CRITICAL: Unknown exception found" $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7538971741710fb6fb9fdb6408e1d84810805e5e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7538971741710fb6fb9fdb6408e1d84810805e5e
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/20210628/da457fe0/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list