[lucicfg] Add support for buildbucket Executable.cmd.

This will let folks opt-in/opt-out of bbagent in their own project
configs.

R=vadimsh@chromium.org, yiwzhang@google.com

Bug: 1015181
Change-Id: Id8b279413ec0da464b9205d0f969f5e5ec3c0774
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2209188
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
9 files changed
tree: 915a574b9deb874dd7a9de2bc2079745851e1841
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. cmdrunner/
  7. common/
  8. config/
  9. cq/
  10. dm/
  11. examples/
  12. gce/
  13. grpc/
  14. hardcoded/
  15. led/
  16. logdog/
  17. luci_notify/
  18. lucicfg/
  19. lucictx/
  20. luciexe/
  21. machine-db/
  22. milo/
  23. mmutex/
  24. mp/
  25. resultdb/
  26. scheduler/
  27. server/
  28. starlark/
  29. swarming/
  30. tokenserver/
  31. tools/
  32. tumble/
  33. vpython/
  34. web/
  35. .gitallowed
  36. .gitattributes
  37. .gitignore
  38. AUTHORS
  39. codereview.settings
  40. CONTRIBUTING.md
  41. CONTRIBUTORS
  42. LICENSE
  43. OWNERS
  44. PRESUBMIT.py
  45. README.md
  46. WATCHLISTS
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.