summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 22:43:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 22:43:11 +0100
commita4909b6902bac9d5fd3e19ec71624cc689867041 (patch)
treec4635ba163898ab315f96b31d125ec53ee62af33 /job-cfg
parent95cb5f234f8a94a510c6388658243bec5c8e1d06 (diff)
downloadjenkins.debian.net-a4909b6902bac9d5fd3e19ec71624cc689867041.tar.xz
reproducible: test new suite: 'testing'
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 6d7277e1..ecc21ac6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -129,6 +129,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_setup_pbuilder_testing'
+
+- job-template:
+ defaults: reproducible
name: '{name}_setup_pbuilder_experimental'
- job-template:
@@ -141,6 +145,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_setup_schroot_testing'
+
+- job-template:
+ defaults: reproducible
name: '{name}_setup_schroot_experimental'
- job-template:
@@ -206,6 +214,11 @@
my_timed: '5 0,4,8,12,16,20 * * *'
my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ - '{name}_setup_pbuilder_testing':
+ my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
+ my_timed: '23 0,4,8,12,16,20 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh testing'
+ my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org'
- '{name}_setup_pbuilder_sid':
my_description: 'Setup and update pbuilder for reproducible builds of packages from sid as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
my_timed: '23 0,4,8,12,16,20 * * *'
@@ -226,6 +239,11 @@
my_timed: '23 1 * * *'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-sid sid reproducible'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
+ - '{name}_setup_schroot_testing':
+ my_description: 'Setup testing schroot for fetching source packages for the builder jobs.'
+ my_timed: '23 1 * * *'
+ my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-testing testing reproducible'
+ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- '{name}_setup_schroot_experimental':
my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
my_timed: '23 1 * * *'