[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian system health: detect failure to make world on OpenWrt

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jun 28 23:29:20 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
f1da55df by Holger Levsen at 2023-06-29T00:29:07+02:00
reproducible Debian system health: detect failure to make world on 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
=====================================
@@ -273,6 +273,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			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 -E -q "make: \*\*\* .*: world\] Error 2" $LOG) ; then
+			small_note "make world 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/f1da55dfb4068273d13adacd496bd72fe425f842

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f1da55dfb4068273d13adacd496bd72fe425f842
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/20230628/a0492873/attachment.htm>


More information about the Qa-jenkins-scm mailing list