[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: improve command to show how armhf builder jobs are distributed on the nodes
Holger Levsen
holger at moszumanska.debian.org
Wed Nov 25 13:42:13 UTC 2015
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 17f4dff7c2bca424a9f34066934792d0d7b2d298
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Nov 25 14:30:54 2015 +0100
reproducible: improve command to show how armhf builder jobs are distributed on the nodes
---
job-cfg/reproducible.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 2c80146..673e1cf 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -676,7 +676,7 @@
name: '{name}_builder_amd64_32'
# use this to get an overview how builds are distributed on the nodes
-# grep armhf job-cfg/reproducible.yaml |grep build.sh ; echo ; echo ; echo ; for i in bpi0 wbq0 cbxi4pro0 hb0 odxu4 wbd0 rpi2b ; do echo "$i:" ; grep armhf job-cfg/reproducible.yaml |grep build.sh|grep $i ; echo ; done
+# grep armhf job-cfg/reproducible.yaml |grep build.sh ; echo ; echo ; echo ; for i in bpi0 wbq0 cbxi4pro0 hb0 odxu4 wbd0 rpi2b ; do echo -n "$i: " ; grep armhf job-cfg/reproducible.yaml | grep -v grep | grep build.sh | grep -c $i ; grep armhf job-cfg/reproducible.yaml | grep -v grep | grep build.sh | grep $i ; echo ; done
- job-template:
defaults: reproducible_builder
name: '{name}_builder_armhf_1'
--
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