summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-29 21:29:57 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-29 21:29:57 +0200
commitb00c1387d90d3833a892d22c609f9ad4d04590da (patch)
tree81255d913c313024956f9e0c47d8db0fbea3431e /job-cfg/reproducible.yaml
parent2d1d2e89297c8e9a53f4a12d229fcc50d66ecbc2 (diff)
downloadjenkins.debian.net-b00c1387d90d3833a892d22c609f9ad4d04590da.tar.xz
reproducible: new job, to build packages which failed and where randomly selected only
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 4bca7a2c..8f70dcd4 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -130,6 +130,10 @@
- job-template:
defaults: reproducible
+ name: '{name}_build_random_failures'
+
+- job-template:
+ defaults: reproducible
name: '{name}_build_core'
- job-template:
@@ -202,6 +206,11 @@
my_timed: '23 3,7,11,15,19,23 * * *'
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
my_packages: '66'
+ - '{name}_build_random_failures':
+ my_description: 'Try to reproducible build 33 packages which failed before and which come from the random job:'
+ my_timed: '42 15 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_build.sh'
+ my_packages: '0'
- '{name}_build_test_reproducibility':
my_description: 'Reproducible build of a few packages, some we know will succeed and some we know which "should" fail: '
my_timed: ''