diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-16 19:21:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-16 19:21:38 +0100 |
commit | 9342366c39119f39ef05fb6353f636573f046b50 (patch) | |
tree | 42ffc477efa3621f7708f92b8ff3a16d36def18b /job-cfg | |
parent | c2f8d8d54776fa9bda6a684dfafeef2e7238ff95 (diff) | |
download | jenkins.debian.net-9342366c39119f39ef05fb6353f636573f046b50.tar.xz |
reproducible: add three more build jobs to get testing tested before its stretched
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 061f7dbf..7971cbe4 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -207,6 +207,19 @@ defaults: reproducible_builder name: '{name}_builder_epsilon' +- job-template: + defaults: reproducible_builder + name: '{name}_builder_zeta' + +- job-template: + defaults: reproducible_builder + name: '{name}_builder_eta' + +- job-template: + defaults: reproducible_builder + name: '{name}_builder_theta' + + - project: name: reproducible jobs: @@ -321,3 +334,18 @@ my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_builder_zeta': + 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' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_builder_eta': + 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' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_builder_theta': + 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' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |