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

Commit 147349e

Browse files
authored
Temporarily disable mnist test case (#326)
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 <[email protected]>
1 parent 476308f commit 147349e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

scripts/v1/run-cleanpodpolicy-all.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ echo "Running smoke test"
3636
SENDRECV_TEST_IMAGE_TAG="pytorch-dist-sendrecv-test:v1.0"
3737
go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --name=sendrecvjob-cleanall
3838

39-
echo "Running mnist test"
40-
MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
41-
go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleanall
39+
# TODO(Jeffwan@): Enable mnist test once mnist server is back
40+
#echo "Running mnist test"
41+
#MNIST_TEST_IMAGE_TAG="pytorch-dist-mnist-test:v1.0"
42+
#go run ./test/e2e/v1/cleanpolicy/cleanpolicy_all.go --namespace=${NAMESPACE} --image=${REGISTRY}/${MNIST_TEST_IMAGE_TAG} --name=mnistjob-cleanall

scripts/v1/run-defaults.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ echo "Running smoke test"
3636
SENDRECV_TEST_IMAGE_TAG="pytorch-dist-sendrecv-test:v1.0"
3737
go run ./test/e2e/v1/default/defaults.go --namespace=${NAMESPACE} --image=${REGISTRY}/${SENDRECV_TEST_IMAGE_TAG} --name=sendrecvjob-cleannone
3838

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

0 commit comments

Comments
 (0)