| OLD | NEW |
| 1 { | 1 { |
| 2 "XP Tests (1)": { | 2 "XP Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "interactive_ui_tests", | 4 "interactive_ui_tests", |
| 5 "cacheinvalidation_unittests", | 5 "cacheinvalidation_unittests", |
| 6 "cast_unittests", | 6 "cast_unittests", |
| 7 "cc_unittests", | 7 "cc_unittests", |
| 8 "chromedriver_unittests", | 8 "chromedriver_unittests", |
| 9 "courgette_unittests", | 9 "courgette_unittests", |
| 10 "crypto_unittests", | 10 "crypto_unittests", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 { | 238 { |
| 239 "test": "base_unittests", | 239 "test": "base_unittests", |
| 240 "swarming": { | 240 "swarming": { |
| 241 "can_use_on_swarming_builders": true | 241 "can_use_on_swarming_builders": true |
| 242 } | 242 } |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "test": "browser_tests", | 245 "test": "browser_tests", |
| 246 "swarming": { | 246 "swarming": { |
| 247 "can_use_on_swarming_builders": true, | 247 "can_use_on_swarming_builders": true, |
| 248 "shards": 3 | 248 "shards": 6 |
| 249 } | 249 } |
| 250 }, | 250 }, |
| 251 "app_list_unittests", | 251 "app_list_unittests", |
| 252 "cacheinvalidation_unittests", | 252 "cacheinvalidation_unittests", |
| 253 "cast_unittests", | 253 "cast_unittests", |
| 254 "cc_unittests", | 254 "cc_unittests", |
| 255 "chromedriver_unittests", | 255 "chromedriver_unittests", |
| 256 "chrome_elf_unittests", | 256 "chrome_elf_unittests", |
| 257 "components_unittests", | 257 "components_unittests", |
| 258 { | 258 { |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 "views_unittests", | 417 "views_unittests", |
| 418 "wm_unittests", | 418 "wm_unittests", |
| 419 "aura_unittests", | 419 "aura_unittests", |
| 420 "ash_unittests", | 420 "ash_unittests", |
| 421 "compositor_unittests", | 421 "compositor_unittests", |
| 422 "content_browsertests", | 422 "content_browsertests", |
| 423 "events_unittests" | 423 "events_unittests" |
| 424 ] | 424 ] |
| 425 } | 425 } |
| 426 } | 426 } |
| OLD | NEW |