mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
move activeDeadlineSeconds
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -7,11 +7,11 @@ spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 180
|
||||
schedule: "0 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 900
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@@ -49,11 +49,11 @@ spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 180
|
||||
schedule: "45 0 * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 900
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
@@ -8,10 +8,10 @@ spec:
|
||||
schedule: "10 * * * *"
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 300
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 900
|
||||
backoffLimit: 0
|
||||
template:
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user