[test_group] Don't automatically mark manual.

Don't automatically tag fuchsia_test_groups as manual.

This is because we need `bazel test //...` to capture this target in
pigweed.git, since in that repository the fuchsia_test_packages should
be marked manual (pigweed's CQ needs the test group to provision an
emulator).

Since a repository will typically have relatively few top level test
groups it shouldn't be too cumbersome to manually tag these targets as
manual.

Bug: 321267689
Change-Id: I9e9b509bffcb09abd05a32b4c855b02be791a770
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-infra-bazel-rules/+/1016792
Reviewed-by: Jerry Belton <jcecil@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
1 file changed
tree: 07f2f2b1f0e79b63b6eecc9b8747a50a414f30ec
  1. cipd/
  2. config/
  3. infra/
  4. manifests/
  5. scripts/
  6. shac/
  7. tests/
  8. third_party/
  9. .bazelrc
  10. .gitignore
  11. .gitmodules
  12. AUTHORS
  13. BUILD.bazel
  14. CONTRIBUTING.md
  15. LICENSE
  16. OWNERS
  17. PATENTS
  18. README.md
  19. WORKSPACE.bazel
  20. workspace.bzl
README.md

Fuchsia Infra Bazel Rules

This repository provides tools and Bazel rules for helping projects integrate with Fuchsia's CI infrastructure.