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/holmes/holmes-common.yaml | 1 - jjb/holmes/holmes-engine-mgt.yaml | 1 - jjb/holmes/holmes-rule-mgt.yaml | 1 - 3 files changed, 3 deletions(-) (limited to 'jjb/holmes') diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 0257710ac..e1be550bc 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -38,7 +38,6 @@ sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" sonar-mvn-goal: "{sonar_mvn_goal}" - cron: "@daily" build-node: ubuntu1804-builder-4c-4g project: "holmes/common" project-name: "holmes-common" diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 185163d2d..15f582b50 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -38,7 +38,6 @@ sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" sonar-mvn-goal: "{sonar_mvn_goal}" - cron: "@daily" build-node: ubuntu1804-builder-4c-4g project: "holmes/engine-management" project-name: "holmes-engine-management" diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 22d35fc1b..2f71669f5 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -38,7 +38,6 @@ sonarcloud-project-organization: "{sonarcloud_project_organization}" sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" sonar-mvn-goal: "{sonar_mvn_goal}" - cron: "@daily" build-node: ubuntu1804-builder-4c-4g project: "holmes/rule-management" project-name: "holmes-rule-management" -- cgit 1.2.3-korg