| Index: testing/buildbot/chromium.mac.json
|
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
|
| index cfc0a2ab51d641f8de2feecc0946831dc47d91a2..00f22adea92f93c0d7d0b45fc0500d72c829fa64 100644
|
| --- a/testing/buildbot/chromium.mac.json
|
| +++ b/testing/buildbot/chromium.mac.json
|
| @@ -28,7 +28,12 @@
|
| },
|
| "cacheinvalidation_unittests",
|
| "cast_unittests",
|
| - "cc_unittests",
|
| + {
|
| + "test": "cc_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "chromedriver_unittests",
|
| "components_unittests",
|
| {
|
| @@ -152,7 +157,12 @@
|
| },
|
| "cacheinvalidation_unittests",
|
| "cast_unittests",
|
| - "cc_unittests",
|
| + {
|
| + "test": "cc_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "chromedriver_unittests",
|
| "components_unittests",
|
| {
|
| @@ -276,7 +286,12 @@
|
| },
|
| "cacheinvalidation_unittests",
|
| "cast_unittests",
|
| - "cc_unittests",
|
| + {
|
| + "test": "cc_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "chromedriver_unittests",
|
| "components_unittests",
|
| {
|
| @@ -400,7 +415,12 @@
|
| },
|
| "cacheinvalidation_unittests",
|
| "cast_unittests",
|
| - "cc_unittests",
|
| + {
|
| + "test": "cc_unittests",
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + }
|
| + },
|
| "chromedriver_unittests",
|
| "components_unittests",
|
| {
|
|
|