commit | a18414205938394d9e88653c03e028ab630c2621 | [log] [tgz] |
---|---|---|
author | smut <smut@google.com> | Wed Jan 26 06:05:45 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 26 06:05:45 2022 |
tree | 0759eba25a07950b9ac512314e5e4c93fae33f61 | |
parent | 291faafd3a4bf396c315bbfa4f92ecd8202f3f8a [diff] |
[quota] Remove required project argument This doesn't solve the intended problem intended to be solved by "project" argument, to isolate groups of policies that may be debited together for performance purposes. Bug: 1280055 Change-Id: Ia17c3344bdbb1d91d9ec4347e7dd8e9afcdeb988 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3414747 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: smut <smut@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.