summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-15 16:52:45 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-15 16:52:45 +0200
commitec3fef02dc343b4820e16e18baee9ed7a9f601df (patch)
tree7e1ee3e20f5e5c984cabefa8e5efa0e7ae479851 /bin/reproducible_html_dashboard.sh
parent8f255e38f5490b639553eca734c09901663ef23a (diff)
downloadjenkins.debian.net-ec3fef02dc343b4820e16e18baee9ed7a9f601df.tar.xz
reproducible Debian: also count build_service jobs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 7f4b0804..241aa3ee 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -342,7 +342,7 @@ write_build_performance_stats() {
done
write_page "</tr><tr><td class=\"left\">Build jobs currently running</td>"
for ARCH in ${ARCHS} ; do
- write_page "<td>$(ps fax|grep reproducible_build.sh|grep bash|grep -c $ARCH)</td>"
+ write_page "<td>$(ps fax|egrep "(reproducible_build.sh|reproducible_build_service.sh)"|grep bash|grep -c $ARCH)</td>"
done
write_page "</tr><tr><td class=\"left\">average test duration (on $DATE)</td>"
for ARCH in ${ARCHS} ; do