mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
04829e924a
commit
af4d6120bd
|
|
@ -2205,11 +2205,11 @@ workflows:
|
|||
docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest"
|
||||
# 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_mac_build:
|
||||
name: binary_macos_wheel_3_6_cpu_build
|
||||
build_environment: "wheel 3.6 cpu"
|
||||
requires:
|
||||
- setup
|
||||
# - binary_mac_build:
|
||||
# name: binary_macos_wheel_3_6_cpu_build
|
||||
# build_environment: "wheel 3.6 cpu"
|
||||
# requires:
|
||||
# - setup
|
||||
- binary_mac_build:
|
||||
name: binary_macos_conda_2_7_cpu_build
|
||||
build_environment: "conda 2.7 cpu"
|
||||
|
|
@ -2217,15 +2217,15 @@ workflows:
|
|||
- setup
|
||||
# This job has an average run time of 3 hours o.O
|
||||
# Now only running this on master to reduce overhead
|
||||
- binary_mac_build:
|
||||
name: binary_macos_libtorch_2_7_cpu_build
|
||||
build_environment: "libtorch 2.7 cpu"
|
||||
requires:
|
||||
- setup
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
# - binary_mac_build:
|
||||
# name: binary_macos_libtorch_2_7_cpu_build
|
||||
# build_environment: "libtorch 2.7 cpu"
|
||||
# requires:
|
||||
# - setup
|
||||
# filters:
|
||||
# branches:
|
||||
# only:
|
||||
# - master
|
||||
- binary_linux_test:
|
||||
name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test
|
||||
build_environment: "manywheel 2.7mu cpu devtoolset7"
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@
|
|||
docker_image: "pytorch/pytorch-binary-docker-image-ubuntu16.04:latest"
|
||||
# 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_mac_build:
|
||||
name: binary_macos_wheel_3_6_cpu_build
|
||||
build_environment: "wheel 3.6 cpu"
|
||||
requires:
|
||||
- setup
|
||||
# - binary_mac_build:
|
||||
# name: binary_macos_wheel_3_6_cpu_build
|
||||
# build_environment: "wheel 3.6 cpu"
|
||||
# requires:
|
||||
# - setup
|
||||
- binary_mac_build:
|
||||
name: binary_macos_conda_2_7_cpu_build
|
||||
build_environment: "conda 2.7 cpu"
|
||||
|
|
@ -53,15 +53,15 @@
|
|||
- setup
|
||||
# This job has an average run time of 3 hours o.O
|
||||
# Now only running this on master to reduce overhead
|
||||
- binary_mac_build:
|
||||
name: binary_macos_libtorch_2_7_cpu_build
|
||||
build_environment: "libtorch 2.7 cpu"
|
||||
requires:
|
||||
- setup
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
# - binary_mac_build:
|
||||
# name: binary_macos_libtorch_2_7_cpu_build
|
||||
# build_environment: "libtorch 2.7 cpu"
|
||||
# requires:
|
||||
# - setup
|
||||
# filters:
|
||||
# branches:
|
||||
# only:
|
||||
# - master
|
||||
- binary_linux_test:
|
||||
name: binary_linux_manywheel_2_7mu_cpu_devtoolset7_test
|
||||
build_environment: "manywheel 2.7mu cpu devtoolset7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user