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

Unified Diff: build/masters/master.chromium.fyi/master.cfg

Issue 9452015: Shard the drmemory full mode unit_tests runs more. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/
Patch Set: Created 8 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: build/masters/master.chromium.fyi/master.cfg
===================================================================
--- build/masters/master.chromium.fyi/master.cfg (revision 122795)
+++ build/masters/master.chromium.fyi/master.cfg (working copy)
@@ -473,10 +473,14 @@
'drmemory_full_ipc',
'drmemory_full_base',
'drmemory_full_net',
- # run tests in shards to decrease the number of reports per shard.
- 'drmemory_full_unit_1_of_3',
- 'drmemory_full_unit_2_of_3',
- 'drmemory_full_unit_3_of_3',
+ # Full mode has a high memory overhead currently, so shard the tests
+ # more.
+ 'drmemory_full_unit_1_of_6',
+ 'drmemory_full_unit_2_of_6',
+ 'drmemory_full_unit_3_of_6',
+ 'drmemory_full_unit_4_of_6',
+ 'drmemory_full_unit_5_of_6',
+ 'drmemory_full_unit_6_of_6',
],
factory_properties={'needs_drmemory': True},
)
« 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