[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] detect failures to git clone
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jun 30 11:26:45 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ee9eeb4b by Holger Levsen at 2021-06-30T12:25:49+02:00
detect failures to git clone
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -253,6 +253,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "unsupported host (hostname changed?)"
elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
small_note "apt failed: broken dependencies"
+ elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then
+ small_note "git clone failed"
else
small_note "SSH failure"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ee9eeb4b60bedb9491677a2753ac184d60f1ef31
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ee9eeb4b60bedb9491677a2753ac184d60f1ef31
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/20210630/fe40a38c/attachment.htm>
More information about the Qa-jenkins-scm
mailing list