diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-02 13:07:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-02 13:07:26 +0100 |
commit | bcc41759f72aa34567584436286c3b28cc3856c7 (patch) | |
tree | b3bf901959f50eb6317e2adbcacacdefbb3c1320 | |
parent | ebe569cba2d1d50d5ab89185258b8575abaa3e95 (diff) | |
download | jenkins.debian.net-bcc41759f72aa34567584436286c3b28cc3856c7.tar.xz |
reproducible debian: create i386 schroot+pbuilder jobs (this is a long shot…)
-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 130bece0..386578c8 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -364,8 +364,10 @@ - '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' - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': |