From 213675aa5197309d93331f465297cfd53e0b01f3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 1 Oct 2017 13:41:09 +0200 Subject: 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 --- job-cfg/chroot-installation.yaml.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 1071e6a0..6b5f4c5a 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 * * *', } -- cgit v1.2.3-54-g00ecf