diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-25 11:28:01 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-25 11:28:01 -0400 |
commit | 43dcea6c6fdbf9426f4c9de553caf807e43b52b5 (patch) | |
tree | da62ced59840b50cee20051da7ca4bc1171b8330 /job-cfg | |
parent | 4e25a6ef4623257ff51ba75c6e5ed42e8185179a (diff) | |
download | jenkins.debian.net-43dcea6c6fdbf9426f4c9de553caf807e43b52b5.tar.xz |
reproducible debian: remove amd64 setup jobs on pb-build2+6 and add i386 ones
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2b9e4587..93949000 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -323,10 +323,10 @@ - 'rpi2b': { my_arch: 'armhf' } - 'rpi2c': { my_arch: 'armhf' } - 'profitbricks1': { my_arch: 'amd64' } - - 'profitbricks2': { my_arch: 'amd64' } + - 'profitbricks2': { my_arch: 'i386' } - 'profitbricks3': { my_arch: 'amd64' } - 'profitbricks5': { my_arch: 'amd64' } - - 'profitbricks6': { my_arch: 'amd64' } + - 'profitbricks6': { my_arch: 'i386' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - '{name}_{my_task}_{my_arch}_{my_hname}': @@ -369,10 +369,8 @@ - 'rpi2b': { my_arch: 'armhf' } - 'rpi2c': { my_arch: 'armhf' } - 'profitbricks1': { my_arch: 'amd64' } - - 'profitbricks2': { my_arch: 'amd64' } - 'profitbricks2': { my_arch: 'i386' } - 'profitbricks5': { my_arch: 'amd64' } - - 'profitbricks6': { my_arch: 'amd64' } - 'profitbricks6': { my_arch: 'i386' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |