[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: only test wheezy jobs once a month and jessie jobs once a week (including upgrades to next suite)

Holger Levsen holger at layer-acht.org
Sun Jun 5 10:54:45 UTC 2016


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 7d94f96443b3b4b430eab2684e96dc8ddbb7c524
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 5 12:54:02 2016 +0200

    chroot-installs: only test wheezy jobs once a month and jessie jobs once a week (including upgrades to next suite)
---
 job-cfg/chroot-installation.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 45f074f..0cc0c3d 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -26,8 +26,8 @@ distro_upgrades = {
 
 # 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 = {
-    'wheezy':  '30 16 1,15 * *',
-    'jessie':  '30 10 * * 1,4',
+    'wheezy':  '30 16 1 * *',
+    'jessie':  '30 10 * * 5',
     'stretch': '30 10 */2 * *',
     'sid':     '30 4 * * *',
     }

-- 
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