From e5df124d5ee8a87b008b6741ddb372aa9c057d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 3 Dec 2024 17:22:57 +0100 Subject: [PATCH] move activeDeadlineSeconds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/review-stats/templates/cron.yml | 4 ++-- .../websites/templates/fedora-websites-cron.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: