From 5548b4a7d8221b608d182d192419d0ffedca991b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20K=C5=99epinsk=C3=BD?= Date: Thu, 1 Aug 2024 16:43:04 +0200 Subject: [PATCH] Increase timeouts for payload jobs to land k8s 1.31 --- .../openshift-release-analysis-aggregator-commands.sh | 2 +- .../openshift-release-analysis-prpqr-aggregator-commands.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/step-registry/openshift/release/analysis/aggregator/openshift-release-analysis-aggregator-commands.sh b/ci-operator/step-registry/openshift/release/analysis/aggregator/openshift-release-analysis-aggregator-commands.sh index 49e9533f4291d..faebeac19d461 100755 --- a/ci-operator/step-registry/openshift/release/analysis/aggregator/openshift-release-analysis-aggregator-commands.sh +++ b/ci-operator/step-registry/openshift/release/analysis/aggregator/openshift-release-analysis-aggregator-commands.sh @@ -11,5 +11,5 @@ job-run-aggregator analyze-job-runs \ --payload-tag=${PAYLOAD_TAG} \ --job-start-time=${JOB_START_TIME} \ --working-dir=${WORKING_DIR} \ - --timeout=5h40m \ + --timeout=7h \ --query-source=cluster diff --git a/ci-operator/step-registry/openshift/release/analysis/prpqr-aggregator/openshift-release-analysis-prpqr-aggregator-commands.sh b/ci-operator/step-registry/openshift/release/analysis/prpqr-aggregator/openshift-release-analysis-prpqr-aggregator-commands.sh index d6c5c6e8de5db..87c0d8b37782d 100755 --- a/ci-operator/step-registry/openshift/release/analysis/prpqr-aggregator/openshift-release-analysis-prpqr-aggregator-commands.sh +++ b/ci-operator/step-registry/openshift/release/analysis/prpqr-aggregator/openshift-release-analysis-prpqr-aggregator-commands.sh @@ -12,5 +12,5 @@ job-run-aggregator analyze-job-runs \ --explicit-gcs-prefix=${EXPLICIT_GCS_PREFIX} \ --job-start-time=${JOB_START_TIME} \ --working-dir=${WORKING_DIR} \ - --timeout=5h40m \ + --timeout=7h \ --query-source=cluster