| Index: testing/buildbot/chromium_trybot.json
|
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
|
| index 4b6de7724fd444d1f0ea59b1da29bc9195d8a372..1d7663211543ad141275e751f4d0089ec66b0ea8 100644
|
| --- a/testing/buildbot/chromium_trybot.json
|
| +++ b/testing/buildbot/chromium_trybot.json
|
| @@ -3,12 +3,22 @@
|
| "all"
|
| ],
|
| "gtest_tests": [
|
| - "accessibility_unittests",
|
| + {
|
| + "test": "accessibility_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "app_installer_unittests",
|
| "platforms": ["win"]
|
| },
|
| - "app_list_unittests",
|
| + {
|
| + "test": "app_list_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "ash_unittests",
|
| "chromium_configs": [
|
| @@ -84,13 +94,23 @@
|
| "platforms": ["linux"]
|
| },
|
| "device_unittests",
|
| - "events_unittests",
|
| + {
|
| + "test": "events_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "extensions_unittests",
|
| "platforms": ["win", "mac", "linux"]
|
| },
|
| "gcm_unit_tests",
|
| - "gfx_unittests",
|
| + {
|
| + "test": "gfx_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "google_apis_unittests",
|
| "gpu_unittests",
|
| {
|
| @@ -116,7 +136,12 @@
|
| },
|
| "media_perftests",
|
| "media_unittests",
|
| - "message_center_unittests",
|
| + {
|
| + "test": "message_center_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -157,7 +182,12 @@
|
| }
|
| },
|
| "sync_unit_tests",
|
| - "ui_base_unittests",
|
| + {
|
| + "test": "ui_base_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "unit_tests",
|
| "swarming": {
|
|
|