Skip to content

Commit 644a27f

Browse files
authored
Merge pull request #719 from xinredhat/ci-timeout
Increased pipeline timeout
2 parents d0abddf + 7daa000 commit 644a27f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.tekton/pipeline-service-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: target_branch
3232
value: "{{ target_branch }}"
3333
timeouts:
34-
pipeline: "1h0m0s"
34+
pipeline: "1h30m0s"
3535
workspaces:
3636
- name: source
3737
volumeClaimTemplate:

.tekton/pipeline-service-upgrade-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: target_branch
3333
value: "{{ target_branch }}"
3434
timeouts:
35-
pipeline: "1h0m0s"
35+
pipeline: "1h30m0s"
3636
workspaces:
3737
- name: source
3838
volumeClaimTemplate:

.tekton/pipeline/acceptance-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: target_branch
1212
- name: ocp_version
1313
timeouts:
14-
finally: "0h20m0s"
14+
finally: "0h30m0s"
1515
workspaces:
1616
- name: source
1717
- name: shared-workspace

.tekton/pipeline/stonesoup-integeration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: stonesoup-integeration-tests
66
spec:
77
timeouts:
8-
finally: "0h20m0s"
8+
finally: "0h30m0s"
99
params:
1010
- name: aws_region
1111
- name: ocp_version

.tekton/pipeline/upgrade-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
- name: revision
1212
- name: target_branch
1313
timeouts:
14-
finally: "0h20m0s"
14+
finally: "0h30m0s"
1515
workspaces:
1616
- name: source
1717
- name: upgrade-shared-workspace

0 commit comments

Comments
 (0)