[languages] Suspend cron jobs

We don't need cron jobs to run anymore.

See https://pagure.io/fedora-infrastructure/issue/12998 for more info.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny
2026-01-13 14:28:51 +01:00
parent e737326250
commit d18fb23702

View File

@@ -8,6 +8,7 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
concurrencyPolicy: Forbid
suspend: true
schedule: "0 2 */16 * *"
startingDeadlineSeconds: 500
jobTemplate:
@@ -33,6 +34,7 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
concurrencyPolicy: Forbid
suspend: true
schedule: "0 4 * * *"
startingDeadlineSeconds: 500
jobTemplate:
@@ -54,6 +56,7 @@ metadata:
spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
suspend: true
concurrencyPolicy: Forbid
schedule: "0 */2 * * *"
startingDeadlineSeconds: 500
@@ -97,6 +100,7 @@ metadata:
spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
suspend: true
concurrencyPolicy: Forbid
schedule: "0 * * * *"
startingDeadlineSeconds: 500