-
Notifications
You must be signed in to change notification settings - Fork 713
Remove buck2 CI from pull.yml #6539
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
Keep one model E2E (mv3) from gather_models only for basic validation We removed all buck2 from docs already
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6539
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d524277 with merge base 3b25b05 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| test-setup-linux-gcc: | ||
| name: test-setup-linux-gcc | ||
| uses: pytorch/test-infra/.github/workflows/linux_job.yml@main | ||
| strategy: |
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.
I think you could just remove this strategy section, it does nothing now
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.
There is a fail-fast: false below
.github/workflows/pull.yml
Outdated
| # Setup executorch | ||
| PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh buck2 | ||
| PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake |
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.
Nit: Use ${BUILD_TOOL} here?
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.
Or remove BUILD_TOOL
.github/workflows/pull.yml
Outdated
| # Setup executorch | ||
| PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh buck2 | ||
| PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh cmake |
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.
Nit: Use ${BUILD_TOOL} here?
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 with some minor comments
|
Saves >30 minutes CPU time for each pull.yml |
Keep one model E2E (mv3) from gather_models only for basic validation
We removed all buck2 from docs already
Test: CI