[resultstore] Pass RPC credentials directly to Connect.

The current method of hard-coding default options to create
credentials was always hack for experimentation.

IN-597 #comment

Change-Id: I5914751d4404d05fa62d184d2ea4a86631f3f62d
1 file changed
tree: 79b1de2d3e3f6f64cd356bf0538cf20259fde17e
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. resultstore/
  8. retry/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. packages_to_publish.json
  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}