commit | 300813956f625056d2caa28498d0733fc8df168c | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Wed Mar 02 04:07:56 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 02 04:07:56 2022 |
tree | e427b0c1107a33f65c0ab00babe6d576e57a2d6b | |
parent | 2a5803e85b589540155f3ec781e3dce6ca7c53e5 [diff] |
cas: increase min free space of cache for downloaded files Bug: 1297621 Change-Id: Iad666dc65551ffa4d89dc389ced6368efa6b0978 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3499501 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Takuto Ikuta <tikuta@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.