Commit 03a9bf1e by Andrii Shyshkalov Committed by Commit Bot

[infra] use realms on 5% of Angle builds.

All swarming tasks triggered from realm-enabled build will be realm-enabled, too. This CL is safe to revert in case of problems. The problems, if any, should not affect CQ badly due to retries, but on CI they'd probably manifest as purple builds that won't be retried without human involvement or new Git commit. Change-Id: I106a587749103bde8d77a1c61438ad0fcb54a7b3 Bug: chromium:1204972 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2867083 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 32ed5069
...@@ -21,6 +21,13 @@ lucicfg.enable_experiment("crbug.com/1085650") ...@@ -21,6 +21,13 @@ lucicfg.enable_experiment("crbug.com/1085650")
# 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": 0}) # luci.builder.defaults.experiments.set({"luci.use_realms": 0})
# Enable LUCI Realms support.
lucicfg.enable_experiment("crbug.com/1085650")
# Launch 5% of Swarming tasks for builds in "realms-aware mode"
# TODO(https://crbug.com/1204972): ramp up to 100%.
luci.builder.defaults.experiments.set({"luci.use_realms": 5})
luci.project( luci.project(
name = "angle", name = "angle",
buildbucket = "cr-buildbucket.appspot.com", buildbucket = "cr-buildbucket.appspot.com",
......
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