Skip to content

Commit

Permalink
chore(STONEINTG-1013): increase pipeline timeout to 4hr+2hr
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj<[email protected]>
  • Loading branch information
dheerajodha committed Jul 26, 2024
1 parent 0180a0b commit 27b9015
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions components/integration/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions components/integration/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions components/integration/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27b9015

Please sign in to comment.