Commit b0b505b7 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Remove redundant Quadro P400 and R7 240 bots.

The slaves will be reclaimed in a follow-on CL.

BUG=786737
TBR=jmadill@chromium.org
NOTRY=true

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I006c57e228f02854c848c570cdffc8c09782b0f9
Reviewed-on: https://chromium-review.googlesource.com/781206
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518414}
parent 16cc7156
...@@ -287,18 +287,6 @@ FYI_WATERFALL = { ...@@ -287,18 +287,6 @@ FYI_WATERFALL = {
'swarming': True, 'swarming': True,
'os_type': 'win', 'os_type': 'win',
}, },
'Win7 Release (NVIDIA Quadro P400)': {
'swarming_dimensions': [
{
'gpu': WIN_NVIDIA_QUADRO_P400_STABLE_DRIVER,
'os': 'Windows-2008ServerR2-SP1',
'pool': 'Chrome-GPU',
},
],
'build_config': 'Release',
'swarming': True,
'os_type': 'win',
},
'Win7 dEQP Release (NVIDIA)': { 'Win7 dEQP Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -414,19 +402,6 @@ FYI_WATERFALL = { ...@@ -414,19 +402,6 @@ FYI_WATERFALL = {
'swarming': False, 'swarming': False,
'os_type': 'win', 'os_type': 'win',
}, },
'Win7 Release (AMD R7 240)': {
'swarming_dimensions': [
{
'gpu': '1002:6613',
'os': 'Windows-2008ServerR2-SP1',
},
],
'build_config': 'Release',
# This bot is a one-off and doesn't have similar slaves in the
# swarming pool.
'swarming': False,
'os_type': 'win',
},
'Win7 x64 Release (NVIDIA)': { 'Win7 x64 Release (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
...@@ -661,18 +636,6 @@ FYI_WATERFALL = { ...@@ -661,18 +636,6 @@ FYI_WATERFALL = {
'swarming': True, 'swarming': True,
'os_type': 'linux', 'os_type': 'linux',
}, },
'Linux Release (NVIDIA Quadro P400)': {
'swarming_dimensions': [
{
'gpu': LINUX_QUADRO_P400_STABLE_DRIVER,
'os': 'Ubuntu',
'pool': 'Chrome-GPU',
},
],
'build_config': 'Release',
'swarming': True,
'os_type': 'linux',
},
'Linux Debug (NVIDIA)': { 'Linux Debug (NVIDIA)': {
'swarming_dimensions': [ 'swarming_dimensions': [
{ {
......
This diff is collapsed.
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
"--passthrough", "--passthrough",
"-v", "-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--os-type", "--os-type",
"android", "android",
"--build-revision", "--build-revision",
...@@ -266,6 +267,7 @@ ...@@ -266,6 +267,7 @@
"--passthrough", "--passthrough",
"-v", "-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc", "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test",
"--refimg-cloud-storage-bucket", "--refimg-cloud-storage-bucket",
"chromium-gpu-archive/reference-images", "chromium-gpu-archive/reference-images",
"--os-type", "--os-type",
...@@ -304,7 +306,8 @@ ...@@ -304,7 +306,8 @@
"--browser=android-chromium", "--browser=android-chromium",
"--passthrough", "--passthrough",
"-v", "-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
"--dont-restore-color-profile-after-test"
], ],
"isolate_name": "telemetry_gpu_integration_test", "isolate_name": "telemetry_gpu_integration_test",
"name": "screenshot_sync_tests", "name": "screenshot_sync_tests",
......
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