summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-26 12:35:27 -0400
committerHolger Levsen <holger@layer-acht.org>2016-03-26 12:35:27 -0400
commit5555bf4027daaee159d9cbe9ff787333b7516c32 (patch)
treec871f308e59ebb0c1716bf884daa08146cfde37d /job-cfg
parent23ffd760053b172c38e22d7884b26f06473a5ab7 (diff)
downloadjenkins.debian.net-5555bf4027daaee159d9cbe9ff787333b7516c32.tar.xz
reproducible debian: add i386 build jobs
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 93949000..b58876f0 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -508,6 +508,30 @@
my_timed: '* * * * *'
my_hname: ''
+ - '{name}_builder_{my_arch}_{my_num}':
+ my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
+ my_arch: 'i386'
+ my_num:
+ - '1': &bd_amd_2_6 { my_node1: 'profitbricks-build2', my_node2: 'profitbricks-build6' }
+ - '2': &bd_amd_6_2 { my_node1: 'profitbricks-build6', my_node2: 'profitbricks-build2' }
+ - '3': *bd_amd_2_6
+ - '4': *bd_amd_6_2
+ - '5': *bd_amd_2_6
+ - '6': *bd_amd_6_2
+ - '7': *bd_amd_2_6
+ - '8': *bd_amd_6_2
+ - '9': *bd_amd_2_6
+ - '10': *bd_amd_6_2
+ - '11': *bd_amd_2_6
+ - '12': *bd_amd_6_2
+ - '13': *bd_amd_2_6
+ - '14': *bd_amd_6_2
+ - '15': *bd_amd_2_6
+ - '16': *bd_amd_6_2
+ my_shell: '/srv/jenkins/bin/reproducible_build.sh {my_node1}-{my_arch} {my_node2}-{my_arch}'
+ my_timed: '* * * * *'
+ my_hname: ''
+
# could have all archs in one block, but it seems cleaner this way
# to choose new jobs:
# for i in bbx15 bpi0 cbxi4a cbxi4b cbxi4pro0 ff2a ff2b ff4a hb0 odxu4 odxu4b odxu4c opi2a opi2b rpi2b rpi2c wbd0 wbq0 ; do echo "$i: " ; grep my_node1 job-cfg/reproducible.yaml|grep armhf|grep $i-armhf ; echo ; done