Skip to content

Commit 1fb44bc

Browse files
kunal-511tarilabs
authored andcommitted
Update the test according to the v0.3.2 (#4)
Signed-off-by: kunal-511 <[email protected]> Signed-off-by: tarilabs <[email protected]>
1 parent eec5c44 commit 1fb44bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/model_catalog_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33

44
(
5-
cd applications/model-registry/upstream/options/catalog
5+
cd applications/model-registry/upstream/options/catalog/base
66
kustomize build . | kubectl apply -n kubeflow -f -
77
)
88

tests/model_catalog_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ if ! kubectl get deployment/model-catalog-server -n kubeflow; then
77
exit 1
88
fi
99

10-
if ! kubectl get svc/model-catalog-model-catalog-service -n kubeflow; then
10+
if ! kubectl get svc/model-catalog -n kubeflow; then
1111
echo "ERROR: Model Catalog service not found"
1212
exit 1
1313
fi
1414

15-
kubectl get pods -n kubeflow -l component=model-catalog-server
15+
kubectl get pods -n kubeflow -l app.kubernetes.io/name=model-catalog,app.kubernetes.io/component=server
1616

17-
nohup kubectl port-forward svc/model-catalog-model-catalog-service -n kubeflow 8082:8080 &
17+
nohup kubectl port-forward svc/model-catalog -n kubeflow 8082:8080 &
1818
PORT_FORWARD_PID=$!
1919

2020
MAX_RETRIES=30

0 commit comments

Comments
 (0)