summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-12-01 10:25:12 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-12-01 10:41:46 -0800
commite46f9aa926bb423cb983cfdcbd9d029cd69f5301 (patch)
tree12070b0ac6563151cfba8806c33910c04a048ec0 /jjb/holmes
parent817bb1c16b3ca78739a011216c8a5b326ceaccd7 (diff)
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 <jwagantall@linuxfoundation.org> Change-Id: I9f3302d892f8df72ff831e4ddefca935c0f99f1e
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-common.yaml1
-rw-r--r--jjb/holmes/holmes-engine-mgt.yaml1
-rw-r--r--jjb/holmes/holmes-rule-mgt.yaml1
3 files changed, 0 insertions, 3 deletions
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"