diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:15:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 12:15:50 +0200 |
commit | bbca488bdbf3343b829adfe35dd2678af8a73c85 (patch) | |
tree | b5da5d717f534e56cf60f1562832525ba0c22247 | |
parent | 7c388d2f3497e7de754c2434030c69bcb681965c (diff) | |
download | jenkins.debian.net-bbca488bdbf3343b829adfe35dd2678af8a73c85.tar.xz |
reproducible: distribute armhf builds more equally among the 4 nodes
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 060d9b06..64370e42 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -833,7 +833,7 @@ - '{name}_builder_armhf_1': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_build.sh wbq0-armhf-rb:2225 bpi0-armhf-rb:2222' + my_shell: '/srv/jenkins/bin/reproducible_build.sh bpi0-armhf-rb:2222 wbq0-armhf-rb:2225' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_builder_armhf_2': @@ -845,7 +845,7 @@ - '{name}_builder_armhf_3': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 hb0-armhf-rb:2224' + my_shell: '/srv/jenkins/bin/reproducible_build.sh hb0-armhf-rb:2224 cbxi4pro0-armhf-rb:2226' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_builder_armhf_4': |