[catapult] Embed LUCI build log url in histogram sets.

This will make the log URL appear next to dashboard sample points
which will make it easier to recover Jiri snapshots and other
data about the build.

IN-277

Change-Id: I8b0f5430e61b2437dbac27e033da487ce8a6c1c8
2 files changed
tree: bc2bb5ac586799d1efe9809f5a627facacb59030
  1. catapult/
  2. cmd/
  3. gerrit-policy/
  4. netboot/
  5. ninjalog/
  6. pdu/
  7. perf/
  8. retry/
  9. telnet/
  10. tftp/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  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}