Revert "[health_checker] Disable reboot logic"

This reverts commit b3f5b19520fa9012f4cea76ca5d67b81bc2aab6a.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> [health_checker] Disable reboot logic
> 
> Change-Id: I33dc81440627ea5ea8626ec4262d2f8c8ada5a23

TBR=nsylvain@google.com,nmulcahey@google.com,ihuh@google.com

Change-Id: Ia8180032f4f62007655d8177741b9dd94c1cede3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
1 file changed
tree: 3aa67501d0a701a119cc9d286e0c91060d3dddab
  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. runtests/
  24. secrets/
  25. serial/
  26. symbolize/
  27. tap/
  28. telnet/
  29. testrunner/
  30. testsharder/
  31. tftp/
  32. .gitignore
  33. go.mod
  34. go.sum
  35. LICENSE
  36. manifest
  37. PATENTS
  38. 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"