summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 22:05:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 22:05:54 +0100
commit23ed734d2422aa7a9d077384bbfa3db9bbe46f06 (patch)
tree07d15a8459be35be050ee38e86da615e36fdab9d
parente4a98edf0b80c036c62e9a21a45ce1b0f373d56b (diff)
downloadjenkins.debian.net-23ed734d2422aa7a9d077384bbfa3db9bbe46f06.tar.xz
reproducible: add two more builders
-rw-r--r--job-cfg/reproducible.yaml28
1 files changed, 17 insertions, 11 deletions
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'