diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-12-01 10:25:12 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2023-12-01 10:41:46 -0800 |
commit | e46f9aa926bb423cb983cfdcbd9d029cd69f5301 (patch) | |
tree | 12070b0ac6563151cfba8806c33910c04a048ec0 /jjb/cps/cps.yaml | |
parent | 817bb1c16b3ca78739a011216c8a5b326ceaccd7 (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/cps/cps.yaml')
-rw-r--r-- | jjb/cps/cps.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/cps/cps.yaml b/jjb/cps/cps.yaml index f8cc1fcac..cdd100449 100644 --- a/jjb/cps/cps.yaml +++ b/jjb/cps/cps.yaml @@ -103,7 +103,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: centos8-docker-8c-8g project: "cps" project-name: "cps" |