commit | 498e8742dc61fc8c4733ce17e8e427b0df86f4d7 | [log] [tgz] |
---|---|---|
author | Scott Lee <ddoman@chromium.org> | Fri Dec 03 20:44:59 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 03 20:44:59 2021 |
tree | e855b912d45e8f088e43e33ef437ae1f26a3340a | |
parent | 3d7ec96bbe4dd71a71d85ba6d3a26bbf3d7525b9 [diff] |
[buildbucket] report build count metrics Before this CL is rolled out, PyBB needs to be updated to stop reporting global metrics. Change-Id: Iea643ebfc2ce4f8cf70e2f311cc1b99bc4c5c9e8 Bug: 1249664 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3307576 Reviewed-by: smut <smut@google.com> Commit-Queue: Scott Lee <ddoman@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.