Skip to content

Commit

Permalink
kserve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 23, 2023
1 parent 464af5d commit cfc8402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kserve_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- run: pwd
- run: ls
- run: ls kserve/*
- name: Test model running in k8s cluster with sample image data
- name: Test model inference
run: ./kubernetes/kserve/tests/scripts/test_mnist.sh
1 change: 1 addition & 0 deletions kubernetes/kserve/tests/scripts/test_mnist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ kubectl apply -f kubernetes/kserve/tests/configs/mnist_v2_cpu.yaml

echo "Waiting 120s for pods to come up..."
sleep 120
kubectl get pods

echo "Make cluster accessible by localhost"
MODEL_NAME=mnist
Expand Down

0 comments on commit cfc8402

Please sign in to comment.