Do not use builder repo for MacOS builds#142277
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142277
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 30 New FailuresAs of commit 97e72bc with merge base 6e203ae ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
I believe we still need to migrate couple of files from builder: This : |
|
@pytorchbot merge -f "Mac builds are green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
According to https://github.com/search?type=code&q=binary_macos_test.sh+repo%3Apytorch%2Fpytorch (and grep in the repo) it's not used anywhere Pull Request resolved: #142382 Approved by: https://github.com/atalman ghstack dependencies: #142276, #142277
All logic should have been migrated to .ci/manywheel folder from builder repo a while back Pull Request resolved: #142282 Approved by: https://github.com/atalman ghstack dependencies: #142276, #142277, #142382
It's been migrated to pytorch/pytorch by pytorch/pytorch#142277
Stack from ghstack (oldest at bottom):
binary_macos_test.sh#142382Added https://github.com/pytorch/builder/blob/c7564f31f7e1e5c8fab2f4ce511b2d73a3afbe60/wheel/build_wheel.sh to
.ci/wheel/folderCommented out call to https://github.com/pytorch/builder/blob/39532891a083f0929d3b46f690a3ea719de6bf76/run_tests.sh, because since 2018 this script just checked that tests folder is there and exited, as there are no way to run all pytorch tests in single shard, see this logic:
#123390 is a misread attempt to interpret above-mentioned logic, as run_tests will be skipped if
${SKIP_ALL_TESTS}is a non-empty string