commit | 8a0364c0abfbd701b0578dee1e1f9a0184b7de5e | [log] [tgz] |
---|---|---|
author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Wed Mar 26 05:02:18 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 05:02:18 2025 |
tree | e2e7b71b719d6d1ccd4bfe113e2fa872e7ef16f7 | |
parent | 28e923c97e16b497a2be9bbe18b1bd35519700c4 [diff] |
Roll Swarming Client from c91b595e8d87 to fcd5330c3174 https://chromium.googlesource.com/infra/infra.git/+log/c91b595e8d87..fcd5330c3174 2025-03-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from aefb42650187 to a471c7ace58c (1 revision) 2025-03-26 dlf@google.com update windows perl 64 bit and remove 32 bit pkg 2025-03-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 351d601e7dc3 to aefb42650187 (1 revision) 2025-03-26 ukai@google.com siso: update version string to v1.1.23 2025-03-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 4959d2d7af0f to 351d601e7dc3 (1 revision) 2025-03-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 1726bee47538 to 4959d2d7af0f (1 revision) 2025-03-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 219c0b8be1e6 to 1726bee47538 (2 revisions) 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from d50793e27e7d to 219c0b8be1e6 (1 revision) 2025-03-25 juahurta@google.com packages: add tse team as owners to approve their own yamls 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll chromiumos/config from e15f36a8e96c to 3ddb38cd57e3 (1 revision) 2025-03-25 zhihuixie@google.com result_adapter: adjust the source of the eqc_hash tag 2025-03-25 mitchella@google.com Update pixman dependency 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 16558c00f056 to d50793e27e7d (1 revision) 2025-03-25 abergman@google.com cros-test: Integrate dynamic xTS suite downloader into AOSP TF runs. 2025-03-25 abergman@google.com TF CFT: Implement custom test type in Tradefed CFT driver. 2025-03-25 cdelagarza@google.com ctpv2-filters: port servertemplate from platform-dev 2025-03-25 anushruth@google.com [dumper] Add metrics to BQ tables uploader 2025-03-25 srinivashegde@google.com cros-test: Use copy/paste incase of device linker errors 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 4ab286300887 to 16558c00f056 (1 revision) 2025-03-25 josephsussman@google.com recovery: Wait for AMT to respond before transitioning the power state 2025-03-25 josephsussman@google.com recovery: Add an exec that waits until AMT responds to pings 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll chromiumos/config from ed8534022d19 to e15f36a8e96c (10 revisions) 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 01e9882a5bbb to 4ab286300887 (1 revision) 2025-03-25 srinivashegde@google.com ants-publish: Retry workunit insert calls 2025-03-25 rafalgawel@google.com satlab: fix link in the popup while enrolling DUT 2025-03-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 385d16be862c to 01e9882a5bbb (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 iannucci@google.com,peepsi-tod-team@google.com 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: iannucci@google.com Change-Id: I2c8bbad81e7d15308169fadfea0ccab18a59ba9a Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/6396336 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.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.