diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 01:00:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 01:00:18 +0100 |
commit | ce694911a70e93a548de0d8135d27c6f2dd75cf5 (patch) | |
tree | 3efb2d814c8b285e29d5d11883c3299d0e173be5 /job-cfg | |
parent | 7acbab4ab56df9f351bbd2584a6f74524b07a724 (diff) | |
download | jenkins.debian.net-ce694911a70e93a548de0d8135d27c6f2dd75cf5.tar.xz |
reproducible armhf: add 3 more build jobs
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 0873dca1..35d659f5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -714,6 +714,18 @@ name: '{name}_builder_armhf_10' - job-template: + defaults: reproducible_builder + name: '{name}_builder_armhf_11' + +- job-template: + defaults: reproducible_builder + name: '{name}_builder_armhf_12' + +- job-template: + defaults: reproducible_builder + name: '{name}_builder_armhf_13' + +- job-template: defaults: reproducible_other_projects_trigger name: '{name}_coreboot' @@ -1416,6 +1428,24 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh odxu4-armhf-rb:2229 hb0-armhf-rb:2224' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_builder_armhf_11': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: '* * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh odxu4-armhf-rb:2229 wbd0-armhf-rb:2223' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' + - '{name}_builder_armhf_12': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: '* * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh wbd0-armhf-rb:2223 odxu4-armhf-rb:2229' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' + - '{name}_builder_armhf_13': + my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' + my_timed: '* * * * *' + my_shell: '/srv/jenkins/bin/reproducible_build.sh cbxi4pro0-armhf-rb:2226 wbd0-armhf-rb:2223' + 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: '42 23 * * 1' |