commit | ade80752620e82b12f43dff7a25de7abb8329ef7 | [log] [tgz] |
---|---|---|
author | Chan Li <chanli@google.com> | Fri Mar 21 22:58:24 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 21 22:58:24 2025 |
tree | c4ef4654d6d44b05ec11c62d3f3009990089a5ea | |
parent | 1eb47140690cf2bec3b7495c3880572783d5ef51 [diff] |
[Swarming] bot task update: add `canceled` to ACCEPTED_KEYS `canceled` is set at http://shortn/_jtJLDRSPbZ for tasks that are canceled at set up stage. The intention was to inform server to mark those tasks as "CANCELED" instead of "KILLED". But it was not added to ACCEPTED_KEYS causing the code path was never reached and a bunch of bot task update failures. Change-Id: I6aac091369aa4e7de3b07fa44241066761d2d692 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/6384636 Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Chan Li <chanli@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.