[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: also count local problems with _build_service.sh (which are autofixed after 133.7min maximum)

Holger Levsen holger at layer-acht.org
Mon Jun 12 19:52:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0c72a564d8041be35cfa307fc5441509a7d554a6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 12 21:51:54 2017 +0200

    reproducible Debian: also count local problems with _build_service.sh (which are autofixed after 133.7min maximum)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_dashboard.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index ef20f73..4dc7b5d 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -348,6 +348,10 @@ write_build_performance_stats() {
 	for ARCH in ${ARCHS} ; do
 		write_page "<td>$(ps fax|egrep -B 1 'sleep .*\.1337m'|grep -c $ARCH)</td>"
 	done
+	write_page "</tr><tr><td class=\"left\">Build jobs currently down due to local problems</td>"
+	for ARCH in ${ARCHS} ; do
+		write_page "<td>$(rgrep -l 'Failed to get properties: Connection timed out' $DEBIAN_BASE/build_service/${ARCH}_*/worker.log | wc -l)</td>"
+	done
 	write_page "</tr><tr><td class=\"left\">Build jobs currently running diffoscope</td>"
 	for ARCH in ${ARCHS} ; do
 		write_page "<td>$(ps fax|grep "diffoscope --html /srv/reproducible-results/rbuild-debian"|grep -c $ARCH)</td>"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list