| commit | 3ff097747965caa91656316194c2ddf19621b0f9 | [log] [tgz] |
|---|---|---|
| author | chromium-autoroll <[email protected]> | Mon Dec 08 05:31:08 2025 |
| committer | LUCI CQ <[email protected]> | Mon Dec 08 05:31:08 2025 |
| tree | 21aef730497a06ce525a5a0174a2dd9d1697fe4e | |
| parent | 6aaf1053e9b2d5b9737278f3fc8a23f5d692949e [diff] |
Roll Swarming Client from 847ccd7601a2 to 60bf73403efd https://chromium.googlesource.com/infra/infra.git/+log/847ccd7601a2..60bf73403efd 2025-12-08 [email protected] Roll luci-go from 96abb44c5282 to 6c0c6d8c95b9 (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swarming-luci-py Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Swarming Client: https://bugs.chromium.org/p/chromium/issues/list?q=component%3AInfra%3EPlatform To file a bug in luci-py: https://bugs.chromium.org/p/chromium/issues/list?q=component%3AInfra%3EPlatform%3ESwarming To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: [email protected] Change-Id: Idb29b2016cb34430b6231a9ddecf5a513c86d9bc Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/7236517 Bot-Commit: chromium-autoroll <[email protected]> Commit-Queue: chromium-autoroll <[email protected]>
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\[email protected]" # 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.