From 0598b4b6510631b325a5e2b46a581b8255f34ba8 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Tue, 6 Sep 2016 12:51:51 +0300 Subject: [PATCH] Fixed time for weekly jobs We have a incorrect cron syntax for weekly pipeline Change-Id: Ib36e110e8bbb702c9d881ce31448988dd47cebba --- config/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zuul/layout.yaml b/config/zuul/layout.yaml index 5064b7cc..cb793342 100644 --- a/config/zuul/layout.yaml +++ b/config/zuul/layout.yaml @@ -54,7 +54,7 @@ pipelines: precedence: low trigger: timer: - - time: '* * * * 6' + - time: '0 0 * * 6' success: smtp: to: esikachev@mirantis.com, vgridnev@mirantis.com