[buildbucket] Add recipe info to build proto

Milo would like to provide a link to the recipe used for a build.
Record the recipe cipd package and recipe name, coming from cr-buildbucket.cfg
This info will end up in BQ available for analysis.

This does not provide the source code location (buildbucket doesn't have it
anyway), but we could attach source code info to the CIPD package instance.
Then Milo could load that.

Later we can also add requested/actual CIPD version.

R=iannucci@chromium.org, vadimsh@chromium.org

Bug: 909893
Change-Id: I56346cd6da15d9e5f16e1c1daa6f0f1a0eee28d9
Reviewed-on: https://chromium-review.googlesource.com/c/1354093
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Ryan Tseng <hinoka@chromium.org>
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
3 files changed
tree: 375a482825409500ada57bff8aecc8b1b99f05d4
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. common/
  7. config/
  8. dm/
  9. examples/
  10. gce/
  11. grpc/
  12. hardcoded/
  13. infra/
  14. logdog/
  15. luci_notify/
  16. lucicfg/
  17. lucictx/
  18. machine-db/
  19. milo/
  20. mmutex/
  21. mp/
  22. scheduler/
  23. scripts/
  24. server/
  25. starlark/
  26. tokenserver/
  27. tools/
  28. tumble/
  29. vpython/
  30. web/
  31. .travis.yml
  32. AUTHORS
  33. codereview.settings
  34. CONTRIBUTING.md
  35. CONTRIBUTORS
  36. LICENSE
  37. OWNERS
  38. pre-commit-go.yml
  39. PRESUBMIT.py
  40. README.md
README.md

luci-go: LUCI services and tools in Go

GoDoc

Installing

LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:

fetch infra
cd infra/go
eval `./env.py`
cd src/go.chromium.org/luci

Contributing

Contributing uses the same flow as Chromium contributions.