atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Simplify bazel tags #376

Closed ash2k closed 5 years ago

ash2k commented 5 years ago

"manual" has the effect we want. See https://docs.bazel.build/versions/master/be/common-definitions.html#common-attributes

manual keyword will force the test target to not be included in target pattern wildcards (..., :*, :all, etc); the test target will be neither built nor run. It will also be ignored by the test_suite rules that do not mention this test explicitly. The only way to build or run such a test is to specify it via an explicit target pattern on the command line.