Add flow library target and wire as dep of test_operators#18383
Add flow library target and wire as dep of test_operators#18383rascani wants to merge 1 commit intopytorch:mainfrom
Conversation
Summary: The test_operators library target globs all operator test files, but those files import TestFlow from executorch.backends.test.suite.flow which had no Buck target owner. This caused listing failures for any downstream consumer of test_operators. Add a flow library target in test/suite/BUCK and add it as a dep of test_operators (migrated from TARGETS to BUCK with fbcode_target). This diff was authored with Claude. Differential Revision: D97333154
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18383
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 3 Unrelated FailuresAs of commit c59e54f with merge base 07b7c7e ( CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary:
The test_operators library target globs all operator test files, but those
files import TestFlow from executorch.backends.test.suite.flow which had
no Buck target owner. This caused listing failures for any downstream
consumer of test_operators.
Add a flow library target in test/suite/BUCK and add it as a dep of
test_operators (migrated from TARGETS to BUCK with fbcode_target).
This diff was authored with Claude.
Differential Revision: D97333154