[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] system health: detect failure of "make package/install" in OpenWrt builds
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Jun 9 11:56:01 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7c5c0a81 by Holger Levsen at 2023-06-09T12:55:39+02:00
system health: detect failure of "make package/install" in OpenWrt builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -271,6 +271,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "make tools failed"
elif $(grep -E -q "ERROR: target/.* failed to build" $LOG) ; then
small_note "some target failed"
+ elif $(grep -E -q "make\[[0-9]+\]: .*package/install\] Error 2" $LOG) ; then
+ small_note "make package/install 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/7c5c0a8110089464d25aa03515284a575edd1a48
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7c5c0a8110089464d25aa03515284a575edd1a48
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/20230609/78dbbc0e/attachment.htm>
More information about the Qa-jenkins-scm
mailing list