commit | b9627f7fa054022f42974a862b23f313293c0675 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Fri Dec 06 02:21:16 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 02:21:16 2024 |
tree | b16678e2711cda33df4f0472c9af0f7287490b79 | |
parent | abfc86d2df6cfed4898a4f196f436ae2fb8b28e6 [diff] |
[swarming] Stop populating bot_group_cfg_version on the server. Nothing is using it since these two CLs landed: https://chromium-review.googlesource.com/c/6068191 https://chromium-review.googlesource.com/c/6068190 R=chanli@chromium.org BUG=b/355013282 Change-Id: I6f88c297a5a36927138190358f6d9ce4fa7331b0 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/6068986 Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@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.