Index: testing/buildbot/chromium.memory.json |
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json |
index 9ea9aa109432c8915819e50c3627cf4a8852ef49..414709a0bd219b256b3d9dba7fbfe804ebcc21af 100644 |
--- a/testing/buildbot/chromium.memory.json |
+++ b/testing/buildbot/chromium.memory.json |
@@ -528,6 +528,18 @@ |
}, |
{ |
"swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "blink_heap_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "blink_platform_unittests" |
+ }, |
+ { |
+ "swarming": { |
"can_use_on_swarming_builders": true, |
"shards": 20 |
}, |
@@ -681,6 +693,12 @@ |
"can_use_on_swarming_builders": true |
}, |
"test": "url_unittests" |
+ }, |
+ { |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "wtf_unittests" |
} |
] |
} |