-
Notifications
You must be signed in to change notification settings - Fork 84
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
Move Validation Framework workflows to test-infra #6029
Conversation
@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
test fix test test test path fix test test test fix validate_binary fix test fix fix actionlint fix test fix fix fix fix test test fix fix
927ad7d
to
1e39f04
Compare
@@ -41,8 +41,8 @@ on: | |||
type: string | |||
use-only-dl-pytorch-org: | |||
description: "Use only download.pytorch.org when generating wheel install command?" | |||
default: "false" | |||
type: string | |||
default: false |
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.
Corrected this in original worklfow
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.
Stamped! If I get this correctly, we need to land this before we can try it out on https://github.com/pytorch/test-infra/actions
@huydhn its already running nightlies tests here: https://github.com/pytorch/test-infra/actions/runs/12285444475/job/34283477325?pr=6029 |
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
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)
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]>
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
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.