commit | 0b28cf8fe2fff23bc2a4cee121a4024222bfa43f | [log] [tgz] |
---|---|---|
author | Haiyang Pan <hypan@google.com> | Wed Apr 24 17:17:58 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 17:17:58 2024 |
tree | 8691b2391dd82940a14128e15630f86e31c7f6cd | |
parent | f0dd752c0ac9b27df7ca89e195e076cd93a60626 [diff] |
[resultdb] Add schema for the new "extended_properties" to invocation As per go/resultdb-extended-invocation-properties. Though the "extended_properties" will be a map structure, it will be stored in a compressed, serialized column under "Invocations" in spanner Bug: 40948856 Change-Id: I375f17c32ef2c8304d1eaf24684f8191e136a96b Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/5454050 Reviewed-by: Patrick Meiring <meiring@google.com> Commit-Queue: Haiyang Pan <hypan@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
It is now possible to directly install tools with go install:
go install go.chromium.org/luci/auth/client/cmd/...@latest go install go.chromium.org/luci/buildbucket/cmd/...@latest go install go.chromium.org/luci/cipd/client/cmd/...@latest go install go.chromium.org/luci/client/cmd/...@latest go install go.chromium.org/luci/cv/cmd/...@latest go install go.chromium.org/luci/gce/cmd/...@latest go install go.chromium.org/luci/grpc/cmd/...@latest go install go.chromium.org/luci/logdog/client/cmd/...@latest go install go.chromium.org/luci/luci_notify/cmd/...@latest go install go.chromium.org/luci/lucicfg/cmd/...@latest go install go.chromium.org/luci/luciexe/legacy/cmd/...@latest go install go.chromium.org/luci/mailer/cmd/...@latest go install go.chromium.org/luci/mmutex/cmd/...@latest go install go.chromium.org/luci/resultdb/cmd/...@latest go install go.chromium.org/luci/server/cmd/...@latest go install go.chromium.org/luci/swarming/cmd/...@latest go install go.chromium.org/luci/tokenserver/cmd/...@latest go install go.chromium.org/luci/tools/cmd/...@latest
Contributing uses the same flow as Chromium contributions.