[buildbucket] Add ScheduleBuild RPC

Define ScheduleBuild RPC with its request message.

This API supersedes current
https://apis-explorer.appspot.com/apis-explorer/?base=https://cr-buildbucket-dev.appspot.com/_ah/api#p/buildbucket/v1/buildbucket.put

This CL does not yet add "dynamic builders" support.

Bug: 875056
Change-Id: Id6f995e9b1cc238780c58931e578d0778650912b
Reviewed-on: https://chromium-review.googlesource.com/1178923
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
Reviewed-by: Shuotao Gao <stgao@chromium.org>
Reviewed-by: Roberto Carrillo <robertocn@chromium.org>
13 files changed
tree: a80683d71d22110f95bc2f02b2f594ed814082e5
  1. appengine/
  2. auth/
  3. buildbucket/
  4. cipd/
  5. client/
  6. common/
  7. config/
  8. dm/
  9. examples/
  10. grpc/
  11. hardcoded/
  12. infra/
  13. logdog/
  14. luci_notify/
  15. lucictx/
  16. machine-db/
  17. milo/
  18. mmutex/
  19. mp/
  20. scheduler/
  21. scripts/
  22. server/
  23. skylark/
  24. tokenserver/
  25. tools/
  26. tumble/
  27. vpython/
  28. web/
  29. .travis.yml
  30. AUTHORS
  31. codereview.settings
  32. CONTRIBUTING.md
  33. CONTRIBUTORS
  34. LICENSE
  35. OWNERS
  36. pre-commit-go.yml
  37. PRESUBMIT.py
  38. 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.