Commit 803bd037 authored by Chan Li's avatar Chan Li Committed by Commit Bot

Enable `chromium.resultdb.result_sink` experiment on chromium fyi builders at 30%

Bug: 1108016
Change-Id: I1d394ec317ec1674905c1dfd92e83e5547d033fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441737Reviewed-by: default avatarRobbie Iannucci <iannucci@chromium.org>
Reviewed-by: default avatarNodir Turakulov <nodir@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812911}
parent 880c16e0
This diff is collapsed.
......@@ -682,6 +682,11 @@ def fyi_builder(
builder_group = "chromium.fyi",
execution_timeout = execution_timeout,
goma_backend = goma_backend,
# TODO(crbug.com/1108016): Move this kwarg to ci.builder(), after
# ResultSink and result_adapter is confirmed to work.
experiments = {
"chromium.resultdb.result_sink": 30,
},
**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