From 27b9015210a260ae0dd3b462950c05b306f2faae Mon Sep 17 00:00:00 2001 From: Dheeraj Singh Jodha Date: Fri, 26 Jul 2024 16:53:29 +0530 Subject: [PATCH] chore(STONEINTG-1013): increase pipeline timeout to 4hr+2hr Signed-off-by: Dheeraj --- components/integration/development/kustomization.yaml | 6 +++--- components/integration/production/base/kustomization.yaml | 6 +++--- components/integration/staging/base/kustomization.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/integration/development/kustomization.yaml b/components/integration/development/kustomization.yaml index df5c461d8a2..e31a45389ae 100644 --- a/components/integration/development/kustomization.yaml +++ b/components/integration/development/kustomization.yaml @@ -18,9 +18,9 @@ configMapGenerator: - CONSOLE_URL_TASKLOG="" - name: pipelinerun-options literals: - - PIPELINE_TIMEOUT="3h" - - TASKS_TIMEOUT="2h" - - FINALLY_TIMEOUT="1h" + - PIPELINE_TIMEOUT="6h" + - TASKS_TIMEOUT="4h" + - FINALLY_TIMEOUT="2h" namespace: integration-service diff --git a/components/integration/production/base/kustomization.yaml b/components/integration/production/base/kustomization.yaml index 8e51d86632c..a91c4777322 100644 --- a/components/integration/production/base/kustomization.yaml +++ b/components/integration/production/base/kustomization.yaml @@ -19,9 +19,9 @@ configMapGenerator: - CONSOLE_URL_TASKLOG="https://console.redhat.com/preview/application-pipeline/ns/{{ .Namespace }}/pipelinerun/{{ .PipelineRunName }}/logs/{{ .TaskName }}" - name: pipelinerun-options literals: - - PIPELINE_TIMEOUT="3h" - - TASKS_TIMEOUT="2h" - - FINALLY_TIMEOUT="1h" + - PIPELINE_TIMEOUT="6h" + - TASKS_TIMEOUT="4h" + - FINALLY_TIMEOUT="2h" namespace: integration-service diff --git a/components/integration/staging/base/kustomization.yaml b/components/integration/staging/base/kustomization.yaml index e09b76bf041..074bd33423e 100644 --- a/components/integration/staging/base/kustomization.yaml +++ b/components/integration/staging/base/kustomization.yaml @@ -19,9 +19,9 @@ configMapGenerator: - CONSOLE_URL_TASKLOG="https://console.dev.redhat.com/preview/application-pipeline/ns/{{ .Namespace }}/pipelinerun/{{ .PipelineRunName }}/logs/{{ .TaskName }}" - name: pipelinerun-options literals: - - PIPELINE_TIMEOUT="3h" - - TASKS_TIMEOUT="2h" - - FINALLY_TIMEOUT="1h" + - PIPELINE_TIMEOUT="6h" + - TASKS_TIMEOUT="4h" + - FINALLY_TIMEOUT="2h" namespace: integration-service