commit | 948b8613dd46974ba8597f5e980edca2e12506e5 | [log] [tgz] |
---|---|---|
author | Akash Mukherjee <akashmukherjee@google.com> | Thu Apr 21 18:45:27 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 21 18:45:27 2022 |
tree | c4e46751852dace2afa7c7676e4aed916380473d | |
parent | 2c6ec390695a77c730d6496f7ff70059c49e3d18 [diff] |
[snoopy] Added reporting pid for reporter. Task stage reports now requires tasks to include their pid when it first reports. This feature is now supported on this reporter implementation. This will be marked required when downstream users start using this new requirement. To reduce production outage currently it will only throw a warning message when not set. R=jclinton@chromium.org Bug:1269830 Change-Id: If7fd64e52f2defbe3620dd794ea909b5b23b3bbd Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3598023 Reviewed-by: Jason Clinton <jclinton@chromium.org> Commit-Queue: Akash Mukherjee <akashmukherjee@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.