diff options
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' |