-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add nightly build workflow #2363
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2363
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit c8f49b2 with merge base e5ef31d (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
The workflow setup looks good to me with the placeholders for scripts building ET artifacts.
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@huydhn has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I have the approval from ExecuTorch to onboard to Nova binary build workflows pytorch/executorch#2363. That covers wheel first. Once the PR lands, we can add a nightly trigger to start generating ExecuTorch wheels. I'm seeing pytorchbot with write access to the repo from `bunnylol oss pytorch/executorch`, so I think this is the only step needed.
Onboard ExecuTorch to Nova wheel build workflow https://github.com/pytorch/test-infra/wiki/Using-Nova-Reusable-Build-Workflows. The wheel is built using
python setup.py bdist_wheel
. All the pre-build, post-build, and smoke test scripts are placeholders.Having this will enable the team to easily add more logic into the build scripts later.
Testing