Commit 7f0c13c7 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Move telemetry_unittests from cros VM fyi bot to CQ bot.

Bug: 876494
Change-Id: Icfa8631e1278745a50e439d78b4373fb1f0f1f3a
Reviewed-on: https://chromium-review.googlesource.com/c/1281230Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599851}
parent b57995bd
...@@ -385,6 +385,29 @@ ...@@ -385,6 +385,29 @@
"idempotent": false, "idempotent": false,
"shards": 6 "shards": 6
} }
},
{
"args": [
"--jobs=1",
"--browser=cros-chrome",
"--remote=127.0.0.1",
"--remote-ssh-port=9222"
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
],
"hard_timeout": 1200,
"idempotent": false,
"shards": 12
}
} }
] ]
}, },
......
...@@ -3178,34 +3178,6 @@ ...@@ -3178,34 +3178,6 @@
}, },
"test": "services_unittests" "test": "services_unittests"
} }
],
"isolated_scripts": [
{
"args": [
"--jobs=1",
"--browser=cros-chrome",
"--remote=127.0.0.1",
"--remote-ssh-port=9222",
"--skip=telemetry.internal.app.android_app_unittest.AndroidAppTest.testWebView",
"--skip=telemetry.internal.backends.browser_backend_unittest.BrowserBackendIntegrationTest.testSmokeIsBrowserRunningReturnFalse"
],
"isolate_name": "telemetry_unittests",
"name": "telemetry_unittests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
],
"hard_timeout": 3600,
"idempotent": false,
"io_timeout": 3600,
"shards": 12
}
}
] ]
}, },
"chromeos-kevin-rel-hw-tests": { "chromeos-kevin-rel-hw-tests": {
......
...@@ -473,9 +473,6 @@ ...@@ -473,9 +473,6 @@
'shards': 6, 'shards': 6,
}, },
}, },
},
'chromeos_isolated_scripts_experimental': {
'telemetry_unittests': { 'telemetry_unittests': {
'args': [ 'args': [
'--jobs=1', '--jobs=1',
...@@ -483,9 +480,6 @@ ...@@ -483,9 +480,6 @@
# By default, CrOS VMs' ssh servers listen on local port 9222. # By default, CrOS VMs' ssh servers listen on local port 9222.
'--remote=127.0.0.1', '--remote=127.0.0.1',
'--remote-ssh-port=9222', '--remote-ssh-port=9222',
# Always fails.
'--skip=telemetry.internal.app.android_app_unittest.AndroidAppTest.testWebView',
'--skip=telemetry.internal.backends.browser_backend_unittest.BrowserBackendIntegrationTest.testSmokeIsBrowserRunningReturnFalse',
], ],
'swarming': { 'swarming': {
'hard_timeout': 1200, 'hard_timeout': 1200,
......
...@@ -1247,7 +1247,6 @@ ...@@ -1247,7 +1247,6 @@
], ],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromeos_gtests_experimental', 'gtest_tests': 'chromeos_gtests_experimental',
'isolated_scripts': 'chromeos_isolated_scripts_experimental',
}, },
'swarming': { 'swarming': {
'dimension_sets': [ 'dimension_sets': [
......
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