From 5555bf4027daaee159d9cbe9ff787333b7516c32 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 26 Mar 2016 12:35:27 -0400 Subject: reproducible debian: add i386 build jobs --- job-cfg/reproducible.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'job-cfg') 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 -- cgit v1.2.3-54-g00ecf