[health checker][catalyst] Remove extra reboots.

This change does several things:
1) Remove reboots from catalyst, as health checker does this after
task anyway.
2) Have the "force-reboot" option in health checker attempt a soft
reboot so that proper health checks can skip to powercycling.
3) Have health checks skip soft reboots.

Bug:44269

Change-Id: I27cc8559516037eaa592de93a1c7c3773bc96c7a
2 files changed
tree: 9df309e76932be2724cde0b5d3a9e7ae39ae9226
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}