From 87c998f191996b16eb291e9b94e7b31dff04ee90 Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Tue, 5 Oct 2021 00:02:41 +0200 Subject: [PATCH] [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 Reviewed-by: Mark Mentovai Commit-Queue: Joshua Peraza Commit-Queue: Andrii Shyshkalov Commit-Queue: Mark Mentovai --- infra/config/main.star | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/config/main.star b/infra/config/main.star index 632bcec7..4aaeb80a 100755 --- a/infra/config/main.star +++ b/infra/config/main.star @@ -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"