[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect failure to connect to review.coreboot.org

Holger Levsen gitlab at salsa.debian.org
Mon May 3 14:13:44 BST 2021



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


Commits:
b5ab03f9 by Holger Levsen at 2021-05-03T15:13:33+02:00
trbo health check: detect failure to connect to review.coreboot.org

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -239,6 +239,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "unknown exception"
 		elif $(grep -q "^dpkg-buildpackage: error:" $LOG) ; then
 			small_note "dpkg-buildpackage failed"
+		if $(grep  -q "Failed to connect to review.coreboot.org port 443" $LOG) ; then
+			small_note "failed to connect to review.coreboot.org"
 		elif $(grep -q "^SSH EXIT CODE:" $LOG) ; then
 			if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
 			 $(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b5ab03f9efc462fe6cab25bb6aa3f3bd1c437b9e
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/20210503/a6226f94/attachment.htm>


More information about the Qa-jenkins-scm mailing list