commit | cae12585288c8ea96c84221fca43c13299e7e162 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <yiwzhang@google.com> | Wed May 18 22:18:41 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 18 22:18:41 2022 |
tree | 04d3b5687fc7ea6b4e42b5378cfc7af540827f00 | |
parent | 9cb2baecba2048d4c66fd70b3b6817499e5e4731 [diff] |
cv: refactor build output parsing Specifically, returns non-nil output only when any keys that LUCI CV is interested in exists in the build output properties. R=robertocn Bug: 1312255 Change-Id: Ibcc3d0e9bf91be44b463f4cb9374496bd31d1618 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3654454 Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: Quinten Yearsley <qyearsley@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.