[Git][qa/jenkins.debian.net][master] reproducible Debian: detect more proxy failures
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Aug 31 15:05:00 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
57d47b8c by Holger Levsen at 2024-08-31T16:04:19+02:00
reproducible Debian: detect more 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
=====================================
@@ -262,6 +262,8 @@ 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
+ small_note "failed to connect to https-proxy"
elif $(grep -q "seems to be down, sleeping" $LOG) ; then
small_note "node seemed down"
elif $(grep -q "Build timed out (after 15 minutes). Marking the build as aborted." $LOG) ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/57d47b8c0a62fa82866575dc28b95c4e4170ab93
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/57d47b8c0a62fa82866575dc28b95c4e4170ab93
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/62049223/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list