commit | 1d9dea8d9a2902f450d10c709469f25952b0681b | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Wed Jan 20 06:55:16 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 20 06:55:16 2021 |
tree | 455d4b37d97f4e102f89a34c4ca22e710a318f47 | |
parent | ce4e53ef0e1557b2ab2a2361855f5b493ff6fb1b [diff] |
client: add more buffer for kvs cache file when trimming caches. Bug: 1168302 Change-Id: Ie055e62680cb8d0e79b99eef31770bf7ec53a4ee Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2639119 Commit-Queue: Junji Watanabe <jwata@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
LUCI is an ensemble of services that work together to run large scale CI (continuous integration) infrastructure to get results in O(1). It is used by the Chromium project.
See appengine/ for the services provided.
A complete CI toolkit:
master
constains the latest code.stable
contains the stable code.user.email
and user.name
are configured in git config
.Run the following to setup the code review tool and create your first review:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $HOME/src/depot_tools export PATH="$PATH:$HOME/src/depot_tools" cd luci-py git checkout -b work origin/master # hack hack git commit -a -m "This is awesome\nR=joe@example.com" # This will ask for your Google Account credentials. git cl upload -s # Wait for LGTM over email. # Check the commit queue box in codereview website. # Wait for the change to be tested and landed automatically.
Use git cl help
and git cl help <cmd>
for more details.
The preferred style is PEP8 with two-space indent; that is, the Chromium Python style, except functions use lowercase_with_underscores
. Use yapf (git cl format
) to autoformat new code.
This project is licensed under Apache v2.0 license. See LICENSE for details.