Commit 535458f6 authored by David Staessens's avatar David Staessens Committed by Commit Bot

testing/buildbots: Remove video_decode_accelerator_unitest from buildbots.

This CL removes all buildbots that are using the deprecated
video_decode_accelerator_unitest binary. These tests have been replaced by the
video_decode_accelerator_tests and the video_decode_accelerator_perf_tests
binaries.

These buildbots are all run on the Windows platform, even though the
video_decode_accelerator_unitest doesn't properly support this. A fake
video decoder is used to run the tests, so we won't lose much functionality by
removing them. crbug.com/952068 is used to track adding the new video decoder
tests to the buildbots.

note: the chromium.gpu.fyi.json file was generated by running the
      testing/buildbot/generate_buildbot_json.py script.

TEST=running associated buildbots

BUG=933034

Change-Id: Id02968f20db6ce49df4185bd23524f77aeb84f37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851791Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: David Staessens <dstaessens@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704957}
parent 202584e6
This diff is collapsed.
......@@ -2950,30 +2950,6 @@
},
"test": "gl_unittests"
},
{
"args": [
"--use-angle=d3d11",
"--use-test-data-path",
"--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "video_decode_accelerator_d3d11_unittest",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-win10-stable",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "video_decode_accelerator_unittest"
},
{
"args": [
"--ignore-runtime-requirements=*"
......@@ -3515,39 +3491,6 @@
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"--use-angle=d3d11",
"--use-test-data-path",
"--test_video_data=test-25fps.h264:320:240:250:258:::1"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "video_decode_accelerator_d3d11_unittest",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-win10-stable",
"os": "Windows-10",
"pool": "Chrome-GPU"
}
]
},
"test": "video_decode_accelerator_unittest",
"trigger_script": {
"args": [
"--multiple-trigger-configs",
"[{\"gpu\": \"nvidia-quadro-p400-win10-stable\", \"os\": \"Windows-10\", \"pool\": \"Chrome-GPU\"}]",
"--multiple-dimension-script-verbose",
"True"
],
"script": "//testing/trigger_scripts/trigger_multiple_dimensions.py"
}
},
{
"args": [
"--ignore-runtime-requirements=*"
......
......@@ -2875,11 +2875,6 @@
"label": "//testing/libfuzzer/fuzzers:v8_wasm_fuzzer",
"type": "fuzzer",
},
"video_decode_accelerator_unittest": {
"args": [],
"label": "//media/gpu:video_decode_accelerator_unittest",
"type": "raw",
},
"views_perftests": {
"args": [
"--xvfb",
......
......@@ -3623,22 +3623,6 @@
],
'test': 'gles2_conform_test',
},
'video_decode_accelerator_d3d9_unittest': {
'args': [
'--use-angle=d3d9',
'--use-test-data-path',
'--test_video_data=test-25fps.h264:320:240:250:258:::1',
],
'test': 'video_decode_accelerator_unittest',
},
'video_decode_accelerator_gl_unittest': {
'args': [
'--use-angle=gl',
'--use-test-data-path',
'--test_video_data=test-25fps.h264:320:240:250:258:::1',
],
'test': 'video_decode_accelerator_unittest',
},
},
'gpu_fyi_mac_specific_gtests': {
......@@ -4181,14 +4165,6 @@
'--use-cmd-decoder=passthrough',
],
},
'video_decode_accelerator_d3d11_unittest': {
'args': [
'--use-angle=d3d11',
'--use-test-data-path',
'--test_video_data=test-25fps.h264:320:240:250:258:::1',
],
'test': 'video_decode_accelerator_unittest',
},
},
'ios_code_coverage_gtests': {
......
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