[fx*] Delete code for tilo and resulstore

- fxtesting and fxtime
These were packages for testing in Tilo, and we no longer
need them now that Tilo is in the backlog.

- resultstore
Has been moved to tools

Change-Id: I14e5529ea569f70fe4b3bcc98b8b46e2efa5a5fa
14 files changed
tree: 7fa2989459a7e781b55347761cca507b3a8ba5c8
  1. cmd/
  2. gerrit-policy/
  3. retry/
  4. tools/
  5. .gitignore
  6. AUTHORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. MAINTAINERS
  11. manifest
  12. packages_to_publish.json
  13. PATENTS
  14. 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}