From e46f9aa926bb423cb983cfdcbd9d029cd69f5301 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 1 Dec 2023 10:25:12 -0800 Subject: CI: Disable daily jobs As discussed in the TSC, we are removing daily cron jobs. Teams can individually revert back to using their cron if found really needed. - Merge jobs can be retriggered using "remerge" comment. - Sonar jobs will run @weekly and using "run-sonar" comment. - Stage jobs can be retriggered using "stage-release" comment. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I9f3302d892f8df72ff831e4ddefca935c0f99f1e --- jjb/global-templates-golang.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/global-templates-golang.yaml') diff --git a/jjb/global-templates-golang.yaml b/jjb/global-templates-golang.yaml index 96435034f..29b19d9cb 100644 --- a/jjb/global-templates-golang.yaml +++ b/jjb/global-templates-golang.yaml @@ -180,7 +180,6 @@ triggers: # 12 AM UTC - - timed: "@daily" - gerrit-trigger-release-manually: server: "{server-name}" project: "{project}" -- cgit 1.2.3-korg