Skip to content

Commit 802b972

Browse files
committed
Wait until default CatalogSource is intialized in PR check
1 parent 9c269d0 commit 802b972

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/olm_tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ jobs:
7373
sleep 1
7474
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/olm.yaml
7575
76+
- name: Wait for default CatalogSource to start
77+
run: |
78+
make wait-for-catalog-source
79+
env:
80+
CATALOG_SOURCE_NAME: "operatorhubio-catalog"
81+
CATALOG_SOURCE_NAMESPACE: "olm"
82+
7683
- name: Create openshift-operator namespace and OperatorGroup
7784
run: |
7885
# Need to use openshift-operator namespace due to https://github.com/project-codeflare/codeflare-operator/issues/161

0 commit comments

Comments
 (0)