Commit dd4564ca by Andrii Shyshkalov Committed by Commit Bot

[infra][realms] bump usage to 25% of all builds.

Change-Id: I106add7749103bde8d77a1c61438ad0fcb54a7b3 Bug: chromium:1204972 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2867633Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
parent 57202fb0
...@@ -24,9 +24,9 @@ lucicfg.enable_experiment("crbug.com/1085650") ...@@ -24,9 +24,9 @@ lucicfg.enable_experiment("crbug.com/1085650")
# Enable LUCI Realms support. # Enable LUCI Realms support.
lucicfg.enable_experiment("crbug.com/1085650") lucicfg.enable_experiment("crbug.com/1085650")
# Launch 5% of Swarming tasks for builds in "realms-aware mode" # Launch 25% of Swarming tasks for builds in "realms-aware mode"
# TODO(https://crbug.com/1204972): ramp up to 100%. # TODO(https://crbug.com/1204972): ramp up to 100%.
luci.builder.defaults.experiments.set({"luci.use_realms": 5}) luci.builder.defaults.experiments.set({"luci.use_realms": 25})
luci.project( luci.project(
name = "angle", name = "angle",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment