[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: also count build_service jobs

Holger Levsen holger at layer-acht.org
Sat Apr 15 14:52:54 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 ec3fef02dc343b4820e16e18baee9ed7a9f601df
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 15 16:52:45 2017 +0200

    reproducible Debian: also count build_service jobs
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_dashboard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 7f4b080..241aa3e 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

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