Commit 33bc47e0 authored by Chan Li's avatar Chan Li Committed by Commit Bot

Fully enable `chromium.resultdb.result_sink` experiment on chromium fyi builders

Bug: 1108016
Change-Id: I16519d67523fc0f2079d836c663b2604a188cc1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468936Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816767}
parent ee071eb7
This diff is collapsed.
...@@ -607,7 +607,7 @@ def fyi_builder( ...@@ -607,7 +607,7 @@ def fyi_builder(
# TODO(crbug.com/1108016): Move this kwarg to ci.builder(), after # TODO(crbug.com/1108016): Move this kwarg to ci.builder(), after
# ResultSink and result_adapter is confirmed to work. # ResultSink and result_adapter is confirmed to work.
experiments = { experiments = {
"chromium.resultdb.result_sink": 30, "chromium.resultdb.result_sink": 100,
}, },
**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