Commit 279eab82 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Enable BigQuery exports for test results in chromium.fyi.

62 Builders will now have their test results exported to
luci-resultdb.chromium.ci_test_results

R=nodir,chanli,bpastene

Bug: 1048825
Change-Id: I98630e07043e76f65d929b8e73317858a0df8aa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157718Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarNodir Turakulov <nodir@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761095}
parent e819a8de
This diff is collapsed.
......@@ -509,6 +509,9 @@ 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