-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Do not use builder repo for MacOS builds #142277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
huydhn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
I believe we still need to migrate couple of files from builder: This : |
atalman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@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
All logic should have been migrated to .ci/manywheel folder from builder repo a while back Pull Request resolved: pytorch#142282 Approved by: https://github.com/atalman ghstack dependencies: pytorch#142276, pytorch#142277, pytorch#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