Index: testing/buildbot/chromium.memory.json |
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json |
index 6ba4c8a904ec2fa623638ee31270a1fcb8253ba0..1216d6e163d38e8852f6982e07fc27d9bdab4ae4 100644 |
--- a/testing/buildbot/chromium.memory.json |
+++ b/testing/buildbot/chromium.memory.json |
@@ -52,7 +52,8 @@ |
{ |
"test": "net_unittests", |
"swarming": { |
- "can_use_on_swarming_builders": true |
+ "can_use_on_swarming_builders": true, |
+ "shards": 4 |
} |
}, |
"ppapi_unittests", |
@@ -65,7 +66,8 @@ |
{ |
"test": "unit_tests", |
"swarming": { |
- "can_use_on_swarming_builders": true |
+ "can_use_on_swarming_builders": true, |
+ "shards": 2 |
} |
}, |
"url_unittests" |
@@ -284,7 +286,8 @@ |
{ |
"test": "net_unittests", |
"swarming": { |
- "can_use_on_swarming_builders": true |
+ "can_use_on_swarming_builders": true, |
+ "shards": 4 |
} |
}, |
"ppapi_unittests", |
@@ -296,7 +299,8 @@ |
{ |
"test": "unit_tests", |
"swarming": { |
- "can_use_on_swarming_builders": true |
+ "can_use_on_swarming_builders": true, |
+ "shards": 2 |
} |
}, |
"ui_unittests", |