Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index 19d59082a2e065f22ac79df940f0c140436684b8..601aa5c9fa11ef692e23ac03771d2b0730235405 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -123,7 +123,13 @@ |
"platforms": ["win"] |
}, |
"sql_unittests", |
- "sync_integration_tests", |
+ { |
+ "test": "sync_integration_tests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "shards": 3 |
+ } |
+ }, |
"sync_unit_tests", |
"ui_unittests", |
{ |