Skip to content

Commit

Permalink
Linux CrOS MSan: enable swarming/sharding for browser_tests
Browse files Browse the repository at this point in the history
BUG=454828
TBR=phajdan.jr@chromium.org

Review URL: https://codereview.chromium.org/908133002

Cr-Commit-Position: refs/heads/master@{#315510}
  • Loading branch information
earthdok authored and Commit bot committed Feb 10, 2015
1 parent 2edce44 commit 950b263
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testing/buildbot/chromium.memory.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@
"accessibility_unittests",
"app_list_unittests",
"aura_unittests",
"base_unittests",
{
"test": "base_unittests",
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true
"can_use_on_swarming_builders": true,
"shards": 3
}
},
"cacheinvalidation_unittests",
Expand Down

0 comments on commit 950b263

Please sign in to comment.