Skip to content

Commit 5de9196

Browse files
committedMar 12, 2024·
Kubernetes nightly tests workflow
1 parent 59700ec commit 5de9196

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎kubernetes/tests/scripts/test_mnist.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function get_model_archive() {
3737

3838
function deploy_cluster() {
3939
echo "Deploying the cluster"
40-
#cd $GITHUB_WORKSPACE
4140
kubectl apply -f "$1"
4241
echo "Waiting for pod to come up..."
4342
wait_for_pod_running "$2" 300
@@ -137,7 +136,7 @@ build_docker_image
137136
get_model_archive "https://torchserve.pytorch.org/mar_files/mnist_v2.mar" "mnist"
138137
deploy_cluster "./kubernetes/tests/configs/deployment.yaml" "ts-def"
139138

140-
echo "CPU usage test"
139+
echo "No model loaded CPU usage test"
141140
check_cpu_cores "ts-def" 180
142141

143142
echo "MNIST test inference"

0 commit comments

Comments
 (0)
Please sign in to comment.