[build_init] Add some integration tests for checkout

These will only run in //infra/infra postsubmit.

Test: time go test -v -count=10 ./...
  <output truncated>

  real    0m33.940s
  user    0m9.376s
  sys     0m3.798s

Bug: IN-1102 #comment
Change-Id: I5d37d8125e86bdd8c27e0612af63e86fd504d616
1 file changed
tree: 1333db86b48d8ca55f008109b5f0e25195f50e44
  1. cmd/
  2. fxicfg/
  3. gotidy/
  4. retry/
  5. tools/
  6. .gitignore
  7. AUTHORS
  8. go.mod
  9. go.sum
  10. LICENSE
  11. MAINTAINERS
  12. manifest
  13. packages_to_publish.json
  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}