summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 75050436..44955f3a 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -133,6 +133,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_setup_clean_schroot'
+
+- job-template:
+ defaults: reproducible
name: '{name}_scheduler'
- job-template:
@@ -200,6 +204,11 @@
my_timed: '23 0 * * *'
my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-sid sid debbindiff'
my_recipients: 'holger@layer-acht.org'
+ - '{name}_setup_clean_schroot':
+ my_description: 'Setup clean schroot for create meta package sets.'
+ my_timed: '23 1 1 * *'
+ my_shell: '/srv/jenkins/bin/schroot-create.sh clean-sid sid'
+ my_recipients: 'holger@layer-acht.org'
- '{name}_scheduler':
my_description: 'Schedule packages to be tested for reproducibility.'
my_timed: '42 * * * *'