Merge "Chore: Remove daily cron on stage jobs" v0.85.0
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 3 Apr 2023 16:52:07 +0000 (16:52 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Mon, 3 Apr 2023 16:52:07 +0000 (16:52 +0000)
jjb/lf-maven-jobs.yaml
releasenotes/notes/maven-stage-remove-daily-cron-fb2a34b6cdaadfc0.yaml [new file with mode: 0644]

index 84d31e8..5519862 100644 (file)
     branch: master
     build-days-to-keep: 30 # 30 days in case a release takes long to get approved.
     build-timeout: 60
-    cron: "@daily"
+    cron: ""
     disable-job: false
     git-url: "$GIT_URL/$PROJECT"
     github-url: "https://github.com"
diff --git a/releasenotes/notes/maven-stage-remove-daily-cron-fb2a34b6cdaadfc0.yaml b/releasenotes/notes/maven-stage-remove-daily-cron-fb2a34b6cdaadfc0.yaml
new file mode 100644 (file)
index 0000000..9646ed8
--- /dev/null
@@ -0,0 +1,5 @@
+---
+deprecations:
+  - |
+    Remove daily cron on maven-stage and maven-docker-stage jobs. Cron triggers
+    stay configurable.