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

Unified Diff: testing/buildbot/chromium_memory_trybot.json

Issue 525613003: Use swarming on experimental memory trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 3 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_trybot.json
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
index 40049087d134d7853fabd7e7d379f74bcf7aaa9e..619994dd0c8e878e56ba69c94da3d8164f286508 100644
--- a/testing/buildbot/chromium_memory_trybot.json
+++ b/testing/buildbot/chromium_memory_trybot.json
@@ -6,11 +6,18 @@
},
{
"test": "base_unittests",
- "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
+ "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
},
{
"test": "browser_tests",
- "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
+ "exclude_builders": ["tryserver.chromium.linux:linux_asan"],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 10
+ }
},
{
"test": "cacheinvalidation_unittests",
@@ -68,7 +75,11 @@
},
{
"test": "interactive_ui_tests",
- "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
+ "exclude_builders": ["tryserver.chromium.linux:linux_asan"],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 3
+ }
},
{
"test": "ipc_tests",
@@ -84,7 +95,10 @@
},
{
"test": "net_unittests",
- "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
+ "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
},
{
"test": "ppapi_unittests",
@@ -117,7 +131,11 @@
},
{
"test": "unit_tests",
- "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
+ "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 2
+ }
},
{
"test": "url_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