commit | 7bb091b272637ee1d93dcdd33b3d49e281761955 | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Tue May 24 02:59:01 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 24 02:59:01 2022 |
tree | 069d6e9c37414f2f3b6cd5aaa6dd6c89e7ad67db | |
parent | 452e45dfa45c4309cd220ed723c65732d286acba [diff] |
[milo] reduce configs.js cache duration R=mdraz@google.com, nqmtuan@google.com Change-Id: Ic69e923a6a56323704ac6f7d10af71a9f9f56140 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3660786 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Patrick Meiring <meiring@google.com> Commit-Queue: Patrick Meiring <meiring@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.