summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-25 19:29:24 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-25 19:29:24 +0200
commit56bbadec5db01692dc19dc8aaef5c50fd4901d90 (patch)
tree8bd80f9b235d7a710ec7ee970e57cef841d811e6 /job-cfg/reproducible.yaml
parent8663bd620599700c702556e841b9a31a86ed07d6 (diff)
downloadjenkins.debian.net-56bbadec5db01692dc19dc8aaef5c50fd4901d90.tar.xz
only run reproducible_setup on days when its used
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index b4a7d720..050618d2 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -89,11 +89,11 @@
jobs:
- '{name}_setup':
my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_timed: '42 0 * * *'
+ my_timed: '42 0 1,2,3,4,16,17,18,19 * *'
my_shell: '/srv/jenkins/bin/reproducible_setup.sh'
my_packages: ''
- '{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_description: 'Reproducible build of a few packages, some we know will succeed and some we know which "should" fail: '
my_timed: ''
my_shell: '/srv/jenkins/bin/reproducible_build.sh'
my_packages: 'lsb ucf lsof'