[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: only test jessie (and jessie upgrades to stretch) every other month (instead monthly), stretch (and upgrades to buster) every other week (instead weekly) and buster (and upgrades to sid) only every 3 days (instead every 2 days)

Holger Levsen holger at layer-acht.org
Sun Oct 1 11:41:20 UTC 2017


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 213675aa5197309d93331f465297cfd53e0b01f3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 1 13:41:09 2017 +0200

    chroot-installs: only test jessie (and jessie upgrades to stretch) every other month (instead monthly), stretch (and upgrades to buster) every other week (instead weekly) and buster (and upgrades to sid) only every 3 days (instead every 2 days)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/chroot-installation.yaml.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 1071e6a..6b5f4c5 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -26,9 +26,9 @@ distro_upgrades = {
 
 # deb.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m...
 trigger_times = {
-    'jessie':  '30 16 1 * *',
-    'stretch':  '30 10 * * 5',
-    'buster': '30 10 */2 * *',
+    'jessie':  '30 16 1 */2 *',
+    'stretch':  '30 10 7,28 * *',
+    'buster': '30 10 */3 * *',
     '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