commit | 7c10a653bd61883c70e4653c5e0f4a75ead2b667 | [log] [tgz] |
---|---|---|
author | Scott Lee <ddoman@chromium.org> | Tue Sep 29 05:02:59 2020 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 29 05:02:59 2020 |
tree | a43bc5a4694a5915aace0125815f5f4f947ca405 | |
parent | b7eb45627c32161cd91b765982a1cdc7a6d414d9 [diff] |
[resultdb] add -tag It adds a given tag to all the tests reported. R=chanli@chromium.org,nodir@chromium.org Bug: 1099573 Change-Id: I021925709d296010031a744012c7961982623e92 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2435049 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Chan Li <chanli@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.