Skip to content

Commit

Permalink
Add commands to wait for metacontroller CRD creation for pipeline test
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Jung (VMware) <[email protected]>
  • Loading branch information
Anna Jung (VMware) committed Jul 13, 2022
1 parent 5bac957 commit debbb9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline_kind_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
run: |
cd apps/pipeline/upstream
kubectl create ns kubeflow
kubectl apply -f third-party/metacontroller/base/crd.yaml
kubectl wait --for condition=established crd compositecontrollers.metacontroller.k8s.io
kustomize build env/cert-manager/platform-agnostic-multi-user | kubectl apply -f -
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout 180s

0 comments on commit debbb9c

Please sign in to comment.