[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failures due to ssh connection refused

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Sep 13 15:23:38 BST 2022



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


Commits:
7594662c by Holger Levsen at 2022-09-13T16:23:30+02:00
trbo health check: detect failures due to ssh connection refused

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -302,6 +302,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "no route to host"
 		elif $(grep -E -q "^ssh: Could not resolve hostname .*: Temporary failure in name resolution" $LOG) ; then
 				small_note "failure in name resolution"
+		elif $(grep -E -q "^ssh: connect to host .* Connection refused" $LOG) ; then
+				small_note "ssh connection refused"
 		elif $(grep -q "^E: Package 'diffoscope' has no installation candidate" $LOG) ; then
 			small_note "package 'diffoscope' has no installation candidate"
 		elif $(grep -q "^W: No exported results found in /tmp/job-exports" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7594662c128697961715f6d6ce772b67e874b2c7
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/20220913/d07c8b13/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list