Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Temporarily disable mnist test case (#326)
Browse files Browse the repository at this point in the history
As mnist dataset server is not stable, pytorch-operator CI job is affected which blocks PR merge. I will temporarily disable it and bring it back later with the improvement

Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
  • Loading branch information
Jeffwan committed Mar 18, 2021
1 parent 476308f commit 147349e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions scripts/v1/run-cleanpodpolicy-all.sh
Expand Up @@ -36,6 +36,7 @@ echo "Running smoke test"
SENDRECV_TEST_IMAGE_TAG="pytorch-dist-sendrecv-test:v1.0"
go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --name=sendrecvjob-cleanall

echo "Running mnist test"
MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleanall
# TODO(Jeffwan@): Enable mnist test once mnist server is back
#echo "Running mnist test"
#MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
#go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleanall
7 changes: 4 additions & 3 deletions scripts/v1/run-defaults.sh
Expand Up @@ -36,6 +36,7 @@ echo "Running smoke test"
SENDRECV_TEST_IMAGE_TAG="pytorch-dist-sendrecv-test:v1.0"
go run ./test/e2e/v1/default/defaults.go --namespace=${NAMESPACE} --image=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --name=sendrecvjob-cleannone

echo "Running mnist test"
MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
go run ./test/e2e/v1/default/defaults.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleannone
# TODO(Jeffwan@): Enable mnist test once mnist server is back
#echo "Running mnist test"
#MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
#go run ./test/e2e/v1/default/defaults.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleannone

0 comments on commit 147349e

Please sign in to comment.