Skip to content

Commit

Permalink
Kubernetes nightly tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Mar 12, 2024
1 parent 59700ec commit 5de9196
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubernetes/tests/scripts/test_mnist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function get_model_archive() {

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

echo "CPU usage test"
echo "No model loaded CPU usage test"
check_cpu_cores "ts-def" 180

echo "MNIST test inference"
Expand Down

0 comments on commit 5de9196

Please sign in to comment.