[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: detect two more causes for job failures
Holger Levsen
gitlab at salsa.debian.org
Wed Jul 22 13:27:55 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
607716b8 by Holger Levsen at 2020-07-22T14:27:44+02:00
reproducible trbo system health check: detect two more causes for job 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
=====================================
@@ -134,6 +134,10 @@ for JOB in reproducible_* ; do
# only show the most severe problem, don't aggregate them
if $(egrep -q "Failed to connect to [.0-9]+ port 3128: Connection refused" $JOB/builds/$LAST/log) ; then
NOTE=" (could not connect to https-proxy)"
+ elif $(grep -q "^Host key verification failed." $JOB/builds/$LAST/log) ; then
+ NOTE=" (Host key verification failed)"
+ elif $(grep -q "^make -r world: build failed. Please re-run" $JOB/builds/$LAST/log) ; then
+ NOTE=" (make world failed)"
fi
case $JOB in
reproducible_maintenance_amd64_jenkins) MODIFIER=250 ;; # main node
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/607716b82956b0fbd913b235535634ce3d80297b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/607716b82956b0fbd913b235535634ce3d80297b
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/20200722/b2f62043/attachment.html>
More information about the Qa-jenkins-scm
mailing list