| 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
|
| + }
|
| + },
|
| "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",
|
|
|