From cf2d5ab7069c4eb56c07cc846a2ee7f9614056ef Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 13 Feb 2019 10:35:17 +0100 Subject: [PATCH] Run rebase jobs on a daily basis It is important that the repos on Nordix Gerrit is always in sync with the upstream repos. Gerrit Trigger might not work at all times, especially when there is maintenance in Nordix so it is important to run rebase jobs periodically to catch up with the upstream if the sync is not performed for some reason. Change-Id: I3d915163b8148d6d164259a81978193df54a3afa Signed-off-by: Fatih Degirmenci --- jjb/global/global-templates-rebase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/global/global-templates-rebase.yaml b/jjb/global/global-templates-rebase.yaml index a76dfaafc..6ac53a954 100644 --- a/jjb/global/global-templates-rebase.yaml +++ b/jjb/global/global-templates-rebase.yaml @@ -31,6 +31,7 @@ project: '{project}' branch: '{branch}' files: '**' + - timed: "@midnight" wrappers: - build-timeout: -- 2.25.1