-
Notifications
You must be signed in to change notification settings - Fork 227
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
[BE] Migration of Builder Repository to pytorch/pytorch and pytorch/test-infra repository #2054
Open
10 of 14 tasks
Comments
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 10, 2024
Related to pytorch/builder#2054 This should fix nightly xpu failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34180135207 and rocm failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34182185374 due to missing : `` /builder/check_binary.sh`` Builder Scripts revision: pytorch/builder@3468139 Pull Request resolved: #142482 Approved by: https://github.com/chuanqi129, https://github.com/kit1980, https://github.com/malfet, https://github.com/jeffdaily, https://github.com/huydhn
mori360
pushed a commit
to mori360/pytorch
that referenced
this issue
Dec 11, 2024
Related to pytorch/builder#2054 This should fix nightly xpu failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34180135207 and rocm failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34182185374 due to missing : `` /builder/check_binary.sh`` Builder Scripts revision: pytorch/builder@3468139 Pull Request resolved: pytorch#142482 Approved by: https://github.com/chuanqi129, https://github.com/kit1980, https://github.com/malfet, https://github.com/jeffdaily, https://github.com/huydhn
atalman
added a commit
to pytorch/test-infra
that referenced
this issue
Dec 11, 2024
Moves all the worklfows from builder Validation framework except: https://github.com/pytorch/builder/blob/main/.github/workflows/validate-repackaged-binary-sizes.yml Part of pytorch/builder#2054 It needs to be rewritten, followup PR required.
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 12, 2024
After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra. Related to: pytorch/builder#2054 Pull Request resolved: #143081 Approved by: https://github.com/huydhn
pytorchbot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 12, 2024
After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra. Related to: pytorch/builder#2054 Pull Request resolved: #143081 Approved by: https://github.com/huydhn (cherry picked from commit bd7d81d)
kit1980
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 12, 2024
Use validate-docker-images workflow from test-infra (#143081) After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra. Related to: pytorch/builder#2054 Pull Request resolved: #143081 Approved by: https://github.com/huydhn (cherry picked from commit bd7d81d) Co-authored-by: atalman <[email protected]>
This was referenced Dec 12, 2024
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 13, 2024
Migrated from pytorch/builder Related to: pytorch/builder#2054 Copying from : pytorch/builder@3468139 Pull Request resolved: #143201 Approved by: https://github.com/seemethere, https://github.com/malfet
bluenote10
pushed a commit
to bluenote10/pytorch
that referenced
this issue
Dec 14, 2024
Related to pytorch/builder#2054 This should fix nightly xpu failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34180135207 and rocm failure: https://github.com/pytorch/pytorch/actions/runs/12251477588/job/34182185374 due to missing : `` /builder/check_binary.sh`` Builder Scripts revision: pytorch/builder@3468139 Pull Request resolved: pytorch#142482 Approved by: https://github.com/chuanqi129, https://github.com/kit1980, https://github.com/malfet, https://github.com/jeffdaily, https://github.com/huydhn
bluenote10
pushed a commit
to bluenote10/pytorch
that referenced
this issue
Dec 14, 2024
After PR: pytorch/test-infra#6029 use validate-docker-images.yml from test-infra. Related to: pytorch/builder#2054 Pull Request resolved: pytorch#143081 Approved by: https://github.com/huydhn
bluenote10
pushed a commit
to bluenote10/pytorch
that referenced
this issue
Dec 14, 2024
Migrated from pytorch/builder Related to: pytorch/builder#2054 Copying from : pytorch/builder@3468139 Pull Request resolved: pytorch#143201 Approved by: https://github.com/seemethere, https://github.com/malfet
aditew01
pushed a commit
to aditew01/pytorch
that referenced
this issue
Dec 18, 2024
Migrated from pytorch/builder Related to: pytorch/builder#2054 Copying from : pytorch/builder@3468139 Pull Request resolved: pytorch#143201 Approved by: https://github.com/seemethere, https://github.com/malfet
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this issue
Dec 24, 2024
Part of pytorch/builder#2054 Builder is repo is no longer used. Hence remove any references to builder repo Pull Request resolved: #143776 Approved by: https://github.com/huydhn
atalman
added a commit
to pytorch/test-infra
that referenced
this issue
Dec 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our Nightly and Release pipeline spread over 3 repositories: pytorch/pytorch, pytorch/builder and pytorch/test-infra .This creates maintenance overhead and following issues:
Hence to solve these issues we are working on Moving all Build and Test Scripts for pytorch binary to pytorch/pytorch
All Validation and analytics scripts to pytorch/test-infra repository.
Following Work Has been Completed:
pytorch/conda-builder
Docker image pytorch#138909 Build magma for windows pytorch#139924 Replace magma-cuda dependency onpytorch/conda-builder
Docker image pytorch#138909Please note: If you intend to add or modify PyTorch build or test scripts please do it directly in pytorch/pytorch repository
The text was updated successfully, but these errors were encountered: