From dc0c2c2dd090f45d575327275b95b11470991e41 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 2 May 2017 14:28:50 +0200 Subject: reproducible Debian: only count actually running builds Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 53f78d87..dae5917a 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -340,9 +340,9 @@ write_build_performance_stats() { for ARCH in ${ARCHS} ; do write_page "$(grep "MAX=" /srv/jenkins/bin/reproducible_build_service.sh |grep $ARCH|cut -d "=" -f2-|cut -d " " -f1)" done - write_page "Build jobs currently running" + write_page "Build jobs currently running remotely" for ARCH in ${ARCHS} ; do - write_page "$(ps fax|grep reproducible_build.sh|grep bash|grep -c $ARCH)" + write_page "$(ps fax|grep reproducible_build.sh|grep ssh|grep -c $ARCH)" done write_page "average test duration (on $DATE)" for ARCH in ${ARCHS} ; do -- cgit v1.2.3-70-g09d2