summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-25 14:30:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-25 14:30:54 +0100
commit17f4dff7c2bca424a9f34066934792d0d7b2d298 (patch)
tree880c42968b36a2d46033f43bafbdfab23c7eb4a8 /job-cfg
parent6290fe722f35b19425dbaeabc0e537ee5972fe98 (diff)
downloadjenkins.debian.net-17f4dff7c2bca424a9f34066934792d0d7b2d298.tar.xz
reproducible: improve command to show how armhf builder jobs are distributed on the nodes
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 2c80146b..673e1cff 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'