[pdu] Always attempt to reboot into recovery,

This changes the behavior of the PDU, we will now always attempt to SSH
into the device and perform a `dm reboot-recovery` in all instances, if
the PDU config also specifies an additional PDU type we will attempt to
reboot the device via that channel as well.

Bug: IN-571
Bug: IN-876
Bug: IN-975
Bug: IN-977

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