Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: testing/buildbot/chromium.mac.json

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index cfc0a2ab51d641f8de2feecc0946831dc47d91a2..8f8a30ede86ce1b3d140feca0cada2363fa4d549 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -30,7 +30,12 @@
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
- "components_unittests",
+ {
+ "test": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "content_browsertests",
"swarming": {
@@ -52,7 +57,12 @@
"can_use_on_swarming_builders": true
}
},
- "gpu_unittests",
+ {
+ "test": "gpu_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
{
"test": "interactive_ui_tests",
@@ -62,7 +72,12 @@
},
"ipc_tests",
"jingle_unittests",
- "media_unittests",
+ {
+ "test": "media_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "message_center_unittests",
"swarming": {
@@ -154,7 +169,12 @@
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
- "components_unittests",
+ {
+ "test": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "content_browsertests",
"swarming": {
@@ -176,7 +196,12 @@
"can_use_on_swarming_builders": true
}
},
- "gpu_unittests",
+ {
+ "test": "gpu_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
{
"test": "interactive_ui_tests",
@@ -186,7 +211,12 @@
},
"ipc_tests",
"jingle_unittests",
- "media_unittests",
+ {
+ "test": "media_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "message_center_unittests",
"swarming": {
@@ -278,7 +308,12 @@
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
- "components_unittests",
+ {
+ "test": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "content_browsertests",
"swarming": {
@@ -300,7 +335,12 @@
"can_use_on_swarming_builders": true
}
},
- "gpu_unittests",
+ {
+ "test": "gpu_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
{
"test": "interactive_ui_tests",
@@ -310,7 +350,12 @@
},
"ipc_tests",
"jingle_unittests",
- "media_unittests",
+ {
+ "test": "media_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "message_center_unittests",
"swarming": {
@@ -402,7 +447,12 @@
"cast_unittests",
"cc_unittests",
"chromedriver_unittests",
- "components_unittests",
+ {
+ "test": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "content_browsertests",
"swarming": {
@@ -424,7 +474,12 @@
"can_use_on_swarming_builders": true
}
},
- "gpu_unittests",
+ {
+ "test": "gpu_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
{
"test": "interactive_ui_tests",
@@ -435,7 +490,12 @@
},
"ipc_tests",
"jingle_unittests",
- "media_unittests",
+ {
+ "test": "media_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "message_center_unittests",
"swarming": {

Powered by Google App Engine
This is Rietveld 408576698