summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-01 13:41:09 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-01 13:41:09 +0200
commit213675aa5197309d93331f465297cfd53e0b01f3 (patch)
tree9b1a2b844529bcccaa586a04b6a2faf7721542bc
parentabaf2352cc2ed39187b96033a33d739ac8dff6f6 (diff)
downloadjenkins.debian.net-213675aa5197309d93331f465297cfd53e0b01f3.tar.xz
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@layer-acht.org>
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py6
1 files changed, 3 insertions, 3 deletions
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 * * *',
}