commit | 044c392e5d10b823a7a549936022f38569b13146 | [log] [tgz] |
---|---|---|
author | Haiyang Pan <hypan@google.com> | Fri Jun 14 08:51:03 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 14 08:51:03 2024 |
tree | cc1a498b36def6b1e4fce3079dcd069576a96647 | |
parent | 45c7d0cf3e52f3a4e32eb6037c18ad7f1a4ba92c [diff] |
[swarming] Update device alias for Android Pixel Tablet "tangorpro" Bug: 345043297 Change-Id: Id19dc87043fc5db37424615c1c52aaf06fa0ee1c Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5618430 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by: Renuga Nanjappan <rnanjappan@chromium.org> Auto-Submit: Haiyang Pan <hypan@google.com>
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.