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/usecaseui/usecase-ui-server.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/usecaseui/usecase-ui-server.yaml')
-rw-r--r-- | jjb/usecaseui/usecase-ui-server.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/usecaseui/usecase-ui-server.yaml b/jjb/usecaseui/usecase-ui-server.yaml index 3fd7696aa..2b025388d 100644 --- a/jjb/usecaseui/usecase-ui-server.yaml +++ b/jjb/usecaseui/usecase-ui-server.yaml @@ -42,7 +42,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: "usecase-ui/server" project-name: "usecase-ui-server" |