commit | 3a980edccdbc1f25e383660f6bb622b7bb0c48b6 | [log] [tgz] |
---|---|---|
author | Roberto Carrillo-Navarrete <robertocn@chromium.org> | Wed Jun 29 01:00:56 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 29 01:00:56 2022 |
tree | a27fa0562c4543c88276d044f49e3acc0e8fb50c | |
parent | 4254f2d844c2e4260da764c3bbc35ec06aff4f06 [diff] |
cv: change return type of trigger.Find() With this change, trigger.Find's signature becomes a slice of Triggers instead of a single Trigger. This CL does not change anything else. R=yiwzhang Bug: 1242951 Change-Id: I4443acf4faf4cdc2acd751abbb18254968f6278f Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3671955 Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@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.