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

Remove audio_unittests from GPU bots.

Unfortunately, the project to run these on physical hardware on
Swarming didn't make it over the finish line. After offline discussion
with the media team, the GPU FYI waterfall will no longer run these
tests, though we could reconsider doing so in the future.

Note that this CL also removes audio_unittests' isolate from
gn_isolate_map.pyl, since the GPU bots were the only bots running
these tests on any of Chromium's waterfalls.

BUG=416594, 574942
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: I49a22a84cface1e1a1b5990dd9c3ef403d09a39f
Reviewed-on: https://chromium-review.googlesource.com/808091
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521756}
parent 2e9b6797
...@@ -1423,38 +1423,6 @@ COMMON_GTESTS = { ...@@ -1423,38 +1423,6 @@ COMMON_GTESTS = {
], ],
'linux_args': [ '--no-xvfb' ] 'linux_args': [ '--no-xvfb' ]
}, },
# Until the media-only tests are extracted from content_unittests,
# and audio_unittests and content_unittests can be run on the commit
# queue with --require-audio-hardware-for-testing, run them only on
# the FYI waterfall.
#
# Note that the transition to the Chromium recipe has forced the
# removal of the --require-audio-hardware-for-testing flag for the
# time being. See crbug.com/574942.
'audio_unittests': {
'tester_configs': [
{
'predicate': Predicates.FYI_AND_OPTIONAL,
}
],
# Don't run these tests on Android.
'disabled_tester_configs': [
{
'names': [
'Linux Ozone (Intel)',
],
},
{
'os_types': ['android'],
},
],
'args': ['--use-gpu-in-tests']
},
# TODO(kbr): content_unittests is killing the Linux GPU swarming
# bots. crbug.com/582094 . It's not useful now anyway until audio
# hardware is deployed on the swarming bots, so stop running it
# everywhere.
# 'content_unittests': {},
'gl_tests': { 'gl_tests': {
'disabled_tester_configs': [ 'disabled_tester_configs': [
{ {
......
...@@ -2674,23 +2674,6 @@ ...@@ -2674,23 +2674,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-384.90",
"os": "Ubuntu",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -3105,23 +3088,6 @@ ...@@ -3105,23 +3088,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-384.90",
"os": "Ubuntu",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -3288,22 +3254,6 @@ ...@@ -3288,22 +3254,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "1002:6613",
"os": "Ubuntu"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -3742,22 +3692,6 @@ ...@@ -3742,22 +3692,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "8086:5912",
"os": "Ubuntu"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -4198,23 +4132,6 @@ ...@@ -4198,23 +4132,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-384.90",
"os": "Ubuntu",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -4787,22 +4704,6 @@ ...@@ -4787,22 +4704,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -5205,23 +5106,6 @@ ...@@ -5205,23 +5106,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.13.2",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -5677,24 +5561,6 @@ ...@@ -5677,24 +5561,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6821",
"hidpi": "1",
"os": "Mac-10.13.2",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -6167,24 +6033,6 @@ ...@@ -6167,24 +6033,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "10de:0fe9",
"hidpi": "1",
"os": "Mac-10.13.2",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -6657,28 +6505,6 @@ ...@@ -6657,28 +6505,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
},
{
"gpu": "1002:6821",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -7202,22 +7028,6 @@ ...@@ -7202,22 +7028,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "1002:679e",
"os": "Mac-10.10"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -7601,22 +7411,6 @@ ...@@ -7601,22 +7411,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "1002:679e",
"os": "Mac-10.10"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -8028,22 +7822,6 @@ ...@@ -8028,22 +7822,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -8495,24 +8273,6 @@ ...@@ -8495,24 +8273,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6821",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -8949,24 +8709,6 @@ ...@@ -8949,24 +8709,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:0fe9",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -9403,24 +9145,6 @@ ...@@ -9403,24 +9145,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6821",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -9908,24 +9632,6 @@ ...@@ -9908,24 +9632,6 @@
"test": "angle_unittests", "test": "angle_unittests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:0fe9",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -10483,23 +10189,6 @@ ...@@ -10483,23 +10189,6 @@
"test": "angle_end2end_tests", "test": "angle_end2end_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-384.90",
"os": "Ubuntu",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests" "--use-gpu-in-tests"
...@@ -10655,22 +10344,6 @@ ...@@ -10655,22 +10344,6 @@
"test": "angle_end2end_tests", "test": "angle_end2end_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests" "--use-gpu-in-tests"
...@@ -10810,24 +10483,6 @@ ...@@ -10810,24 +10483,6 @@
"test": "angle_end2end_tests", "test": "angle_end2end_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6821",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests" "--use-gpu-in-tests"
...@@ -10979,24 +10634,6 @@ ...@@ -10979,24 +10634,6 @@
"test": "angle_end2end_tests", "test": "angle_end2end_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:0fe9",
"hidpi": "1",
"os": "Mac-10.12.6",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests" "--use-gpu-in-tests"
...@@ -11135,23 +10772,6 @@ ...@@ -11135,23 +10772,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -11518,23 +11138,6 @@ ...@@ -11518,23 +11138,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -12171,22 +11774,6 @@ ...@@ -12171,22 +11774,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "8086:5912",
"os": "Windows-10"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -12820,22 +12407,6 @@ ...@@ -12820,22 +12407,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": false,
"dimension_sets": [
{
"gpu": "10de:1cb3",
"os": "Windows-10"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -13491,23 +13062,6 @@ ...@@ -13491,23 +13062,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -14317,23 +13871,6 @@ ...@@ -14317,23 +13871,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6613",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -14947,23 +14484,6 @@ ...@@ -14947,23 +14484,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -15633,23 +15153,6 @@ ...@@ -15633,23 +15153,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "1002:6613",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -16312,23 +15815,6 @@ ...@@ -16312,23 +15815,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
...@@ -17263,23 +16749,6 @@ ...@@ -17263,23 +16749,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -17919,23 +17388,6 @@ ...@@ -17919,23 +17388,6 @@
"test": "angle_white_box_tests", "test": "angle_white_box_tests",
"use_xvfb": false "use_xvfb": false
}, },
{
"args": [
"--use-gpu-in-tests"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:1cb3-23.21.13.8792",
"os": "Windows-2008ServerR2-SP1",
"pool": "Chrome-GPU"
}
]
},
"test": "audio_unittests",
"use_xvfb": false
},
{ {
"args": [ "args": [
"--enable-gpu", "--enable-gpu",
......
...@@ -139,11 +139,6 @@ ...@@ -139,11 +139,6 @@
"label": "//ash:ash_unittests", "label": "//ash:ash_unittests",
"type": "windowed_test_launcher", "type": "windowed_test_launcher",
}, },
"audio_unittests": {
"label": "//media:audio_unittests",
"type": "raw",
"args": [],
},
"aura_unittests": { "aura_unittests": {
"label": "//ui/aura:aura_unittests", "label": "//ui/aura:aura_unittests",
"type": "windowed_test_launcher", "type": "windowed_test_launcher",
......
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