[testsharder] Greatly simplify test spec loading

As of https://fuchsia-review.googlesource.com/c/fuchsia/+/249798, all
test spec information may be found in a top-level tests.json; we no
longer need to walk the build directory, consulting packages.json and
host_tests.json.

Test: ran locally successfully

Change-Id: Ia8957557c1f7fb664ae38ee726628a11321aaa62
4 files changed
tree: 8ab436d87d9f6d4caa50b86bcf10d267498b6046
  1. bloaty/
  2. botanist/
  3. build/
  4. cache/
  5. cmd/
  6. color/
  7. digest/
  8. elflib/
  9. fastboot/
  10. gndoc/
  11. isatty/
  12. logger/
  13. mdns/
  14. netboot/
  15. ninjalog/
  16. pdu/
  17. qemu/
  18. resultstore/
  19. retry/
  20. runtests/
  21. secrets/
  22. serial/
  23. symbolize/
  24. tap/
  25. telnet/
  26. testrunner/
  27. testsharder/
  28. tftp/
  29. .gitignore
  30. go.mod
  31. go.sum
  32. LICENSE
  33. manifest
  34. PATENTS
  35. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"