[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect more problems when failing to build OpenWrt
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Jan 20 10:53:38 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
02ce1d17 by Holger Levsen at 2023-01-20T11:53:14+01:00
trbo health check: detect more problems when failing to build OpenWrt
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2021-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2021-2023 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
###
@@ -261,6 +261,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "make release failed"
elif $(grep -E -q "ERROR: tools/.* failed to build" $LOG) ; then
small_note "make tools failed"
+ elif $(grep -E -q "ERROR: target/.* failed to build" $LOG) ; then
+ small_note "some target 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/02ce1d177780b61698dcdb93b2c11c0eb0db8690
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/02ce1d177780b61698dcdb93b2c11c0eb0db8690
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/20230120/dd7b2a08/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list