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

Unified Diff: testing/buildbot/chromium_memory_trybot.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_memory_trybot.json
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
index 2b8564e164ca1775ab355f0ca9e45de16a5d6920..af0f169b0223f7a42c9366fea3211c5156da9fde 100644
--- a/testing/buildbot/chromium_memory_trybot.json
+++ b/testing/buildbot/chromium_memory_trybot.json
@@ -16,7 +16,12 @@
},
"cacheinvalidation_unittests",
"cc_unittests",
- "components_unittests",
+ {
+ "test": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "content_browsertests",
"swarming": {
@@ -39,7 +44,12 @@
"gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
- "gpu_unittests",
+ {
+ "test": "gpu_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "interactive_ui_tests",
"swarming": {
@@ -49,13 +59,19 @@
},
"ipc_tests",
"jingle_unittests",
- "media_unittests",
{
- "test": "net_unittests",
+ "test": "media_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
+ {
+ "test": "net_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 2
+ }
+ },
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",

Powered by Google App Engine
This is Rietveld 408576698