commit | 556d47c5f0f4909d716edb134bc14bc522977bff | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <yiwzhang@google.com> | Tue Dec 21 00:05:15 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 21 00:05:15 2021 |
tree | 1b2bd27877b1e5d73d0c8f479133f7469aca22a1 | |
parent | c24c8420feea390eb44289b2740ddd33395e7271 [diff] |
cv: add boilerplate to handle tryjobs_updated event Changed api signature from singular to batch because I think at some point we may need a batch api (we already experienced this for CLUpdatedEvent -> CLsUpdatedEvent). Therefore, why not start with batch to avoid migration in the future. R=robertocn Bug: 1227363 Change-Id: Iebae4def3f05d88d271bd265813231f99af6192d Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3350762 Auto-Submit: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: Roberto Carrillo <robertocn@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
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.