summaryrefslogtreecommitdiffstats
path: root/job-cfg/schroot.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-23 17:27:17 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-23 17:27:17 +0200
commit13fae065bd2d6fd32b9fe9fc6f3aeaa7aebc8197 (patch)
tree5546e1d90f57bb7204dd1d596a3d416a61b36c37 /job-cfg/schroot.yaml
parentc418dc0ece6e1ececde993963fab793487441088 (diff)
downloadjenkins.debian.net-13fae065bd2d6fd32b9fe9fc6f3aeaa7aebc8197.tar.xz
start with sid-reproducible jobs. totally WIP atm
Diffstat (limited to 'job-cfg/schroot.yaml')
-rw-r--r--job-cfg/schroot.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml
index a2c0d7a2..649668fd 100644
--- a/job-cfg/schroot.yaml
+++ b/job-cfg/schroot.yaml
@@ -76,6 +76,14 @@
defaults: schroot-upgrade
name: '{name}-haskell-upgrade'
+- job-template:
+ defaults: schroot-create
+ name: '{name}-reproducible-sid-create'
+
+- job-template:
+ defaults: schroot-upgrade
+ name: '{name}-reproducible-sid-upgrade'
+
- project:
name: schroot
do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/schroot.yaml">schroot.yaml</a>.'
@@ -96,4 +104,12 @@
- '{name}-haskell-upgrade':
my_schroot: haskell
my_time: '0 16 * * *'
+ - '{name}-reproducible-sid-create':
+ my_schroot: reproducible-sid
+ my_distro: sid
+ my_extra_pkgs: 'build-essential dpkg-dev debhelper dh-python proot'
+ my_time: '0 14 * * 1'
+ - '{name}-reproducible-sid-upgrade':
+ my_schroot: reproducible-sid
+ my_time: '0 17 * * *'