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

Unified Diff: testing/buildbot/chromium.memory.fyi.json

Issue 929463002: Increase sharding on Linux/CrOS MSan bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pixman-clang
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.memory.fyi.json
diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json
index 59517e3ea7c907e30b21824e49959a4f754bb077..8475e0c20f84688181da1ba21594bfaae847fd45 100644
--- a/testing/buildbot/chromium.memory.fyi.json
+++ b/testing/buildbot/chromium.memory.fyi.json
@@ -9,7 +9,7 @@
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
- "shards": 3
+ "shards": 5
}
},
"cacheinvalidation_unittests",
@@ -31,7 +31,12 @@
"gfx_unittests",
"google_apis_unittests",
"gpu_unittests",
- "interactive_ui_tests",
+ {
+ "test": "interactive_ui_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ipc_mojo_unittests",
"ipc_tests",
"jingle_unittests",
@@ -69,7 +74,7 @@
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
- "shards": 3
+ "shards": 5
}
},
"cacheinvalidation_unittests",
@@ -91,7 +96,13 @@
"gfx_unittests",
"google_apis_unittests",
"gpu_unittests",
- "interactive_ui_tests",
+ {
+ "test": "interactive_ui_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 2
+ }
+ },
"ipc_mojo_unittests",
"ipc_tests",
"jingle_unittests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698