| 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},
|
| )
|
|
|