[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect failures due to time out

Holger Levsen gitlab at salsa.debian.org
Thu Sep 10 12:52:44 BST 2020



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


Commits:
2a98d21c by Holger Levsen at 2020-09-10T13:52:37+02:00
reproducible trbo system health check: detect failures due to time out

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -187,6 +187,8 @@ for JOB_NAME in reproducible_* ; do
 			small_note "failed to connect to https-proxy"
 		elif $(grep -q "seems to be down, sleeping" $LOG) ; then
 			small_note "node seemed down"
+		elif $(grep -q "Build timed out (after 15 minutes). Marking the build as aborted." $LOG) ; then
+			small_note "build timed out"
 		elif $(tail -1 $LOG | grep -q "Finished: ABORTED") ; then
 			small_note "job was aborted"
 		elif $(grep -q "Caused: hudson.remoting.ChannelClosedException" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2a98d21c49c95aa5e61be55ba91aef189aa307bb
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/20200910/4e635b20/attachment.html>


More information about the Qa-jenkins-scm mailing list