Skip to content

Commit

Permalink
Wait until default CatalogSource is intialized in PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Jul 20, 2023
1 parent 9c269d0 commit 802b972
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
sleep 1
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/olm.yaml
- name: Wait for default CatalogSource to start
run: |
make wait-for-catalog-source
env:
CATALOG_SOURCE_NAME: "operatorhubio-catalog"
CATALOG_SOURCE_NAMESPACE: "olm"

- name: Create openshift-operator namespace and OperatorGroup
run: |
# Need to use openshift-operator namespace due to https://github.com/project-codeflare/codeflare-operator/issues/161
Expand Down

0 comments on commit 802b972

Please sign in to comment.