Commit 5865ff74 authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Disable tab_capture_end2end_tests on most Linux GPU bots.

In preparation for upgrade to Ubuntu 19.04, where these tests are flaky.
Only 'Linux FYI Release (AMD R7 240)' remains.

Bug: 927465, 966500, 978103
Change-Id: I270743a1cdd3f9a11f843fd2e30d58608e4de503
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691324Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675808}
parent 99b194a1
...@@ -10615,32 +10615,6 @@ ...@@ -10615,32 +10615,6 @@
}, },
"test": "angle_white_box_tests" "test": "angle_white_box_tests"
}, },
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
"--no-xvfb"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "intel-hd-630-ubuntu-stable",
"os": "linux-intel-stable",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -11265,32 +11239,6 @@ ...@@ -11265,32 +11239,6 @@
}, },
"test": "angle_white_box_tests" "test": "angle_white_box_tests"
}, },
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
"--no-xvfb"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-ubuntu-stable",
"os": "linux-nvidia-stable",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -11941,32 +11889,6 @@ ...@@ -11941,32 +11889,6 @@
}, },
"test": "angle_white_box_tests" "test": "angle_white_box_tests"
}, },
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
"--no-xvfb"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-ubuntu-stable",
"os": "linux-nvidia-stable",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -760,32 +760,6 @@ ...@@ -760,32 +760,6 @@
}, },
"test": "angle_unittests" "test": "angle_unittests"
}, },
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
"--no-xvfb"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-ubuntu-stable",
"os": "linux-nvidia-stable",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
...@@ -1179,33 +1153,6 @@ ...@@ -1179,33 +1153,6 @@
}, },
"test": "angle_unittests" "test": "angle_unittests"
}, },
{
"args": [
"--enable-gpu",
"--test-launcher-bot-mode",
"--test-launcher-jobs=1",
"--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
"--no-xvfb"
],
"isolate_coverage_data": true,
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"name": "tab_capture_end2end_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"containment_type": "AUTO",
"dimension_sets": [
{
"gpu": "nvidia-quadro-p400-ubuntu-stable",
"os": "linux-nvidia-stable",
"pool": "Chrome-GPU"
}
]
},
"test": "browser_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
......
...@@ -1332,6 +1332,11 @@ ...@@ -1332,6 +1332,11 @@
# Disabled due to dbus crashes crbug.com/927465 # Disabled due to dbus crashes crbug.com/927465
'Linux FYI Experimental Release (Intel HD 630)', 'Linux FYI Experimental Release (Intel HD 630)',
'Linux FYI Experimental Release (NVIDIA)', 'Linux FYI Experimental Release (NVIDIA)',
'Linux FYI Release (Intel HD 630)',
'Linux FYI Release (NVIDIA)',
'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
'Linux Release (NVIDIA)',
'Linux Release Code Coverage (NVIDIA)',
], ],
}, },
'telemetry_perf_unittests': { 'telemetry_perf_unittests': {
......
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