Commit af4a0770 authored by Patrik Höglund's avatar Patrik Höglund

Temporarily remove perf browsertests.

Let's try adding these from the recipes while we figure out a
better solution.

Tbr: kbr@chromium.org
Bug: 888429
Change-Id: I1a3c8c4a7ba326dbcb2c4c3058a0f3272198ab0d
Reviewed-on: https://chromium-review.googlesource.com/c/1286134Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Patrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600373}
parent e9b6f6d3
......@@ -36,24 +36,6 @@
},
"Linux Tester": {
"gtest_tests": [
{
"args": [
"--gtest_filter=WebRtcInternalsPerfBrowserTest.*:WebRtcStatsPerfBrowserTest.*:WebRtcVideoDisplayPerfBrowserTests*:WebRtcVideoQualityBrowserTests*:WebRtcWebcamBrowserTests*",
"--run-manual",
"--ui-test-action-max-timeout=350000",
"--test-launcher-jobs=1",
"--test-launcher-bot-mode",
"--test-launcher-print-test-stdio=always",
"--results-url=https://chromeperf.appspot.com",
"--perf-dashboard-id=browser_tests",
"--annotate=graphing",
"--perf-id=${buildername}"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "browser_tests"
},
{
"args": [
"--gtest_filter=WebRtcApprtcBrowserTest.*",
......@@ -159,24 +141,6 @@
},
"Mac Tester": {
"gtest_tests": [
{
"args": [
"--gtest_filter=WebRtcInternalsPerfBrowserTest.*:WebRtcStatsPerfBrowserTest.*:WebRtcVideoDisplayPerfBrowserTests*:WebRtcVideoQualityBrowserTests*:WebRtcWebcamBrowserTests*",
"--run-manual",
"--ui-test-action-max-timeout=350000",
"--test-launcher-jobs=1",
"--test-launcher-bot-mode",
"--test-launcher-print-test-stdio=always",
"--results-url=https://chromeperf.appspot.com",
"--perf-dashboard-id=browser_tests",
"--annotate=graphing",
"--perf-id=${buildername}"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "browser_tests"
},
{
"args": [
"--gtest_filter=WebRtcApprtcBrowserTest.*",
......@@ -283,24 +247,6 @@
},
"Win10 Tester": {
"gtest_tests": [
{
"args": [
"--gtest_filter=WebRtcInternalsPerfBrowserTest.*:WebRtcStatsPerfBrowserTest.*:WebRtcVideoDisplayPerfBrowserTests*:WebRtcVideoQualityBrowserTests*:WebRtcWebcamBrowserTests*",
"--run-manual",
"--ui-test-action-max-timeout=350000",
"--test-launcher-jobs=1",
"--test-launcher-bot-mode",
"--test-launcher-print-test-stdio=always",
"--results-url=https://chromeperf.appspot.com",
"--perf-dashboard-id=browser_tests",
"--annotate=graphing",
"--perf-id=${buildername}"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "browser_tests"
},
{
"args": [
"--gtest_filter=WebRtcApprtcBrowserTest.*",
......@@ -399,24 +345,6 @@
},
"Win7 Tester": {
"gtest_tests": [
{
"args": [
"--gtest_filter=WebRtcInternalsPerfBrowserTest.*:WebRtcStatsPerfBrowserTest.*:WebRtcVideoDisplayPerfBrowserTests*:WebRtcVideoQualityBrowserTests*:WebRtcWebcamBrowserTests*",
"--run-manual",
"--ui-test-action-max-timeout=350000",
"--test-launcher-jobs=1",
"--test-launcher-bot-mode",
"--test-launcher-print-test-stdio=always",
"--results-url=https://chromeperf.appspot.com",
"--perf-dashboard-id=browser_tests",
"--annotate=graphing",
"--perf-id=${buildername}"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "browser_tests"
},
{
"args": [
"--gtest_filter=WebRtcApprtcBrowserTest.*",
......@@ -516,24 +444,6 @@
"Win7 Tester (long-running)": {},
"Win8 Tester": {
"gtest_tests": [
{
"args": [
"--gtest_filter=WebRtcInternalsPerfBrowserTest.*:WebRtcStatsPerfBrowserTest.*:WebRtcVideoDisplayPerfBrowserTests*:WebRtcVideoQualityBrowserTests*:WebRtcWebcamBrowserTests*",
"--run-manual",
"--ui-test-action-max-timeout=350000",
"--test-launcher-jobs=1",
"--test-launcher-bot-mode",
"--test-launcher-print-test-stdio=always",
"--results-url=https://chromeperf.appspot.com",
"--perf-dashboard-id=browser_tests",
"--annotate=graphing",
"--perf-id=${buildername}"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "browser_tests"
},
{
"args": [
"--gtest_filter=WebRtcApprtcBrowserTest.*",
......
......@@ -2288,31 +2288,8 @@
'can_use_on_swarming_builders': False,
},
},
'browser_tests': {
'args': [
# TODO(crbug.com/888429): Move to filter file once these are swarmed.
('--gtest_filter='
'WebRtcInternalsPerfBrowserTest.*:'
'WebRtcStatsPerfBrowserTest.*:'
'WebRtcVideoDisplayPerfBrowserTests*:'
'WebRtcVideoQualityBrowserTests*:'
'WebRtcWebcamBrowserTests*'),
'--run-manual',
'--ui-test-action-max-timeout=350000',
'--test-launcher-jobs=1',
'--test-launcher-bot-mode',
'--test-launcher-print-test-stdio=always',
'--results-url=https://chromeperf.appspot.com',
'--perf-dashboard-id=browser_tests',
'--annotate=graphing',
'--perf-id=${buildername}',
# TODO(phoglund): figure out if we need this and implement webrtc_got_rev in that case.
# '--perf-config={"a_default_rev": "r_webrtc_git", "r_webrtc_git":${webrtc_got_rev}}',
],
'swarming': {
'can_use_on_swarming_builders': False,
},
},
# TODO(crbug.com/888429): move performance browser tests here once
# they successfully upload perf results.
},
'webrtc_chromium_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