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/dcaegen2/dcaegen2-collectors-restconf.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/dcaegen2/dcaegen2-collectors-restconf.yaml') diff --git a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml index 27d81ea41..77b705ff7 100644 --- a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml +++ b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml @@ -46,7 +46,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-docker-8c-8g project: "dcaegen2/collectors/restconf" project-name: "dcaegen2-collectors-restconf" -- cgit 1.2.3-korg