[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect netbsd make release failure
Holger Levsen
gitlab at salsa.debian.org
Fri Apr 30 11:22:01 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
08ab9c57 by Holger Levsen at 2021-04-30T12:20:55+02:00
trbo health check: detect netbsd make release failure
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -229,6 +229,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "make world failed"
elif $(grep -q "^ERROR: Failed to make build_install" $LOG) ; then
small_note "make build_install failed"
+ elif $(grep -q "^ERROR: Failed to make release" $LOG) ; then
+ small_note "make release 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/08ab9c57b17f45661ee3d0cb0febe5e6867e9b44
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/08ab9c57b17f45661ee3d0cb0febe5e6867e9b44
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/20210430/781c4627/attachment.htm>
More information about the Qa-jenkins-scm
mailing list