Commit 8046431c authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Enable services_unittests on amd64-generic cros VM fyi bot.

TBR=jbudorick@chromium.org

Bug: 840967
Change-Id: I69e89b0fc3ec3f658cd90e930d0cef7410cd3ae8
Reviewed-on: https://chromium-review.googlesource.com/1152040Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578781}
parent ca530d8c
......@@ -2957,6 +2957,33 @@
"io_timeout": 3600
},
"test": "ozone_gl_unittests"
},
{
"args": [
"--vpython-dir=../../vpython_dir_linux_amd64",
"--ozone-platform=headless",
"--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.services_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/vpython/linux-amd64",
"location": "vpython_dir_linux_amd64",
"revision": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
}
],
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
],
"hard_timeout": 3600,
"io_timeout": 3600
},
"test": "services_unittests"
}
],
"isolated_scripts": [
......
......@@ -30,6 +30,7 @@ source_set("chromeos_filters") {
data = [
"//testing/buildbot/filters/chromeos.chromeos_unittests.filter",
"//testing/buildbot/filters/chromeos.media_unittests.filter",
"//testing/buildbot/filters/chromeos.services_unittests.filter",
]
}
......
# TODO(crbug.com/852590): Enable this.
-UDPSocketTest.JoinMulticastGroup
# TODO(crbug.com/868060): Enable this.
-GeolocationChromeOsWifiDataProviderTest.*
# TODO(crbug.com/866114): Enable this.
-ScreenManagerOzoneInternalTest.*
......@@ -397,6 +397,22 @@
'--ozone-platform=headless',
],
},
'services_unittests': {
'args': [
'--vpython-dir=../../vpython_dir_linux_amd64',
'--ozone-platform=headless',
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.services_unittests.filter',
],
'swarming': {
'cipd_packages': [
{
"cipd_package": 'infra/tools/luci/vpython/linux-amd64',
'location': 'vpython_dir_linux_amd64',
'revision': 'git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c',
}
],
},
},
},
'chromeos_isolated_scripts': {
......
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