From 7701ea48be276f5058cc6247ec53fb6a5789445a Mon Sep 17 00:00:00 2001 From: "Rong Rong (AI Infra)" Date: Mon, 30 Aug 2021 07:49:27 -0700 Subject: [PATCH] remove one more distributed test (#64108) Summary: Follow up on https://github.com/pytorch/pytorch/issues/62896. one more place we should remove distributed test Pull Request resolved: https://github.com/pytorch/pytorch/pull/64108 Reviewed By: janeyx99, soulitzer Differential Revision: D30614062 Pulled By: walterddr fbshipit-source-id: 6576415dc2d481d65419da19c5aa0afc37a86cff --- .jenkins/pytorch/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/pytorch/test.sh b/.jenkins/pytorch/test.sh index 4eb1b35..5014f60 100755 --- a/.jenkins/pytorch/test.sh +++ b/.jenkins/pytorch/test.sh @@ -517,7 +517,6 @@ elif [[ "${BUILD_ENVIRONMENT}" == *-test1 || "${JOB_BASE_NAME}" == *-test1 || "$ test_without_numpy install_torchvision test_python_shard1 - test_distributed test_aten elif [[ "${BUILD_ENVIRONMENT}" == *-test2 || "${JOB_BASE_NAME}" == *-test2 || "${SHARD_NUMBER}" == 2 ]]; then install_torchvision -- 2.7.4