Chromium Code Reviews| Index: testing/buildbot/chromium.chromiumos.json |
| diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json |
| index dcef2a67c33e84be5eeef1b7ae4222aa7f66d06f..0381f58cdce9de9fa77e75927c3898e20e741eba 100644 |
| --- a/testing/buildbot/chromium.chromiumos.json |
| +++ b/testing/buildbot/chromium.chromiumos.json |
| @@ -43,6 +43,18 @@ |
| "test": "ash_content_unittests" |
| }, |
| { |
| + "args": [ |
| + "--mus", |
| + "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_unittests.filter" |
| + ], |
| + "name": "ash_mus_unittests", |
|
msw
2017/04/18 18:35:04
Should we also be adding the same thing to "Linux
sky
2017/04/18 19:09:35
I added ash_mus_unittests to the same bots as mash
msw
2017/04/18 19:19:22
Hmm, presuming x11 and ozone are mutually exclusiv
|
| + "override_isolate_target": "ash_unittests", |
| + "swarming": { |
| + "can_use_on_swarming_builders": true |
| + }, |
| + "test": "ash_unittests" |
| + }, |
| + { |
| "swarming": { |
| "can_use_on_swarming_builders": true |
| }, |