From e5df124d5ee8a87b008b6741ddb372aa9c057d3f Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Dec 03 2024 16:23:05 +0000 Subject: move activeDeadlineSeconds Signed-off-by: Aurélien Bompard --- diff --git a/roles/openshift-apps/review-stats/templates/cron.yml b/roles/openshift-apps/review-stats/templates/cron.yml index 8246a9f..ca64d18 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 05a3fc8..e55f085 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: