| Index: testing/buildbot/chromium.mac.json
|
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
|
| index 3ab99de1d9b50ab27fcf285d1243b58903dd08bd..03e381e86e0a44088d2ba32a9b532393b1c2c5f8 100644
|
| --- a/testing/buildbot/chromium.mac.json
|
| +++ b/testing/buildbot/chromium.mac.json
|
| @@ -14,6 +14,18 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "components_browsertests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "components_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "content_unittests"
|
| },
|
| {
|
| @@ -33,6 +45,12 @@
|
| "can_use_on_swarming_builders": true
|
| },
|
| "test": "ui_base_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "unit_tests"
|
| }
|
| ]
|
| },
|
| @@ -83,6 +101,18 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "components_browsertests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "components_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "content_browsertests"
|
| },
|
| {
|
| @@ -96,6 +126,12 @@
|
| "can_use_on_swarming_builders": true
|
| },
|
| "test": "ui_base_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "unit_tests"
|
| }
|
| ]
|
| },
|
|
|