diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 4 | ||||
-rw-r--r-- | testing/buildbot/chromium.win.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 8a20416..c74cd86 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -23,7 +23,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 5 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -146,7 +146,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 5 + "shards": 10 } }, "cacheinvalidation_unittests", diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index fb72efad..c7ae0d4 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -15,7 +15,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -119,7 +119,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -233,7 +233,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 7 + "shards": 10 } }, "cacheinvalidation_unittests", @@ -344,7 +344,7 @@ "test": "browser_tests", "swarming": { "can_use_on_swarming_builders": true, - "shards": 6 + "shards": 10 } }, "app_installer_unittests", |