mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
MM: check propagation every 4 hours like currently
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -7,7 +7,7 @@ spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "27 */2 * * *"
|
||||
schedule: "27 */4 * * *"
|
||||
startingDeadlineSeconds: 500
|
||||
jobTemplate:
|
||||
spec:
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 3
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "44 */2 * * *"
|
||||
schedule: "44 */4 * * *"
|
||||
startingDeadlineSeconds: 500
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user