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

Temporarily disable mnist test case #326

Merged
merged 1 commit into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scripts/v1/run-cleanpodpolicy-all.sh
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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