File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 kustomize build https://github.com/kubeflow/manifests//common/kubeflow-roles/base?ref=master | kubectl apply -f -
111111 kubectl apply -f components/profile-controller/integration/resources/user-profile.yaml
112112 while ! kubectl get ns kubeflow-user; do sleep 1; done
113- kubectl apply -f components/centraldashborad -angular/integration/resources/test-notebook.yaml
113+ kubectl apply -f components/centraldashboard -angular/integration/resources/test-notebook.yaml
114114 kubectl wait notebooks -n kubeflow-user -l app=test-notebook --for=condition=Ready --timeout=300s
115115
116116 - name : Test proxied apps
Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ jobs:
157157
158158 - name : Test PodDefault Integration
159159 run : |
160- ./components/poddefaults-webhook /integration/test_poddefault.sh create-namespace e2e-test
161- ./components/poddefaults-webhook /integration/test_poddefault.sh create-poddefault e2e-test e2e-poddefault
162- ./components/poddefaults-webhook /integration/test_poddefault.sh test-mutation e2e-test e2e-poddefault e2e-test-pod
160+ ./components/poddefaults-webhooks /integration/test_poddefault.sh create-namespace e2e-test
161+ ./components/poddefaults-webhooks /integration/test_poddefault.sh create-poddefault e2e-test e2e-poddefault
162+ ./components/poddefaults-webhooks /integration/test_poddefault.sh test-mutation e2e-test e2e-poddefault e2e-test-pod
163163
164164 - name : Test KFAM Service Integration
165165 run : |
You can’t perform that action at this time.
0 commit comments