summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJohn Abd-El-Malek <jam@chromium.org>2014-09-30 11:08:18 -0700
committerJohn Abd-El-Malek <jam@chromium.org>2014-09-30 18:09:29 +0000
commite1c3d014e2490387fac76102debfd482520052f6 (patch)
treeffe675aa878952c47f1f103549070d570a47bbf7 /testing
parent424be9e0114b848c022d07f843f803c87be56be7 (diff)
downloadchromium_src-e1c3d014e2490387fac76102debfd482520052f6.zip
chromium_src-e1c3d014e2490387fac76102debfd482520052f6.tar.gz
chromium_src-e1c3d014e2490387fac76102debfd482520052f6.tar.bz2
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}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.memory.json24
1 files changed, 18 insertions, 6 deletions
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json
index 9fe3b3e..068ffc1 100644
--- a/testing/buildbot/chromium.memory.json
+++ b/testing/buildbot/chromium.memory.json
@@ -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
}
}
]