[testsharder] Load test specs for host tests as well.

Load test specs from the host test manifest, host_tests.json.

Note: the absence of a host test manifest does not raise an error.
Bug: IN-832
Test: Ran locally with https://fuchsia-review.googlesource.com/c/build/+/232573
Change-Id: I93e7c69ebc8299d7f047ac5f68fe202d96e7377e
7 files changed
tree: 3bc78fb697a9efbd48f5b5ca8d1126b84eabd1ff
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. qemu/
  8. retry/
  9. tilo/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. PATENTS
  19. 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}