From bdfcbfa18cc26c59a654238271e20240a96c814f Mon Sep 17 00:00:00 2001 From: Eli Uriegas <1700823+seemethere@users.noreply.github.com> Date: Mon, 29 Jun 2020 13:53:14 -0700 Subject: [PATCH] [release/1.6] .jenkins: Install torch from test channel (#40706) We're on a test branch so we should install from the test channel Signed-off-by: Eli Uriegas --- .jenkins/pytorch/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.jenkins/pytorch/test.sh b/.jenkins/pytorch/test.sh index b19858dc38f..cc1f085e3f2 100755 --- a/.jenkins/pytorch/test.sh +++ b/.jenkins/pytorch/test.sh @@ -289,7 +289,7 @@ test_backward_compatibility() { pushd test/backward_compatibility python dump_all_function_schemas.py --filename new_schemas.txt pip_uninstall torch - pip_install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html + pip_install --pre torch -f https://download.pytorch.org/whl/test/cpu/torch_test.html python check_backward_compatibility.py --new-schemas new_schemas.txt popd set +x @@ -341,8 +341,8 @@ elif [[ "${BUILD_ENVIRONMENT}" == *-test2 || "${JOB_BASE_NAME}" == *-test2 ]]; t elif [[ "${BUILD_ENVIRONMENT}" == *-bazel-* ]]; then test_bazel elif [[ "${BUILD_ENVIRONMENT}" == pytorch-linux-xenial-cuda9.2-cudnn7-py3-gcc5.4* ]]; then - # test cpp extension for xenial + cuda 9.2 + gcc 5.4 to make sure - # cpp extension can be built correctly under this old env + # test cpp extension for xenial + cuda 9.2 + gcc 5.4 to make sure + # cpp extension can be built correctly under this old env test_cpp_extensions else test_torchvision