| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "swarming": { | 11 "swarming": { |
| 12 "can_use_on_swarming_builders": true | 12 "can_use_on_swarming_builders": true |
| 13 }, | 13 }, |
| 14 "test": "base_unittests" | 14 "test": "base_unittests" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "swarming": { | 17 "swarming": { |
| 18 "can_use_on_swarming_builders": true, | 18 "can_use_on_swarming_builders": true, |
| 19 "shards": 10 | 19 "shards": 10 |
| 20 }, | 20 }, |
| 21 "test": "browser_tests" | 21 "test": "browser_tests" |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 "swarming": { |
| 25 "can_use_on_swarming_builders": true |
| 26 }, |
| 24 "test": "cacheinvalidation_unittests" | 27 "test": "cacheinvalidation_unittests" |
| 25 }, | 28 }, |
| 26 { | 29 { |
| 27 "swarming": { | 30 "swarming": { |
| 28 "can_use_on_swarming_builders": true | 31 "can_use_on_swarming_builders": true |
| 29 }, | 32 }, |
| 30 "test": "cast_unittests" | 33 "test": "cast_unittests" |
| 31 }, | 34 }, |
| 32 { | 35 { |
| 33 "swarming": { | 36 "swarming": { |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "test": "base_unittests" | 240 "test": "base_unittests" |
| 238 }, | 241 }, |
| 239 { | 242 { |
| 240 "swarming": { | 243 "swarming": { |
| 241 "can_use_on_swarming_builders": true, | 244 "can_use_on_swarming_builders": true, |
| 242 "shards": 10 | 245 "shards": 10 |
| 243 }, | 246 }, |
| 244 "test": "browser_tests" | 247 "test": "browser_tests" |
| 245 }, | 248 }, |
| 246 { | 249 { |
| 250 "swarming": { |
| 251 "can_use_on_swarming_builders": true |
| 252 }, |
| 247 "test": "cacheinvalidation_unittests" | 253 "test": "cacheinvalidation_unittests" |
| 248 }, | 254 }, |
| 249 { | 255 { |
| 250 "swarming": { | 256 "swarming": { |
| 251 "can_use_on_swarming_builders": true | 257 "can_use_on_swarming_builders": true |
| 252 }, | 258 }, |
| 253 "test": "cast_unittests" | 259 "test": "cast_unittests" |
| 254 }, | 260 }, |
| 255 { | 261 { |
| 256 "test": "chromeos_unittests" | 262 "test": "chromeos_unittests" |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "test": "base_unittests" | 437 "test": "base_unittests" |
| 432 }, | 438 }, |
| 433 { | 439 { |
| 434 "swarming": { | 440 "swarming": { |
| 435 "can_use_on_swarming_builders": true, | 441 "can_use_on_swarming_builders": true, |
| 436 "shards": 20 | 442 "shards": 20 |
| 437 }, | 443 }, |
| 438 "test": "browser_tests" | 444 "test": "browser_tests" |
| 439 }, | 445 }, |
| 440 { | 446 { |
| 447 "swarming": { |
| 448 "can_use_on_swarming_builders": true |
| 449 }, |
| 441 "test": "cacheinvalidation_unittests" | 450 "test": "cacheinvalidation_unittests" |
| 442 }, | 451 }, |
| 443 { | 452 { |
| 444 "swarming": { | 453 "swarming": { |
| 445 "can_use_on_swarming_builders": true | 454 "can_use_on_swarming_builders": true |
| 446 }, | 455 }, |
| 447 "test": "cc_unittests" | 456 "test": "cc_unittests" |
| 448 }, | 457 }, |
| 449 { | 458 { |
| 450 "test": "chromedriver_unittests" | 459 "test": "chromedriver_unittests" |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 }, | 567 }, |
| 559 { | 568 { |
| 560 "swarming": { | 569 "swarming": { |
| 561 "can_use_on_swarming_builders": true | 570 "can_use_on_swarming_builders": true |
| 562 }, | 571 }, |
| 563 "test": "url_unittests" | 572 "test": "url_unittests" |
| 564 } | 573 } |
| 565 ] | 574 ] |
| 566 } | 575 } |
| 567 } | 576 } |
| OLD | NEW |