[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible trbo system health check: deal with zipped job logfiles, fix logic

Holger Levsen gitlab at salsa.debian.org
Sun Jul 26 18:09:44 BST 2020



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


Commits:
55277100 by Holger Levsen at 2020-07-26T19:06:32+02:00
reproducible trbo system health check: deal with zipped job logfiles, fix logic

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
282b8ee3 by Holger Levsen at 2020-07-26T19:08:48+02:00
reproducible trbo system health check: also notice some kinds of netbsd build failures

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -43,7 +43,7 @@ small_note() {
 
 define_log(){
 	if [ -f $JOB/builds/$LAST/log ] ; then
-		ln -sf $LOG $JOB/builds/$LAST/log
+		ln -sf $JOB/builds/$LAST/log $LOG
 	elif [ -f $JOB/builds/$LAST/log.gz ] ; then
 		zcat $JOB/builds/$LAST/log.gz > $LOG
 	else
@@ -162,6 +162,8 @@ for JOB in reproducible_* ; do
 			small_note " (job was aborted)"
 		elif $(grep -q "^make -r world: build failed. Please re-run" $LOG) ; then
 			small_note " (make world failed)"
+		elif $(grep -q "^ERROR: Failed to make build_install" $LOG) ; then
+			small_note " (make build_install failed)"
 		fi
 		case $JOB in
 			reproducible_maintenance_amd64_jenkins)			MODIFIER=250 ;; # main node



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ced06afd506c003dc5b7a73f185a62f2866ddc8d...282b8ee3ac6f64ee6d05997bd00b3c889f677126

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ced06afd506c003dc5b7a73f185a62f2866ddc8d...282b8ee3ac6f64ee6d05997bd00b3c889f677126
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/20200726/cbbc04c6/attachment.html>


More information about the Qa-jenkins-scm mailing list