Commit 5538b6a7 authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Set perf_dashboard_machine_group property on GPU.FYI builders

This is the proper configuration in order to upload data to perf
dashboard in LUCI world per bit.ly/perf-dashboard-machine-group

Bug: 1126174
Change-Id: I7dee106c574a94db027c6079012dedab944998f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399441
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805072}
parent edd9e836
This diff is collapsed.
......@@ -718,6 +718,9 @@ def gpu_fyi_builder(*, name, **kwargs):
builder_group = "chromium.gpu.fyi",
service_account =
"chromium-ci-gpu-builder@chops-service-accounts.iam.gserviceaccount.com",
properties = {
"perf_dashboard_machine_group": "ChromiumGPUFYI",
},
**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