diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-16 16:22:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-16 16:22:23 +0100 |
commit | 58b54bb23afb749fc1c2d90bef8a9fc2cb43b9ca (patch) | |
tree | ac3f289465017b95143285c92acc7c4b9b33dd1b /job-cfg | |
parent | 7e5ea35ef55fd1a939a6671c91125af4b41c0a29 (diff) | |
download | jenkins.debian.net-58b54bb23afb749fc1c2d90bef8a9fc2cb43b9ca.tar.xz |
reproducible Debian: add maintenance jobs for two new i386 nodes and add them to infrastructure
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 48d443ee..cef212d1 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -377,13 +377,15 @@ - 'rpi2b': { my_arch: 'armhf' } - 'rpi2c': { my_arch: 'armhf' } - 'profitbricks1': { my_arch: 'amd64' } - - 'profitbricks2': { my_arch: 'i386' } + - 'profitbricks2': { my_arch: 'i386' } - 'profitbricks3': { my_arch: 'amd64' } - 'profitbricks4': { my_arch: 'amd64' } - 'profitbricks5': { my_arch: 'amd64' } - - 'profitbricks6': { my_arch: 'i386' } + - 'profitbricks6': { my_arch: 'i386' } - 'profitbricks11': { my_arch: 'amd64' } + - 'profitbricks12': { my_arch: 'i386' } - 'profitbricks15': { my_arch: 'amd64' } + - 'profitbricks16': { my_arch: 'i386' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - '{name}_{my_task}_{my_arch}_{my_hname}': @@ -430,11 +432,13 @@ - 'rpi2b': { my_arch: 'armhf' } - 'rpi2c': { my_arch: 'armhf' } - 'profitbricks1': { my_arch: 'amd64' } - - 'profitbricks2': { my_arch: 'i386' } + - 'profitbricks2': { my_arch: 'i386' } - 'profitbricks5': { my_arch: 'amd64' } - - 'profitbricks6': { my_arch: 'i386' } - - 'profitbricks11': { my_arch: 'amd64' } - - 'profitbricks15': { my_arch: 'amd64' } + - 'profitbricks6': { my_arch: 'i386' } + - 'profitbricks11': { my_arch: 'amd64' } + - 'profitbricks12': { my_arch: 'i386' } + - 'profitbricks15': { my_arch: 'amd64' } + - 'profitbricks16': { my_arch: 'i386' } my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': |