[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup 437d130: trbo health check: detect unspecific live-build failure

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Sep 16 23:55:54 BST 2022



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


Commits:
3426f4c8 by Holger Levsen at 2022-09-17T00:55:37+02:00
fixup 437d130: trbo health check: detect unspecific live-build 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
=====================================
@@ -287,6 +287,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "apt failed: broken dependencies"
 			elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then
 				small_note "git clone failed"
+			elif $(grep -q "Error: Something went wrong." $LOG) ; then
+				small_note "unspecific live-build failure"
 			else
 				small_note "SSH failure"
 			fi
@@ -310,8 +312,6 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "build failed"
 		elif $(grep -q "^client_loop: send disconnect: Broken pipe" $LOG) ; then
 			small_note "broken pipe"
-		elif $(grep -q "Error: Something went wrong." $LOG) ; then
-			small_note "unspecific live-build failure"
 		fi
 		case $JOB_NAME in
 			reproducible_maintenance_amd64_jenkins)			MODIFIER=250 ;; # main node



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3426f4c8878e52319dc27a0a274d8065067b3dc1

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3426f4c8878e52319dc27a0a274d8065067b3dc1
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/20220916/9031ed4c/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list