summaryrefslogtreecommitdiffstats
path: root/job-cfg/dpkg.yaml
diff options
context:
space:
mode:
authorjosch <j.schauer@email.de>2015-01-04 21:58:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-05 01:16:49 +0100
commit276d25f52d628aa07dc2beec4ca47adc3a170f53 (patch)
tree55a2920bd2aa009e9c19a8e245518c08f5550432 /job-cfg/dpkg.yaml
parentf8f815d34b3ecc400030aa69318b39771790752e (diff)
downloadjenkins.debian.net-276d25f52d628aa07dc2beec4ca47adc3a170f53.tar.xz
job-cfg/dpkg.yaml: update cron job to run weekly and 2h apart from each other
Diffstat (limited to 'job-cfg/dpkg.yaml')
-rw-r--r--job-cfg/dpkg.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/dpkg.yaml b/job-cfg/dpkg.yaml
index b2a0110f..59ed01db 100644
--- a/job-cfg/dpkg.yaml
+++ b/job-cfg/dpkg.yaml
@@ -49,11 +49,11 @@
jobs:
- '{name}_testing_find_trigger_cycles':
my_description: 'Find dpkg trigger cycles in Debian testing.'
- my_time: '0 9 1 * *'
+ my_time: '0 10 * * 1'
my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh testing'
- '{name}_sid_find_trigger_cycles':
my_description: 'Find dpkg trigger cycles in sid.'
- my_time: '0 9 1 * *'
+ my_time: '0 12 * * 1'
my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh unstable'
- '{name}_setup_schroot':
my_description: 'Setup schroot for running the dpkg_sid_find_trigger_cycles job in a jessie environment.'