Commit 3c775217 authored by Chan Li's avatar Chan Li Committed by Commit Bot

Disable `chromium.resultdb.result_sink` experiment on all chromium fyi builders

Bug: 1108016
Change-Id: I8988641e2db1cadd3c35898a504c804d4dc4cf5a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453372Reviewed-by: default avatarNodir Turakulov <nodir@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Chan Li <chanli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814541}
parent 9fce777c
This diff is collapsed.
...@@ -695,7 +695,7 @@ def fyi_builder( ...@@ -695,7 +695,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": 0,
}, },
**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