Reland "[health checker] Space out serial"

This reverts commit 8683babf2579a85fd133f7e37c674e2eb213b2dd.

Reason for revert: Serial still doesn't work, and this may be a
good short term bandaid.

Original change's description:
> Revert "[health checker] Space out serial"
> 
> This reverts commit 3e10fdcc1c241c89bac0cd5e8d86d77354151e47.
> 
> Reason for revert: This is no longer necessary since zircon is
> helping us debug serial, and we appear to have a fix.
> 
> Original change's description:
> > [health checker] Space out serial
> > 
> > Put intervals between characters.
> > 
> > Change-Id: Ib435619fba5e918f19799d7a521bc9b866b17437
> 
> TBR=nmulcahey@google.com,rudymathu@google.com
> 
> Change-Id: Id338aea293fb0f8c0a8e282804266fcc9428bee0
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true

TBR=nmulcahey@google.com,rudymathu@google.com

Change-Id: Id58ba2e33bd91f8d3627d0f8ae86ef7b1a7b49f8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
1 file changed
tree: 23c1e43039091b0e4b72581ba7f77a63df356d8e
  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}