[runner] Abstract out (Subprocess|SSH)Runner.

These are general utilities and need not be distributed over botanist and
testrunner.

Change-Id: I3cf31af12af22d4c54570234e19207a63cacff54
9 files changed
tree: 8d5cf022f0c1e7b72fc720f74a4672b73160153f
  1. artifacts/
  2. bloaty/
  3. botanist/
  4. build/
  5. buildbucket/
  6. cache/
  7. cmd/
  8. color/
  9. command/
  10. digest/
  11. elflib/
  12. fastboot/
  13. gcs/
  14. gndoc/
  15. isatty/
  16. logger/
  17. mdns/
  18. netboot/
  19. ninjalog/
  20. qemu/
  21. resultstore/
  22. retry/
  23. runner/
  24. runtests/
  25. secrets/
  26. serial/
  27. symbolize/
  28. tap/
  29. telnet/
  30. testrunner/
  31. testsharder/
  32. tftp/
  33. .gitignore
  34. go.mod
  35. go.sum
  36. LICENSE
  37. manifest
  38. PATENTS
  39. 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"