[Git][qa/jenkins.debian.net][master] reproducible system health: detect salsa not responding for live-builds
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 17 20:49:05 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bfc8513c by Holger Levsen at 2023-07-17T21:48:44+02:00
reproducible system health: detect salsa not responding for live-builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -305,6 +305,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "uninstallable dependencies"
elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then
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 "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/bfc8513cf740e05285a85ba3e1b38dd86b613a9d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bfc8513cf740e05285a85ba3e1b38dd86b613a9d
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/20230717/bb7d3332/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list