Skip to content

Commit ab55437

Browse files
committed
[ci] Increase timeout in COO install
Sometimes, COO fails to become available in the alotted time. This can be caused by resource contention or slow networks. This commit increases the number of retries to give the resources up to 10 minutes to appear. This will not effect the runtimes of otherwise healthy builds, however, it should reduce the amount of failures associated with failure of this task. Furthermore, it will allow us to check the number of times the job would have failed at this tassk, by checking the number of retries actually used. JIRA: OSPRH-16776
1 parent dfdb0b8 commit ab55437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/create-coo-subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
cmd:
2424
oc get csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
2525
delay: 10
26-
retries: 20
26+
retries: 60
2727
register: output
2828
until: output.stdout_lines | length != 0
2929

0 commit comments

Comments
 (0)