From c0981d3a8c11cf1595ce49af3e399bac8184397a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 13 Dec 2018 16:12:17 +0800 Subject: [PATCH] Change periodic jobs trigger time - Change periodic jobs trigger time to UTC-0 04:00, 09:00 and 16:00 to avoid fusioncloud long job miss trigger point Related-Bug: theopenlab/openlab#130 --- zuul.d/pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index ccb2ad73065ca..af88520b916ec 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -176,12 +176,12 @@ - pipeline: name: periodic - description: Jobs in this queue are triggered on a timer. UTC-0 04:00, 08:00 and 16:00 + description: Jobs in this queue are triggered on a timer. UTC-0 04:00, 09:00 and 16:00 manager: independent precedence: low trigger: timer: - - time: '0 4,8,16 * * *' + - time: '0 4,9,16 * * *' success: mysql: failure: