Commit ee7f8ee8 authored by Brian Sheedy's avatar Brian Sheedy Committed by Commit Bot

Switch away from GPU synthetic dimensions

Switches away from synthetic dimensions (e.g.
"intel-hd-630-win10-stable"), as they should be unnecessary with the
implementation of the OR operator for swarming dimensions.

Bug: 1057886
Change-Id: If7ee72caef8d1a6346f827c9cd2065f2c957cee7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138508
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757597}
parent 2464d661
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -326,16 +326,6 @@ ...@@ -326,16 +326,6 @@
} }
} }
}, },
'linux_intel_hd_630': {
'swarming': {
'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace
'gpu': 'intel-hd-630-ubuntu-stable',
'os': 'linux-intel-stable',
'pool': 'chromium.tests.gpu.template',
}
}
},
'linux_intel_hd_630_experimental': { 'linux_intel_hd_630_experimental': {
# Similar to stable, but with a newer Mesa version. # Similar to stable, but with a newer Mesa version.
'swarming': { 'swarming': {
...@@ -346,11 +336,19 @@ ...@@ -346,11 +336,19 @@
}, },
}, },
}, },
'linux_intel_uhd_630': { 'linux_intel_hd_630_stable': {
'swarming': {
'dimensions': {
'gpu': '8086:5912-19.0.2',
'os': 'Ubuntu-19.04',
'pool': 'chromium.tests.gpu.template',
}
}
},
'linux_intel_uhd_630_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace 'gpu': '8086:3e92-19.0.8',
'gpu': 'intel-uhd-630-ubuntu-stable',
'os': 'Ubuntu-19.04', 'os': 'Ubuntu-19.04',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
...@@ -360,24 +358,23 @@ ...@@ -360,24 +358,23 @@
'expiration': 14400, 'expiration': 14400,
} }
}, },
'linux_nvidia_quadro_p400': { 'linux_nvidia_quadro_p400_experimental': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace 'gpu': '10de:1cb3-418.56',
'gpu': 'nvidia-quadro-p400-ubuntu-stable', 'os': 'Ubuntu-19.04',
'os': 'linux-nvidia-stable',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
} },
} },
}, },
'linux_nvidia_quadro_p400_experimental': { 'linux_nvidia_quadro_p400_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '10de:1cb3-418.56', 'gpu': '10de:1cb3-418.56',
'os': 'Ubuntu-19.04', 'os': 'Ubuntu-19.04',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, }
}, }
}, },
'lollipop': { 'lollipop': {
'swarming': { 'swarming': {
...@@ -441,19 +438,19 @@ ...@@ -441,19 +438,19 @@
}, },
}, },
}, },
'mac_mini_intel_gpu': { 'mac_mini_intel_gpu_experimental': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'mac-intel-stable', 'os': 'Mac-10.13.6',
}, },
}, },
}, },
'mac_mini_intel_gpu_experimental': { 'mac_mini_intel_gpu_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.13.6', 'os': 'Mac-10.14.6',
}, },
}, },
}, },
...@@ -466,39 +463,39 @@ ...@@ -466,39 +463,39 @@
}, },
}, },
}, },
'mac_retina_amd_gpu': { 'mac_retina_amd_gpu_experimental': {
# Currently same configuration as stable version above.
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '1002:6821', 'gpu': '1002:6821',
'hidpi': '1', 'hidpi': '1',
'os': 'mac-amd-stable', 'os': 'Mac-10.13.6',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
}, },
}, },
'mac_retina_amd_gpu_experimental': { 'mac_retina_amd_gpu_stable': {
# Currently same configuration as stable version above.
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '1002:6821', 'gpu': '1002:6821',
'hidpi': '1', 'hidpi': '1',
'os': 'Mac-10.13.6', 'os': 'Mac-10.14.6',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
}, },
}, },
'mac_retina_nvidia_gpu': { 'mac_retina_nvidia_gpu_experimental': {
# Currently the same as the stable version.
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '10de:0fe9', 'gpu': '10de:0fe9',
'hidpi': '1', 'hidpi': '1',
'os': 'mac-nvidia-stable', 'os': 'Mac-10.14.6',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
}, },
}, },
'mac_retina_nvidia_gpu_experimental': { 'mac_retina_nvidia_gpu_stable': {
# Currently the same as the stable version.
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
'gpu': '10de:0fe9', 'gpu': '10de:0fe9',
...@@ -697,8 +694,7 @@ ...@@ -697,8 +694,7 @@
'win10_intel_hd_630_stable': { 'win10_intel_hd_630_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace 'gpu': '8086:5912-24.20.100.6286',
'gpu': 'intel-hd-630-win10-stable',
'os': 'Windows-10', 'os': 'Windows-10',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
...@@ -707,8 +703,7 @@ ...@@ -707,8 +703,7 @@
'win10_intel_uhd_630_stable': { 'win10_intel_uhd_630_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace 'gpu': '8086:3e92-24.20.100.6286',
'gpu': 'intel-uhd-630-win10-stable',
'os': 'Windows-10', 'os': 'Windows-10',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
...@@ -741,8 +736,7 @@ ...@@ -741,8 +736,7 @@
'win10_nvidia_quadro_p400_stable': { 'win10_nvidia_quadro_p400_stable': {
'swarming': { 'swarming': {
'dimensions': { 'dimensions': {
# Defined in bot_config.py in internal infradata/config workspace 'gpu': '10de:1cb3-26.21.14.3102',
'gpu': 'nvidia-quadro-p400-win10-stable',
'os': 'Windows-10', 'os': 'Windows-10',
'pool': 'chromium.tests.gpu.template', 'pool': 'chromium.tests.gpu.template',
}, },
......
This diff is collapsed.
This diff is collapsed.
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