[health checker] Powercycle devices without serial

This skips trying to use SSH on devices without serial when force
rebooting. This avoid the issue where health checker cannot detect
bringup images, which don't have ssh enabled.

Change-Id: I63ae2955027d380818663fae21204a53302b9a70
1 file changed
tree: bd038838bb498bb2612c9c941533c89b8a4c21e7
  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}