[Qa-jenkins-scm] [jenkins.debian.net] 01/03: chroot-installation: run those 148 wheezy tests only twice per month (instead twice per week) and do those 87 stretch tests twice per week
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 25 23:38:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1d0ae3e0ed8d8180d7050b479f77a96a7bfef421
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Apr 26 01:34:41 2015 +0200
chroot-installation: run those 148 wheezy tests only twice per month (instead twice per week) and do those 87 stretch tests twice per week
---
job-cfg/chroot-installation.yaml.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 8d4740e..e62ecb2 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -17,8 +17,9 @@ oldoldstable = '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 * * 1,4',
- 'jessie': '30 10 */2 * *',
+ 'wheezy': '30 16 1,15 * *',
+ 'jessie': '30 10 * * 1,4',
+ 'stretch': '30 10 */2 * *',
'sid': '30 4 * * *' }
targets = """
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list