summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-21 17:10:52 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 17:10:52 +0100
commit87b2f727b25f47bf0f4eb36e68168e313fce6d07 (patch)
treed969151c6a5519b88db21f58c5d06faf9f7dd59b /job-cfg
parent79b202d1f1881e3d6de807bb92183a9ccb1ec550 (diff)
downloadjenkins.debian.net-87b2f727b25f47bf0f4eb36e68168e313fce6d07.tar.xz
chroot-installation: test wheezy and wheezy2jessie upgrades twice a week (instead of twice a month)
Diffstat (limited to 'job-cfg')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 6988175c..c8242154 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -15,7 +15,7 @@ oldstable = 'squeeze'
# ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m...
trigger_times = { 'squeeze': '30 16 25 * *',
- 'wheezy': '30 16 4,18 * *',
+ 'wheezy': '30 16 * * 1,4',
'jessie': '30 10 */2 * *',
'sid': '30 4 * * *' }