commit | cc0c9ec0e071698198e646b86761451bc5c4a128 | [log] [tgz] |
---|---|---|
author | Roberto Carrillo <robertocn@chromium.org> | Tue Mar 22 19:14:02 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 22 19:14:02 2022 |
tree | a2a08fa3e59c041453cfc91ea232d62b28c8b0e3 | |
parent | 2a3f569fdfacccc4e9f6e4c86a4790e1554409fd [diff] |
[cv] [stale-tj] Check if all watching runs ended. This requires creating an interface satisfied by a new struct in the run package and including it in the Cancellator upon creation. R=yiwzhang Bug: 1301244 Change-Id: I42b2f796e122b59f76521bbfd920ad54b2bf7bfd Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3530841 Reviewed-by: Yiwei Zhang <yiwzhang@google.com> 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.