commit | 57969079d1b2ed5e0bd4d160da5ab73d833c2dc4 | [log] [tgz] |
---|---|---|
author | Yuanjun Huang <yuanjunh@google.com> | Thu Feb 24 03:37:04 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 24 03:37:04 2022 |
tree | d051090ccf8256bb8254688e02ae5c874911237b | |
parent | 43c8bb3a3b99f8c801e3e4050eb386c04f589a50 [diff] |
[buildbucket] Allow to update buildbucket.agent.output field Bug:1297809 Change-Id: Ic1b644a3a1a2534e8ed5a0e9b5998fbd8b60158c Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3475577 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Yuanjun Huang <yuanjunh@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.