[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect another causes for job failures

Holger Levsen gitlab at salsa.debian.org
Wed Jul 22 13:34:37 BST 2020



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


Commits:
98a4f0a6 by Holger Levsen at 2020-07-22T14:34:27+02:00
reproducible trbo system health check: detect another causes for job 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
=====================================
@@ -135,7 +135,9 @@ for JOB in reproducible_* ; do
 		if $(egrep -q "Failed to connect to [.0-9]+ port 3128: Connection refused" $JOB/builds/$LAST/log) ; then
 			NOTE=" (could not connect to https-proxy)"
 		elif $(grep -q "^Host key verification failed." $JOB/builds/$LAST/log) ; then
-			NOTE=" (Host key verification failed)"
+			NOTE=" (host key verification failed)"
+		elif $(tail -1 $JOB/builds/$LAST/log | grep -q "Finished: ABORTED") ; then
+			NOTE=" (job was aborted)"
 		elif $(grep -q "^make -r world: build failed. Please re-run" $JOB/builds/$LAST/log) ; then
 			NOTE=" (make world failed)"
 		fi



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/98a4f0a6befabfe59e12060f93a23030497bbb65
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/20200722/87314c69/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list