[Git][qa/jenkins.debian.net][master] reproducible system health: detect failures due to 503 Service Unavailable
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Nov 19 09:59:04 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
dd1948b8 by Holger Levsen at 2023-11-19T10:58:50+01:00
reproducible system health: detect failures due to 503 Service Unavailable
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -314,6 +314,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "git clone failed"
elif $(grep -q "^fatal: unable to access 'https://salsa.debian.org" $LOG) ; then
small_note "salsa.d.o is not responding"
+ elif $(grep -q "^<title>503 Service Unavailable</title>" $LOG) ; then
+ small_note "503 Service Unavailable"
elif $(grep -q "Error: Something went wrong." $LOG) ; then
small_note "unspecific live-build failure"
else
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dd1948b80c073335bcb1a40dff2393d637577622
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dd1948b80c073335bcb1a40dff2393d637577622
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/20231119/b37693ca/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list