-
Notifications
You must be signed in to change notification settings - Fork 680
Shift Left: Run selective build CI test with more restrictions #14488
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14488
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit 3a89108 with merge base c9f46e2 ( NEW FAILURE - The following job has failed:
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. |
This PR needs a
|
codegen/tools/selective_build.cpp
Outdated
const std::string_view sv = buffer.cast<std::string_view>(); | ||
void* buf_ptr = const_cast<void*>(static_cast<const void*>(sv.data())); |
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.
will remove this before merging.
b05a588
to
040a594
Compare
040a594
to
8ab225a
Compare
78b0e08
to
072cf1a
Compare
Revert reason for #14487 was that internal tests were running with "-Werror,-Wunused-variable" option but not OSS tests
072cf1a
to
3a89108
Compare
Summary: - Enable buck targets in OSS under codegen/tools/targets.bzl - Build all buck targets in OSS under codegen/tools/... (Can't test yet due to torch not available in OSS buck) - Run test_tools_selective_build.py in pytest - Building on top of #14488 Pull Request resolved: #14499 Reviewed By: lucylq Differential Revision: D83024265 Pulled By: mergennachin
Revert reason for #14487 was that internal tests were running with "-Werror,-Wunused-variable" (https://www.internalfb.com/diff/D82981124) option but not OSS tests