Commit 33d45ca1 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add mojo & ozone unittests to cros VM CQ bot.

Bug: 840967
Change-Id: Id556f0b2740b0ee9fcd799234c5936c71daf81fc
Reviewed-on: https://chromium-review.googlesource.com/1118916Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571518}
parent 5510a760
...@@ -162,6 +162,32 @@ ...@@ -162,6 +162,32 @@
}, },
"test": "midi_unittests" "test": "midi_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
]
},
"test": "mojo_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"kvm": "1",
"os": "Ubuntu-14.04",
"pool": "Chrome-CrOS-VM"
}
]
},
"test": "ozone_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
......
...@@ -357,6 +357,8 @@ ...@@ -357,6 +357,8 @@
'jingle_unittests': {}, 'jingle_unittests': {},
'latency_unittests': {}, 'latency_unittests': {},
'midi_unittests': {}, 'midi_unittests': {},
'mojo_unittests': {},
'ozone_unittests': {},
'pdf_unittests': {}, 'pdf_unittests': {},
'printing_unittests': {}, 'printing_unittests': {},
'sql_unittests': {}, 'sql_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