From 56bbadec5db01692dc19dc8aaef5c50fd4901d90 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Sep 2014 19:29:24 +0200 Subject: only run reproducible_setup on days when its used --- job-cfg/reproducible.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/reproducible.yaml') 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' -- cgit v1.2.3-54-g00ecf