Temporarily disable failing 'binary_macos_libtorch_2_7_cpu_build' and… (#33207)

Summary:
… 'binary_macos_wheel_3_6_cpu_build' jobs
Pull Request resolved: https://github.com/pytorch/pytorch/pull/33207

Differential Revision: D19844787

Pulled By: kostmo

fbshipit-source-id: d44a0e26bf76afe4a5f94d7f1ad2d558de6f5d47
This commit is contained in:
Karl Ostmo 2020-02-11 15:42:41 -08:00 committed by Facebook Github Bot
parent 04829e924a
commit af4d6120bd
2 changed files with 28 additions and 28 deletions

View File

@ -2205,11 +2205,11 @@ workflows:
docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest" docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest"
# TODO we should test a libtorch cuda build, but they take too long # TODO we should test a libtorch cuda build, but they take too long
# - binary_linux_libtorch_2_7m_cu90_devtoolset7_static-without-deps_build # - binary_linux_libtorch_2_7m_cu90_devtoolset7_static-without-deps_build
- binary_mac_build: # - binary_mac_build:
name: binary_macos_wheel_3_6_cpu_build # name: binary_macos_wheel_3_6_cpu_build
build_environment: "wheel 3.6 cpu" # build_environment: "wheel 3.6 cpu"
requires: # requires:
- setup # - setup
- binary_mac_build: - binary_mac_build:
name: binary_macos_conda_2_7_cpu_build name: binary_macos_conda_2_7_cpu_build
build_environment: "conda 2.7 cpu" build_environment: "conda 2.7 cpu"
@ -2217,15 +2217,15 @@ workflows:
- setup - setup
# This job has an average run time of 3 hours o.O # This job has an average run time of 3 hours o.O
# Now only running this on master to reduce overhead # Now only running this on master to reduce overhead
- binary_mac_build: # - binary_mac_build:
name: binary_macos_libtorch_2_7_cpu_build # name: binary_macos_libtorch_2_7_cpu_build
build_environment: "libtorch 2.7 cpu" # build_environment: "libtorch 2.7 cpu"
requires: # requires:
- setup # - setup
filters: # filters:
branches: # branches:
only: # only:
- master # - master
- binary_linux_test: - binary_linux_test:
name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test
build_environment: "manywheel 2.7mu cpu devtoolset7" build_environment: "manywheel 2.7mu cpu devtoolset7"

View File

@ -41,11 +41,11 @@
docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest" docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest"
# TODO we should test a libtorch cuda build, but they take too long # TODO we should test a libtorch cuda build, but they take too long
# - binary_linux_libtorch_2_7m_cu90_devtoolset7_static-without-deps_build # - binary_linux_libtorch_2_7m_cu90_devtoolset7_static-without-deps_build
- binary_mac_build: # - binary_mac_build:
name: binary_macos_wheel_3_6_cpu_build # name: binary_macos_wheel_3_6_cpu_build
build_environment: "wheel 3.6 cpu" # build_environment: "wheel 3.6 cpu"
requires: # requires:
- setup # - setup
- binary_mac_build: - binary_mac_build:
name: binary_macos_conda_2_7_cpu_build name: binary_macos_conda_2_7_cpu_build
build_environment: "conda 2.7 cpu" build_environment: "conda 2.7 cpu"
@ -53,15 +53,15 @@
- setup - setup
# This job has an average run time of 3 hours o.O # This job has an average run time of 3 hours o.O
# Now only running this on master to reduce overhead # Now only running this on master to reduce overhead
- binary_mac_build: # - binary_mac_build:
name: binary_macos_libtorch_2_7_cpu_build # name: binary_macos_libtorch_2_7_cpu_build
build_environment: "libtorch 2.7 cpu" # build_environment: "libtorch 2.7 cpu"
requires: # requires:
- setup # - setup
filters: # filters:
branches: # branches:
only: # only:
- master # - master
- binary_linux_test: - binary_linux_test:
name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test
build_environment: "manywheel 2.7mu cpu devtoolset7" build_environment: "manywheel 2.7mu cpu devtoolset7"