Commit cf4a16f0 authored by Wenbin Zhang's avatar Wenbin Zhang Committed by Commit Bot

[Benchmarking] Updated the dimension to ensure homogeneous fleets: Windows 7 Nvidia GPU Perf

In order to ensure homogeneous fleets, we need to have more specific
dimension values when looking for bots. This set of CLs updated some
existing dimensions, and added the synthetic_product_name values for
dimensions if appropriate.

This CL updated the dimensions for Win 7 Nvidia GPU Perf:
 - Added synthetic product name 'PowerEdge R220 [01] (Dell Inc.)';
 - Updated GPU from '10de:1cb3' to '10de:1cb3-23.21.13.8792'

Please check the link below for the available bots based on the
old/new dimensions:
https://chrome-swarming.appspot.com/botlist?c=id&c=task&c=gpu&c=os&c=pool&c=status&c=synthetic_product_name&d=desc&f=gpu%3A10de%3A1cb3&f=os%3AWindows-2008ServerR2-SP1&f=cpu%3Ax86-64&f=pool%3Achrome.tests.perf&s=synthetic_product_name

Bug: chromium:996830
Change-Id: Ida39ce6e53509fc18540ef9eefd77ce15e7e0210
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866560Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Cr-Commit-Position: refs/heads/master@{#707468}
parent c6abb98c
...@@ -278,9 +278,10 @@ ...@@ -278,9 +278,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -315,9 +316,10 @@ ...@@ -315,9 +316,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -352,9 +354,10 @@ ...@@ -352,9 +354,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -391,9 +394,10 @@ ...@@ -391,9 +394,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -430,9 +434,10 @@ ...@@ -430,9 +434,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -471,9 +476,10 @@ ...@@ -471,9 +476,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1", "os": "Windows-2008ServerR2-SP1",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R220 [01] (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
......
...@@ -687,9 +687,10 @@ BUILDERS = { ...@@ -687,9 +687,10 @@ BUILDERS = {
'platform': 'win', 'platform': 'win',
'target_bits': 64, 'target_bits': 64,
'dimension': { 'dimension': {
'pool': 'chrome.tests.perf', 'gpu': '10de:1cb3-23.21.13.8792',
'os': 'Windows-2008ServerR2-SP1', 'os': 'Windows-2008ServerR2-SP1',
'gpu': '10de:1cb3' 'pool': 'chrome.tests.perf',
'synthetic_product_name': 'PowerEdge R220 [01] (Dell Inc.)'
}, },
}, },
'mac-10_12_laptop_low_end-perf': { 'mac-10_12_laptop_low_end-perf': {
......
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