Commit 11931d6d authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Temporarily disable test results export to GPU-specific bq tables

TBR=nodir,bsheedy,vadimsh,gbeaty

Bug: 1145735
Change-Id: Ia6793aa3c3198ab0b425ec9048c15490f353c32a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519879Reviewed-by: default avatarRoberto Carrillo <robertocn@chromium.org>
Reviewed-by: default avatarVadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824189}
parent 2c41a39d
This diff is collapsed.
......@@ -701,15 +701,6 @@ def fyi_windows_builder(
**kwargs
)
gpu_ci_resultdb_exports = [
resultdb.export_test_results(
bq_table = "luci-resultdb.chromium.gpu_ci_test_results",
predicate = resultdb.test_result_predicate(
test_id_regexp = "ninja://chrome/test:telemetry_gpu_integration_test/.+",
),
),
]
def gpu_fyi_builder(*, name, **kwargs):
return ci.builder(
name = name,
......@@ -719,7 +710,6 @@ def gpu_fyi_builder(*, name, **kwargs):
properties = {
"perf_dashboard_machine_group": "ChromiumGPUFYI",
},
resultdb_bigquery_exports = gpu_ci_resultdb_exports,
**kwargs
)
......@@ -784,7 +774,6 @@ def gpu_builder(*, name, tree_closing = True, notifies = None, **kwargs):
builder_group = "chromium.gpu",
tree_closing = tree_closing,
notifies = notifies,
resultdb_bigquery_exports = gpu_ci_resultdb_exports,
**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