commit | d77052afbdeaa0f7971d7e43320aea8d7dc81586 | [log] [tgz] |
---|---|---|
author | Andrii Shyshkalov <tandrii@google.com> | Thu Dec 30 17:04:37 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 30 17:04:37 2021 |
tree | 678b32861396091d6fcb9cc25d9c78f9a7782c7a | |
parent | b98ae52fff14ce029fb9b7b567706ce87e6af6c2 [diff] |
[cv][cl] copy & adjust code for creating TQ tasks to update CLs. I intentionally changed a bit the existing code being copied for ease of review. R=yiwzhang Reminder: the reason for the copy is that I don't want to affect production until this refactoring is over. Bug: 1281989 Change-Id: I35a3703e7f45bfccf0c36525c938329776881721 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3352332 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: 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.