summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-28 01:14:19 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-28 01:14:19 +0200
commit310f28365f4dd6a247390e812c689642025aeea6 (patch)
tree92b7bd98ab45e1f8eddd6deb0d4d1a9895d12b9d /job-cfg
parentce39465314667494026f1d02132672f30437fe4c (diff)
downloadjenkins.debian.net-310f28365f4dd6a247390e812c689642025aeea6.tar.xz
reproducible: new job, displaying statistics
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 8b8cf4e6..b8d83839 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -50,6 +50,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_stats'
+
+- job-template:
+ defaults: reproducible
name: '{name}_build_test_reproducibility'
- job-template:
@@ -120,8 +124,13 @@
my_timed: '42 0 * * *'
my_shell: '/srv/jenkins/bin/reproducible_setup.sh'
my_packages: ''
+ - '{name}_stats':
+ my_description: 'Reproducible builds statistics'
+ my_timed: '0 0 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_stats.sh'
+ my_packages: ''
- '{name}_build_random_packages':
- my_description: 'Reproducible build 50 random packages each day.'
+ my_description: 'Reproducible build this many random packages each day:'
my_timed: '23 3 * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
my_packages: '50'