diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-09 15:11:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-09 15:11:39 +0100 |
commit | 50a7cae81c4f433cdbd6515d6ee2343a487459c7 (patch) | |
tree | 66aff616cace5873d6de422412dd910ab28478cc | |
parent | b0f087b7147e0ea01770e121a56407850733f126 (diff) | |
download | jenkins.debian.net-50a7cae81c4f433cdbd6515d6ee2343a487459c7.tar.xz |
add comment explaining how jobs are scheduled on armhf build nodes
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b6b96b1b..7702aa5e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -614,6 +614,8 @@ defaults: reproducible_builder 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 ; do echo "$i:" ; grep armhf job-cfg/reproducible.yaml |grep build.sh|grep $i ; echo ; done - job-template: defaults: reproducible_builder name: '{name}_builder_armhf_1' |