Commit 58fb9451 authored by jonross's avatar jonross Committed by Jonathan Ross

Removing broken telemetry from linux-chromiumos bot

For a while there was work looking into getting telemetry_perf_unittests and
telemetry_unittests up and running on linux-chromiumos. However instead there
is now a desire to just get an actual ChromeOS device on the CQ.

This will resolve our coverage needs.

We've been using the Mojo Chromiumos FYI bot to investigate this. But the tests
have been broken there for a while. This change removes those configs.

TEST=telemetry_perf_unittests, telemetry_unittests

Bug: 836447
Change-Id: I8870c69dae811101d4869e3c7ede28771ecbf905
Reviewed-on: https://chromium-review.googlesource.com/1107838Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568834}
parent 17aec126
...@@ -1852,43 +1852,6 @@ ...@@ -1852,43 +1852,6 @@
}, },
"test": "wm_unittests" "test": "wm_unittests"
} }
],
"isolated_scripts": [
{
"args": [
"--browser=exact",
"--browser-executable=./test_chrome",
"--xvfb",
"--skip=scripts_smoke_unittest.ScriptsSmokeTest.testRunTelemetryBenchmarkAsGoogletest",
"--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.v8.runtime_stats.top_25"
],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"hard_timeout": 960,
"shards": 12
}
},
{
"args": [
"--browser=exact",
"--browser-executable=./test_chrome",
"--jobs=1",
"--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForElement",
"--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForElementWithWrongText",
"--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForJavaScriptCondition",
"--skip=telemetry.internal.actions.key_event_unittest.KeyPressActionTest.testPressEndAndHome",
"--skip=telemetry.internal.actions.repeatable_scroll_unittest.RepeatableScrollActionTest.testRepeatableScrollActionNoRepeats",
"--skip=telemetry.page.page_run_end_to_end_unittest.ActualPageRunEndToEndTests.testTrafficSettings"
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 4
}
}
] ]
}, },
"Mojo Linux": { "Mojo Linux": {
......
...@@ -1862,38 +1862,6 @@ ...@@ -1862,38 +1862,6 @@
'wayland_client_perftests': {}, 'wayland_client_perftests': {},
}, },
'mojo_chromiumos_isolated_scripts': {
'telemetry_perf_unittests': {
'args': [
'--browser=exact',
'--browser-executable=./test_chrome',
'--xvfb',
'--skip=scripts_smoke_unittest.ScriptsSmokeTest.testRunTelemetryBenchmarkAsGoogletest',
'--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.v8.runtime_stats.top_25',
],
'swarming': {
'hard_timeout': 960,
'shards': 12,
},
},
'telemetry_unittests': {
'args': [
'--browser=exact',
'--browser-executable=./test_chrome',
'--jobs=1',
'--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForElement',
'--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForElementWithWrongText',
'--skip=telemetry.internal.actions.action_runner_unittest.ActionRunnerTest.testWaitForJavaScriptCondition',
'--skip=telemetry.internal.actions.key_event_unittest.KeyPressActionTest.testPressEndAndHome',
'--skip=telemetry.internal.actions.repeatable_scroll_unittest.RepeatableScrollActionTest.testRepeatableScrollActionNoRepeats',
'--skip=telemetry.page.page_run_end_to_end_unittest.ActualPageRunEndToEndTests.testTrafficSettings',
],
'swarming': {
'shards': 4,
},
},
},
'non_android_chromium_gtests': { 'non_android_chromium_gtests': {
'accessibility_unittests': {}, 'accessibility_unittests': {},
'app_shell_unittests': {}, 'app_shell_unittests': {},
......
...@@ -2397,7 +2397,6 @@ ...@@ -2397,7 +2397,6 @@
], ],
'test_suites': { 'test_suites': {
'gtest_tests': 'mojo_chromiumos_fyi_gtests', 'gtest_tests': 'mojo_chromiumos_fyi_gtests',
'isolated_scripts': 'mojo_chromiumos_isolated_scripts',
}, },
}, },
'Mojo Linux': { 'Mojo Linux': {
......
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