mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
BlockerBugs: move activeDeadlineSeconds to the jobTemplate
This commit is contained in:
@@ -6,11 +6,11 @@ spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
activeDeadlineSeconds: 900
|
||||
startingDeadlineSeconds: 600
|
||||
schedule: "*/30 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
activeDeadlineSeconds: 900
|
||||
template:
|
||||
spec:
|
||||
restartPolicy: Never
|
||||
|
||||
Reference in New Issue
Block a user