Shift Left: Run selective build CI test with more restrictions#14488
Shift Left: Run selective build CI test with more restrictions#14488mergennachin merged 1 commit intomainfrom
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.
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
…ch#14488) Revert reason for pytorch#14487 was that internal tests were running with "-Werror,-Wunused-variable" (https://www.internalfb.com/diff/D82981124) option but not OSS tests
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