Skip to content

Commit 974f55d

Browse files
acornett21wcheang
authored andcommitted
fix(ISV-7421): add 90 minute timeout to tasks, so task is not clawed back by pipeline at default 60min mark. Continuation of PR 982.
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 9bcdd88 commit 974f55d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/operator-pipeline/templates/openshift/tasks/add-bundle-to-index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ spec:
6868
steps:
6969
- name: add-bundle-to-index
7070
image: "$(params.pipeline_image)"
71+
timeout: "1h30m0s"
7172
workingDir: $(workspaces.output.path)
7273
env:
7374
- name: KRB_KEYTAB_FILE

ansible/roles/operator-pipeline/templates/openshift/tasks/build-fbc-index-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
steps:
6868
- name: add-fbc-fragments-to-index
6969
image: "$(params.pipeline_image)"
70+
timeout: "1h30m0s"
7071
workingDir: $(workspaces.output.path)
7172
env:
7273
- name: KRB_KEYTAB_FILE
@@ -140,6 +141,7 @@ spec:
140141
141142
- name: rm-operator-from-index
142143
image: "$(params.pipeline_image)"
144+
timeout: "1h30m0s"
143145
workingDir: $(workspaces.output.path)
144146
env:
145147
- name: KRB_KEYTAB_FILE

0 commit comments

Comments
 (0)