diff --git a/roles/openshift-apps/review-stats/templates/cron.yml b/roles/openshift-apps/review-stats/templates/cron.yml index 8246a9f902..ca64d18c4f 100644 --- a/roles/openshift-apps/review-stats/templates/cron.yml +++ b/roles/openshift-apps/review-stats/templates/cron.yml @@ -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: diff --git a/roles/openshift-apps/websites/templates/fedora-websites-cron.yml b/roles/openshift-apps/websites/templates/fedora-websites-cron.yml index 05a3fc8172..e55f085ca7 100644 --- a/roles/openshift-apps/websites/templates/fedora-websites-cron.yml +++ b/roles/openshift-apps/websites/templates/fedora-websites-cron.yml @@ -8,10 +8,10 @@ spec: schedule: "10 * * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 - activeDeadlineSeconds: 900 startingDeadlineSeconds: 300 jobTemplate: spec: + activeDeadlineSeconds: 900 backoffLimit: 0 template: metadata: