diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 03:27:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 03:27:05 +0200 |
commit | 8e63dac8d0b8d8514e7dedffb55dbe1e99299825 (patch) | |
tree | 2e3103839a61e8f9b0f893caee7ead46eb15ee54 /job-cfg | |
parent | 34e6bd2f1c312ac8edddf3151facb0dccae1503f (diff) | |
download | jenkins.debian.net-8e63dac8d0b8d8514e7dedffb55dbe1e99299825.tar.xz |
reproducible: add two more armhf build job
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 3fab3eb1..a981485e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -426,9 +426,17 @@ - job-template: defaults: reproducible_builder + name: '{name}_builder_armhf_2' + +- job-template: + defaults: reproducible_builder name: '{name}_builder_armhf_3' - job-template: + defaults: reproducible_builder + name: '{name}_builder_armhf_4' + +- job-template: defaults: reproducible_other_projects name: '{name}_coreboot' @@ -840,12 +848,24 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh wbq0-armhf-rb:2225 bpi0-armhf-rb:2222' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_builder_armhf_2': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: 'H/2 * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh wbq0-armhf-rb:2225 cbxi4pro0-armhf-rb:2226" + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_builder_armhf_3': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 hb0-armhf-rb:2224' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_builder_armhf_4': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: 'H/2 * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbq0-armhf-rb:2225" + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_coreboot': my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.' my_timed: '23 42 23 * *' |