commit | fa5ee0138ed6fe5b33291dd2345a0f0198e0bc01 | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Wed Mar 26 19:07:32 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 19:07:32 2025 |
tree | f89e3d3954c438de44ae85e1a7bff750b2511450 | |
parent | 8a0364c0abfbd701b0578dee1e1f9a0184b7de5e [diff] |
[swarming] Update format of the generated effective RBE bot ID. See https://chromium-review.googlesource.com/c/6393921 for details. Also do not inherit the transaction when fetching BotInfo to get the effective bot ID. R=chanli@chromium.org BUG=b/355013224 Change-Id: I8ab758aa2c3324421b777b3c69a4fcd3add1c119 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/6393806 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.