[testsharder] Introduce top-level Dimensions

Have an Environment only specify Swarming dimensions in a single
Dimensions struct.

Bug: IN-497
Change-Id: I8a6c91a1d457d7c676e3c46c65026b9ae4ea5d8e
5 files changed
tree: 7ef68ada09b89245412edfd202e3461984d629de
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. gerrit-policy/
  7. netboot/
  8. pdu/
  9. qemu/
  10. retry/
  11. secrets/
  12. serial/
  13. telnet/
  14. tftp/
  15. tilo/
  16. tools/
  17. .gitignore
  18. AUTHORS
  19. Gopkg.lock
  20. Gopkg.toml
  21. LICENSE
  22. MAINTAINERS
  23. manifest
  24. PATENTS
  25. README.md
  26. testsharder
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}