commit | ddcf37b9df6f8360e52cf444c4f2893c71cf81e8 | [log] [tgz] |
---|---|---|
author | smut <smut@google.com> | Fri Jul 30 22:20:56 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 30 22:20:56 2021 |
tree | f8a542faa432bb1facb0c5a8958837103593faf6 | |
parent | 48f17f5eff03dc45f82a4b4bf58279446355c5a9 [diff] |
[buildbucket] Serve 25% of batched/unbatched prod ScheduleBuild requests Bug: 1042991 Change-Id: I789dc78efd1dd3e97fe7c7b3a675aa7a5ee025e6 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3061903 Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: smut <smut@google.com>
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 uses the same flow as Chromium contributions.