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

Enable export of test results to BigQuery for all chromium.ci

R=bpastene,nodir,chanli

Bug: 1048825
Change-Id: I526b462e2896b5c9f855889de770b4e8933efc31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2158937
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: default avatarNodir Turakulov <nodir@chromium.org>
Reviewed-by: default avatarChan Li <chanli@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761180}
parent a3b92031
This diff is collapsed.
......@@ -357,6 +357,9 @@ def ci_builder(
# (e.g. bucket) occurs before we try to use it
ret = builders.builder(
name = name,
resultdb_bigquery_exports = [resultdb.export_test_results(
bq_table = 'luci-resultdb.chromium.ci_test_results',
)],
**kwargs
)
......@@ -509,9 +512,6 @@ def fyi_builder(
execution_timeout = execution_timeout,
goma_backend = goma_backend,
mastername = 'chromium.fyi',
resultdb_bigquery_exports = [resultdb.export_test_results(
bq_table = 'luci-resultdb.chromium.ci_test_results',
)],
**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