Add flow library target and wire as dep of test_operators#18383
Add flow library target and wire as dep of test_operators#18383rascani merged 4 commits 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 Pending, 2 Unrelated FailuresAs of commit e9d083c with merge base 7c79395 ( BROKEN TRUNK - The following jobs failed but were 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