| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 3c05ad75aaa37ca4459d41b7adc071d210bd2936..7c710667f9d9ea28e0ab7115ed0002867b6d5a4c 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -33,7 +33,12 @@
|
| "cast_unittests",
|
| "cc_unittests",
|
| "chromedriver_unittests",
|
| - "components_unittests",
|
| + {
|
| + "test": "components_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "compositor_unittests",
|
| {
|
| "test": "content_browsertests",
|
| @@ -66,7 +71,12 @@
|
| }
|
| },
|
| "google_apis_unittests",
|
| - "gpu_unittests",
|
| + {
|
| + "test": "gpu_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "interactive_ui_tests",
|
| "swarming": {
|
| @@ -76,7 +86,12 @@
|
| "ipc_mojo_unittests",
|
| "ipc_tests",
|
| "jingle_unittests",
|
| - "media_unittests",
|
| + {
|
| + "test": "media_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -127,6 +142,18 @@
|
| ],
|
| "scripts": [
|
| {
|
| + "name": "checkdeps",
|
| + "script": "checkdeps.py"
|
| + },
|
| + {
|
| + "name": "checklicenses",
|
| + "script": "checklicenses.py"
|
| + },
|
| + {
|
| + "name": "checkperms",
|
| + "script": "checkperms.py"
|
| + },
|
| + {
|
| "name": "telemetry_unittests",
|
| "script": "telemetry_unittests.py"
|
| },
|
| @@ -174,7 +201,12 @@
|
| "cast_unittests",
|
| "cc_unittests",
|
| "chromedriver_unittests",
|
| - "components_unittests",
|
| + {
|
| + "test": "components_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "compositor_unittests",
|
| {
|
| "test": "content_browsertests",
|
| @@ -207,7 +239,12 @@
|
| }
|
| },
|
| "google_apis_unittests",
|
| - "gpu_unittests",
|
| + {
|
| + "test": "gpu_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "interactive_ui_tests",
|
| "swarming": {
|
| @@ -217,7 +254,12 @@
|
| "ipc_mojo_unittests",
|
| "ipc_tests",
|
| "jingle_unittests",
|
| - "media_unittests",
|
| + {
|
| + "test": "media_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
| @@ -307,7 +349,12 @@
|
| "cast_unittests",
|
| "cc_unittests",
|
| "chromedriver_unittests",
|
| - "components_unittests",
|
| + {
|
| + "test": "components_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "compositor_unittests",
|
| {
|
| "test": "content_browsertests",
|
| @@ -340,7 +387,12 @@
|
| }
|
| },
|
| "google_apis_unittests",
|
| - "gpu_unittests",
|
| + {
|
| + "test": "gpu_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| {
|
| "test": "interactive_ui_tests",
|
| "swarming": {
|
| @@ -351,7 +403,12 @@
|
| "ipc_mojo_unittests",
|
| "ipc_tests",
|
| "jingle_unittests",
|
| - "media_unittests",
|
| + {
|
| + "test": "media_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "mojo_common_unittests",
|
| "mojo_public_bindings_unittests",
|
| "mojo_public_environment_unittests",
|
|
|