Commit cd04dd0c authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Enable buildbucket integration for chromium.fyi builders.

R=chanli,nodir,bpastene

Bug: 1027762
Change-Id: I39a7ed5a098566e28bd4c13345c1e5a2495ad15b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144462Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758300}
parent e4e41594
This diff is collapsed.
...@@ -509,6 +509,11 @@ def fyi_builder( ...@@ -509,6 +509,11 @@ def fyi_builder(
execution_timeout = execution_timeout, execution_timeout = execution_timeout,
goma_backend = goma_backend, goma_backend = goma_backend,
mastername = 'chromium.fyi', mastername = 'chromium.fyi',
# TODO(crbug.com/1027762): Move this kwarg to ci.builder(), after this is
# shown to work as expected for fyi builders.
resultdb_settings = resultdb.settings(
enable = True,
),
**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