[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: only count actually running builds

Holger Levsen holger at layer-acht.org
Tue May 2 12:30:13 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 dc0c2c2dd090f45d575327275b95b11470991e41
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue May 2 14:28:50 2017 +0200

    reproducible Debian: only count actually running builds
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_dashboard.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 53f78d8..dae5917 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 "<td>$(grep "MAX=" /srv/jenkins/bin/reproducible_build_service.sh |grep $ARCH|cut -d "=" -f2-|cut -d " " -f1)</td>"
 	done
-	write_page "</tr><tr><td class=\"left\">Build jobs currently running</td>"
+	write_page "</tr><tr><td class=\"left\">Build jobs currently running remotely</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|grep reproducible_build.sh|grep ssh|grep -c $ARCH)</td>"
 	done
 	write_page "</tr><tr><td class=\"left\">average test duration (on $DATE)</td>"
 	for ARCH in ${ARCHS} ; do

-- 
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