Chromium Code Reviews| Index: testing/buildbot/chromium.chromiumos.json |
| diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json |
| index 2ffaf1607e9599b9aeb8314ab3749f733482ce65..4e5e2388240e74a396a2051d25afe81886d50efa 100644 |
| --- a/testing/buildbot/chromium.chromiumos.json |
| +++ b/testing/buildbot/chromium.chromiumos.json |
| @@ -62,7 +62,12 @@ |
| "views_unittests", |
| "wm_unittests", |
| "aura_unittests", |
| - "ash_unittests", |
| + { |
| + "test": "ash_unittests", |
| + "swarming": { |
| + "can_use_on_swarming_builders": true |
|
M-A Ruel
2014/09/29 15:07:32
Maybe do in a separate CL just in case? I don't mi
jam
2014/09/29 15:24:27
i've verified locally and on trybots so i'm pretty
|
| + } |
| + }, |
| "app_list_unittests", |
| "message_center_unittests", |
| "compositor_unittests", |
| @@ -173,7 +178,12 @@ |
| "views_unittests", |
| "wm_unittests", |
| "aura_unittests", |
| - "ash_unittests", |
| + { |
| + "test": "ash_unittests", |
| + "swarming": { |
| + "can_use_on_swarming_builders": true |
| + } |
| + }, |
| "app_list_unittests", |
| "message_center_unittests", |
| "compositor_unittests", |