mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Instructions for how to update pytorch-ci-hud when updating binary builds (#20758)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/20758 ghimport-source-id: ffb4c97c42c6efbb16ea5d93ea8af1bdf71cb1e4 Differential Revision: D15435639 Pulled By: ezyang fbshipit-source-id: a12bde8b0b11bbe0d0280b6b3994d9c65dc4f5cc
This commit is contained in:
committed by
Facebook Github Bot
parent
c3d05e86cc
commit
3e4f213e82
@ -3048,8 +3048,13 @@ workflows:
|
|||||||
- caffe2_py2_system_macos10_13_build:
|
- caffe2_py2_system_macos10_13_build:
|
||||||
requires:
|
requires:
|
||||||
- setup
|
- setup
|
||||||
|
|
||||||
# Binary builds (subset, to smoke test that they'll work)
|
# Binary builds (subset, to smoke test that they'll work)
|
||||||
|
#
|
||||||
|
# NB: If you modify this file, you need to also modify
|
||||||
|
# the binary_and_smoke_tests_on_pr variable in
|
||||||
|
# pytorch-ci-hud to adjust the list of whitelisted builds
|
||||||
|
# at https://github.com/ezyang/pytorch-ci-hud/blob/master/src/BuildHistoryDisplay.js
|
||||||
|
|
||||||
- binary_linux_manywheel_2.7mu_cpu_devtoolset3_build:
|
- binary_linux_manywheel_2.7mu_cpu_devtoolset3_build:
|
||||||
requires:
|
requires:
|
||||||
- setup
|
- setup
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
|
|
||||||
# Binary builds (subset, to smoke test that they'll work)
|
# Binary builds (subset, to smoke test that they'll work)
|
||||||
|
#
|
||||||
|
# NB: If you modify this file, you need to also modify
|
||||||
|
# the binary_and_smoke_tests_on_pr variable in
|
||||||
|
# pytorch-ci-hud to adjust the list of whitelisted builds
|
||||||
|
# at https://github.com/ezyang/pytorch-ci-hud/blob/master/src/BuildHistoryDisplay.js
|
||||||
|
|
||||||
- binary_linux_manywheel_2.7mu_cpu_devtoolset3_build:
|
- binary_linux_manywheel_2.7mu_cpu_devtoolset3_build:
|
||||||
requires:
|
requires:
|
||||||
- setup
|
- setup
|
||||||
|
Reference in New Issue
Block a user