[botanist] Adding support for host-cmds

This enables ACTS tests to be run in swarming.

Bug: IN-775 #comment

Change-Id: I00bf0a3a28996a088cb7f07ab822ac770c80794f
3 files changed
tree: 990e77bc855f80c778167a436d60c207acb179ad
  1. bloaty/
  2. botanist/
  3. cache/
  4. cmd/
  5. color/
  6. digest/
  7. elflib/
  8. fastboot/
  9. gndoc/
  10. isatty/
  11. logger/
  12. netboot/
  13. ninjalog/
  14. pdu/
  15. qemu/
  16. retry/
  17. secrets/
  18. serial/
  19. symbolize/
  20. telnet/
  21. tftp/
  22. .gitignore
  23. go.mod
  24. go.sum
  25. LICENSE
  26. manifest
  27. PATENTS
  28. 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"