mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user