[tilo] Minor bugfixes

* Set ProjectID when creating the Invocation so RS can associate it with our project
* Use a dummary target name in the mock RPC to create a ConfiguredTarget in logger_test.go
  instead of an invocation name. Targets are the parents of ConfiguredTargets, not
  invocations
* Specify Invocation and Configuration name when converting to generated proto messages.
  Otherwise we can't update the entity in ResultStore.

IN-699#comment

Change-Id: I87525d1d5443e5b42abadb43a0135abe57449194
3 files changed
tree: 1747afa7abbb948bab6ba14287da7d264f0e084f
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. retry/
  8. tilo/
  9. tools/
  10. .gitignore
  11. AUTHORS
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. 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}