summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 21:51:54 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 21:51:54 +0200
commit0c72a564d8041be35cfa307fc5441509a7d554a6 (patch)
tree5b221bd3259cc92da0fd9e48814c334b9525dd95 /bin/reproducible_html_dashboard.sh
parent9f1de37cef1b0f725e3fee0a26069a9f5a31ae48 (diff)
downloadjenkins.debian.net-0c72a564d8041be35cfa307fc5441509a7d554a6.tar.xz
reproducible Debian: also count local problems with _build_service.sh (which are autofixed after 133.7min maximum)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index ef20f737..4dc7b5d5 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>"