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

[Benchmarking] Updated the dimension to ensure homogeneous fleets: Linux

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 linux-perf:
 - Added synthetic product name 'PowerEdge R230 (Dell Inc.)';
 - Updated GPU from '10de:1cb3' to '10de:1cb3-384.90';
 - Updated OS from 'Ubuntu' to 'Ubuntu-14.04'

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=status&c=synthetic_product_name&d=asc&f=gpu%3A10de%3A1cb3&f=os%3AUbuntu&f=cpu%3Ax86-64&f=pool%3Achrome.tests.perf&s=id

Bug: chromium:996830
Change-Id: I0eaaea53448d3044b6f10f9020c8f4c1a27318eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888193Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Wenbin Zhang <wenbinzhang@google.com>
Cr-Commit-Position: refs/heads/master@{#710569}
parent b8c0b1cc
...@@ -1526,9 +1526,10 @@ ...@@ -1526,9 +1526,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1563,9 +1564,10 @@ ...@@ -1563,9 +1564,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1600,9 +1602,10 @@ ...@@ -1600,9 +1602,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1637,9 +1640,10 @@ ...@@ -1637,9 +1640,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1674,9 +1678,10 @@ ...@@ -1674,9 +1678,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1711,9 +1716,10 @@ ...@@ -1711,9 +1716,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
...@@ -1752,9 +1758,10 @@ ...@@ -1752,9 +1758,10 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"gpu": "10de:1cb3", "gpu": "10de:1cb3-384.90",
"os": "Ubuntu", "os": "Ubuntu-14.04",
"pool": "chrome.tests.perf" "pool": "chrome.tests.perf",
"synthetic_product_name": "PowerEdge R230 (Dell Inc.)"
} }
], ],
"expiration": 7200, "expiration": 7200,
......
...@@ -768,9 +768,10 @@ BUILDERS = { ...@@ -768,9 +768,10 @@ BUILDERS = {
], ],
'platform': 'linux', 'platform': 'linux',
'dimension': { 'dimension': {
'gpu': '10de:1cb3', 'gpu': '10de:1cb3-384.90',
'os': 'Ubuntu', 'os': 'Ubuntu-14.04',
'pool': 'chrome.tests.perf', 'pool': 'chrome.tests.perf',
'synthetic_product_name': 'PowerEdge R230 (Dell Inc.)'
}, },
}, },
'mac-10_13_laptop_high_end-perf': { 'mac-10_13_laptop_high_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