Double shard dbg builds of net_unittests on linux(-chromos) testers.
Bug: 851996
Change-Id: Id1b01007c65fe417dc9f3beac1aac158e5c97bd0
Reviewed-on: https://chromium-review.googlesource.com/1097701
Reviewed-by: John Budorick <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Cr-Commit-Position: refs/heads/master@{#566712}
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index bf316b6..f14d3a4 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -407,7 +407,8 @@
},
{
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "shards": 2
},
"test": "net_unittests"
},
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 2a2d4c4..c8497bc 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -2015,7 +2015,8 @@
},
{
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "shards": 2
},
"test": "net_unittests"
},
@@ -2619,7 +2620,8 @@
},
{
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "shards": 2
},
"test": "net_unittests"
},
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index d43e076..0edee15 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1754,6 +1754,22 @@
'shards': 4,
}
},
+ # The suite runs signficantly slower on linux dbg, so increase shards.
+ 'Linux Tests (dbg)(1)': {
+ 'swarming': {
+ 'shards': 2,
+ },
+ },
+ 'Linux Tests (dbg)(1)(32)': {
+ 'swarming': {
+ 'shards': 2,
+ },
+ },
+ 'linux-chromeos-dbg': {
+ 'swarming': {
+ 'shards': 2,
+ },
+ },
},
},
'network_service_browser_tests': {