commit | 88d0174714c6d3a566f84f1502dea8cd4f277bd9 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <yiwzhang@google.com> | Thu Jul 14 19:02:38 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 14 19:02:38 2022 |
tree | d598b1f158f2ef2cad56498bb7df1446f15b06fa | |
parent | 4967344599723961b2d8ce166817e027bb294ea7 [diff] |
cv: rename triggeredBy in Tryjob to launchedBy LUCI CV already has a concept called triggered_by [1]. To disambiguate, I rename the triggeredBy property in Tryjob to launchedBy. The terminology I'm using is a Run will trigger a Tryjob, tryjob executor will decide whether to reuse an existing Tryjob or launch a new Tryjob. [1]: https://source.chromium.org/chromium/infra/infra/+/main:go/src/go.chromium.org/luci/cv/api/config/v2/config.proto;l=495;drc=9b7759ccc31c79487201c4ac471af58aa48e48ae R=robertocn Bug: 1312255 Change-Id: I51f15a74dc63dd106ebdf3527da27e38d442038b Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3763704 Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: 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.