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
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 17, 2021
1 parent 476308f commit 7e9c77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/v1/run-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ 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
#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 7e9c77d

Please sign in to comment.