Commit eb4c4bcb authored by Scott Lee's avatar Scott Lee Committed by Chromium LUCI CQ

[resultdb] enable ResultDB on FYI.LocalGTests at 30%

https://crrev.com/c/2570155 added the experiment flag for launching
local gtests with ResultDB.
This CL sets the flag to enable ResultDB on FYI at 30%.

Bug: 1084332
Change-Id: I530ce7f74599f2dce5b52ff381778a11d35da368
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582809
Commit-Queue: Scott Lee <ddoman@chromium.org>
Reviewed-by: default avatarChan Li <chanli@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841241}
parent d56b747e
This diff is collapsed.
...@@ -368,6 +368,9 @@ def fyi_builder( ...@@ -368,6 +368,9 @@ def fyi_builder(
builder_group = "chromium.fyi", builder_group = "chromium.fyi",
execution_timeout = execution_timeout, execution_timeout = execution_timeout,
goma_backend = goma_backend, goma_backend = goma_backend,
experiments = {
"chromium.resultdb.result_sink.gtests_local": 30,
},
**kwargs **kwargs
) )
......
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