commit | 46095c8ff56c15b81ae196812510855d6511c465 | [log] [tgz] |
---|---|---|
author | Scott Lee <ddoman@chromium.org> | Thu Oct 21 17:40:58 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 21 17:40:58 2021 |
tree | 5c7ccdad74a31de3a2de11acb92eccf13fcdbddc | |
parent | d1d9df260a23e54e5ae887f3b147a0a8ca9c8d55 [diff] |
[cv] add hostname in PubSubRun message It can be used to distinguish messages between cv hosts, when an application receives messages from multiple cv hosts, such as staging and prod. Bug: 1226144 Change-Id: I216669ed680d875855a2628c610a5a7b0edbb66c Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3235713 Reviewed-by: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@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.