Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index b8afe094db97158f08ed3540de36f9c203a3a27a..7d22ac4129943bb720b775d08e2afaa17650d8aa 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -6,6 +6,20 @@ |
"accessibility_unittests", |
"app_list_unittests", |
{ |
+ "test": "ash_unittests", |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
+ { |
+ "test": "ash_unittests", |
+ "platforms": ["win"], |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
+ { |
"test": "base_unittests", |
"swarming": { |
"can_use_on_swarming_builders": true |
@@ -159,14 +173,6 @@ |
"platforms": ["linux"] |
}, |
{ |
- "test": "ash_unittests", |
- "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
- }, |
- { |
- "test": "ash_unittests", |
- "platforms": ["win"] |
- }, |
- { |
"test": "aura_unittests", |
"platforms": ["linux", "win"] |
}, |