[Git][qa/jenkins.debian.net][master] reproducible Debian: also detect proxy failures at codethink
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Aug 31 15:11:21 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
494df089 by Holger Levsen at 2024-08-31T16:11:07+02:00
reproducible Debian: also detect proxy failures at codethink
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -262,7 +262,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
# only show the most severe problem, don't aggregate them
if $(grep -E -q "Failed to connect to [.0-9]+ port 3128: Connection refused" $LOG) ; then
small_note "failed to connect to https-proxy"
- elif $(grep -E -q "Failed to connect to 10.0.0.15 port 3142 after [0-9]+ ms: Couldn't connect to server" $LOG) ; then
+ elif $(grep -E -q "Failed to connect to (192.168.101.4|10.0.0.15) port (3128|3142) after [0-9]+ ms: Couldn't connect to server" $LOG) ; then
small_note "failed to connect to https-proxy"
elif $(grep -q "seems to be down, sleeping" $LOG) ; then
small_note "node seemed down"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/494df08988911e18dff54c214f68266301edd8c7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/494df08988911e18dff54c214f68266301edd8c7
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/20240831/afa3f594/attachment.htm>
More information about the Qa-jenkins-scm
mailing list