commit | 3176552177d539e4d3608f19cb9686eedc1d68a7 | [log] [tgz] |
---|---|---|
author | Andrii Shyshkalov <tandrii@google.com> | Tue Sep 28 18:13:49 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 28 18:13:49 2021 |
tree | 9bfe9575735a128e3346511417d2f646af563ba4 | |
parent | 68499f2f3a6b649b7dab2aea5df54fdbe3895602 [diff] |
[cv][acl] use acls.LoadRun instead of admin server in UI. Follow up CL will remove use admin server entirely. R=robertocn, yiwzhang Test: locally, while connecting to -dev cloud project Bug: 1250737 Change-Id: Iaeaf2f23c62dd3da775d229a0aa03b99aa0646e2 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3182964 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> 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.