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:
Edward Yang
2019-05-24 07:16:59 -07:00
committed by Facebook Github Bot
parent c3d05e86cc
commit 3e4f213e82
2 changed files with 12 additions and 2 deletions

View File

@ -3048,8 +3048,13 @@ workflows:
- caffe2_py2_system_macos10_13_build:
requires:
- setup
# 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:
requires:
- setup

View File

@ -1,5 +1,10 @@
# 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:
requires:
- setup