Skip to content

Commit

Permalink
WIP - still no good wait candidate
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Zerpet committed Aug 28, 2024
1 parent 73cee8a commit 61f4eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_and_publishing_OLM_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
K8S_OPERATOR_NAMESPACE: rabbitmq-system-olm
SYSTEM_TEST_NAMESPACE: rabbitmq-system-olm
run: |
kubectl wait -n "$K8S_OPERATOR_NAMESPACE" clusterserviceversion --all --for=jsonpath='{.status.phase}'=Succeeded --timeout=2m
kubectl wait -n "$K8S_OPERATOR_NAMESPACE" sub --all --for=jsonpath='{.status.state}'=AtLatestKnown --timeout=2m
make system-tests
- name: Clean up Openshift environment
Expand Down

0 comments on commit 61f4eec

Please sign in to comment.