Commit e1c3d014 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Swarm base_unittests and net_unittests on Linux memory bots. I missed this earlier.

Also increase the sharding level. I missed that the testers were bare metal machines, and that's why tests ran so fast there.

BUG=414808
R=maruel@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#297451}
parent 424be9e0
......@@ -3,12 +3,17 @@
"gtest_tests": [
"accessibility_unittests",
"app_shell_browsertests",
"base_unittests",
{
"test": "base_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 3
"shards": 5
}
},
"cacheinvalidation_unittests",
......@@ -37,13 +42,19 @@
{
"test": "interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
"can_use_on_swarming_builders": true,
"shards": 2
}
},
"ipc_tests",
"jingle_unittests",
"media_unittests",
"net_unittests",
{
"test": "net_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",
......@@ -74,7 +85,7 @@
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 2
"shards": 5
}
},
{
......@@ -86,7 +97,8 @@
{
"test": "interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true
"can_use_on_swarming_builders": true,
"shards": 2
}
}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment