You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to add parameters for the rules so that we can add Bazel tags to the generated targets.
One of our use cases is selectively building / testing Bazel targets via selecting which tags to test.
For example, running the command: bazel build --build_tag_filter=example_test //path/... should just
build the binaries with the example_test in its tags attribute.
Describe the solution you'd like
Just integrate with the basic Bazel tagging system.
Describe alternatives you've considered
N / A - open to any / all ideas.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days.
Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!
🚀 feature request
Relevant Rules
Amend existing rules to support Bazel tags.
Description
Would like to add parameters for the rules so that we can add Bazel tags to the generated targets.
One of our use cases is selectively building / testing Bazel targets via selecting which tags to test.
For example, running the command:
bazel build --build_tag_filter=example_test //path/...
should justbuild the binaries with the
example_test
in its tags attribute.Describe the solution you'd like
Just integrate with the basic Bazel tagging system.
Describe alternatives you've considered
N / A - open to any / all ideas.
The text was updated successfully, but these errors were encountered: