From 09c5874f301bf0705fd0d7413acff1c7e6d1c003 Mon Sep 17 00:00:00 2001
From: "Dr. Jens Harbott" <harbott@osism.tech>
Date: Wed, 20 Oct 2021 09:53:37 +0200
Subject: [PATCH] Move the daily periodic trigger earlier

The current time of 06:00 often clashes with the beginning of the
workday in Europe. Looking at current Grafana data, we seem to be having
a period of reduced load starting at around 00:00, so starting the
periodic jobs at 02:00 would hopefully allow us to better utilize our
resources.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I4bd41fd0668d65aa3f4e00bc03f7df71676ab265
---
 zuul.d/pipelines.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml
index f9ce197..9cda560 100644
--- a/zuul.d/pipelines.yaml
+++ b/zuul.d/pipelines.yaml
@@ -118,7 +118,7 @@
     precedence: low
     trigger:
       timer:
-        - time: '0 6 * * *'
+        - time: '0 2 * * *'
 
 - pipeline:
     name: tag