[lucicfg] noop change to kick LUCI config to ingest this revision.

R=jperaza@google.com

Change-Id: Iff5e56a47691b05480a25dc82169471e4d0e90bc
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3203810
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Andrii Shyshkalov 2021-10-05 00:02:41 +02:00 committed by Crashpad LUCI CQ
parent 1992b30317
commit 87c998f191

View File

@ -15,10 +15,9 @@
lucicfg.check_version("1.28.0", "Please update depot_tools")
# Enable LUCI Realms support.
# Enable LUCI Realms support and Launch 100% of Swarming tasks for builds in
# "realms-aware mode".
lucicfg.enable_experiment("crbug.com/1085650")
# Launch 100% of Swarming tasks for builds in "realms-aware mode".
luci.builder.defaults.experiments.set({"luci.use_realms": 100})
REPO_URL = "https://chromium.googlesource.com/crashpad/crashpad"