From 9c10c69f7949a43fdf5f0a9fe06830a02f8578ed Mon Sep 17 00:00:00 2001 From: Shunting Zhang Date: Tue, 26 Oct 2021 14:21:11 -0700 Subject: [PATCH] fix torch::deploy OSS CI: previous the tests for torch::deploy will be skipped [ghstack-poisoned] --- .jenkins/pytorch/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/pytorch/test.sh b/.jenkins/pytorch/test.sh index 2f129559c47..c1f8f324bc3 100755 --- a/.jenkins/pytorch/test.sh +++ b/.jenkins/pytorch/test.sh @@ -523,7 +523,7 @@ elif [[ "${BUILD_ENVIRONMENT}" == *libtorch* ]]; then # TODO: run some C++ tests echo "no-op at the moment" elif [[ "${BUILD_ENVIRONMENT}" == *-test1 || "${JOB_BASE_NAME}" == *-test1 || ("${SHARD_NUMBER}" == 1 && $NUM_TEST_SHARDS -gt 1) ]]; then - if [[ "${BUILD_ENVIRONMENT}" == *linux-xenial-cuda11.1*-test1* ]]; then + if [[ "${BUILD_ENVIRONMENT}" == *linux-xenial-cuda11.3*-test1* ]]; then test_torch_deploy fi test_without_numpy