[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: tune regex to detect proxy failures

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jun 8 12:49:50 BST 2021



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


Commits:
bbaad8a1 by Holger Levsen at 2021-06-08T13:49:43+02:00
trbo health check: tune regex to detect proxy 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
=====================================
@@ -204,7 +204,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			fi
 		elif $(grep -q "^Warning: no .buildinfo exists" $LOG) ; then
 			small_note ".buildinfo not available"
-		elif $(grep -E -q "^W: failed to fetch.*503  Service Unavailable.* 3128" $LOG) ; then
+		elif $(grep -E -q "^(W|Err): .*503  Service Unavailable.* 3128" $LOG) ; then
 			small_note "issues affecting the http(s) proxy used"
 		elif $(grep -E -q "^(W|E): diffoscope" $LOG) ; then
 			small_note "lintian issues in src:diffoscope"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bbaad8a1c51ccf9a91e2dd9a64a7900586c78ed6
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/20210608/60651842/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list