Commit 49a07dd7 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Enable Buildbucket:ResultDB integration in chromium.ci.

R=nodir,chanli,bpastene

Bug: 1027762
Change-Id: I50843a32bdedcd21c749531f5f9569365d34e11b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149290Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758996}
parent 59135b40
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -357,6 +357,9 @@ def ci_builder( ...@@ -357,6 +357,9 @@ def ci_builder(
# (e.g. bucket) occurs before we try to use it # (e.g. bucket) occurs before we try to use it
ret = builders.builder( ret = builders.builder(
name = name, name = name,
resultdb_settings = resultdb.settings(
enable = True,
),
**kwargs **kwargs
) )
...@@ -509,11 +512,6 @@ def fyi_builder( ...@@ -509,11 +512,6 @@ 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