From 23ed734d2422aa7a9d077384bbfa3db9bbe46f06 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 22:05:54 +0100 Subject: reproducible: add two more builders --- job-cfg/reproducible.yaml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index a2c4680d..8da3da4c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -199,12 +199,13 @@ defaults: reproducible_builder name: '{name}_builder_gamma' -# -# sometimes used for development: -# -#- job-template: -# defaults: reproducible_builder -# name: '{name}_builder_delta' +- job-template: + defaults: reproducible_builder + name: '{name}_builder_delta' + +- job-template: + defaults: reproducible_builder + name: '{name}_builder_epsilon' - project: name: reproducible @@ -310,8 +311,13 @@ my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' -# - '{name}_builder_delta': -# my_description: 'This is a builder job only used for development.' -# my_timed: '' -# my_shell: '/srv/jenkins/bin/reproducible_build_delta.sh' -# my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_builder_delta': + 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_epsilon': + 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' -- cgit v1.2.3-54-g00ecf