[catalyst] Move AMT short circuit to always run.

NUCs without serial will get stuck in bad states when the following
happens:
1) Bringup, ZBI, perf, or any non-paving test runs
2) A NUC shard is scheduled
When we get to step 2, SSH is not available to reboot, and health
checker did not reboot, so the NUC will be in the netbooted image.

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