Remove Checkout pytorch/builder for Linux Binary Builds#143125
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/143125
Note: Links to docs will display an error until the docs builds have been completed. ❌ 44 New Failures, 2 Cancelled Jobs, 1 Unrelated FailureAs of commit 0a919f5 with merge base 7667235 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot merge -f "ModuleNotFoundError: No module named 'packaging' is not related, lint is 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 |
|
@pytorchbot cherry-pick --onto release/2.6 -c critical |
Cherry picking #143125Command Details for Dev Infra teamRaised by workflow job |
…43131) Follow Up after: #142282 Remove Checkout pytorch/builder for Linux Binary Builds I believe we where not using builder already. Hence remove this checkout. We should be using scripts from this folder: ``` /pytorch/.ci/${{ inputs.PACKAGE_TYPE }}/build.sh ``` TODO: Will followup with removing BUILDER_ROOT everywhere from PyTorch repo Pull Request resolved: #143125 Approved by: https://github.com/kit1980 Co-authored-by: atalman <atalman@fb.com>
Follow Up after: #142282
Remove Checkout pytorch/builder for Linux Binary Builds
I believe we where not using builder already. Hence remove this checkout.
We should be using scripts from this folder:
TODO: Will followup with removing BUILDER_ROOT everywhere from PyTorch repo