Skip to content

Commit 93ea81b

Browse files
committed
[zuul] pre-deploy: wait up to 5 minutes for the COO CSV to exist
1 parent 836e8ba commit 93ea81b

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
@@ -37,4 +37,4 @@
3737
- name: Wait for the resources to be available
3838
ansible.builtin.command:
3939
cmd: |
40-
oc wait --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators
40+
oc wait --timeout=300s --for jsonpath="{.status.phase}"=Succeeded csv --namespace=openshift-operators -l operators.coreos.com/cluster-observability-operator.openshift-operators

0 commit comments

Comments
 (0)