| 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 { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "test": "gpu_unittests" | 96 "test": "gpu_unittests" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "swarming": { | 99 "swarming": { |
| 100 "can_use_on_swarming_builders": true, | 100 "can_use_on_swarming_builders": true, |
| 101 "shards": 3 | 101 "shards": 3 |
| 102 }, | 102 }, |
| 103 "test": "interactive_ui_tests" | 103 "test": "interactive_ui_tests" |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "swarming": { |
| 107 "can_use_on_swarming_builders": true |
| 108 }, |
| 106 "test": "ipc_tests" | 109 "test": "ipc_tests" |
| 107 }, | 110 }, |
| 108 { | 111 { |
| 109 "test": "jingle_unittests" | 112 "test": "jingle_unittests" |
| 110 }, | 113 }, |
| 111 { | 114 { |
| 112 "swarming": { | 115 "swarming": { |
| 113 "can_use_on_swarming_builders": true | 116 "can_use_on_swarming_builders": true |
| 114 }, | 117 }, |
| 115 "test": "media_unittests" | 118 "test": "media_unittests" |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "test": "gpu_unittests" | 304 "test": "gpu_unittests" |
| 302 }, | 305 }, |
| 303 { | 306 { |
| 304 "swarming": { | 307 "swarming": { |
| 305 "can_use_on_swarming_builders": true, | 308 "can_use_on_swarming_builders": true, |
| 306 "shards": 2 | 309 "shards": 2 |
| 307 }, | 310 }, |
| 308 "test": "interactive_ui_tests" | 311 "test": "interactive_ui_tests" |
| 309 }, | 312 }, |
| 310 { | 313 { |
| 314 "swarming": { |
| 315 "can_use_on_swarming_builders": true |
| 316 }, |
| 311 "test": "ipc_tests" | 317 "test": "ipc_tests" |
| 312 }, | 318 }, |
| 313 { | 319 { |
| 314 "test": "jingle_unittests" | 320 "test": "jingle_unittests" |
| 315 }, | 321 }, |
| 316 { | 322 { |
| 317 "swarming": { | 323 "swarming": { |
| 318 "can_use_on_swarming_builders": true | 324 "can_use_on_swarming_builders": true |
| 319 }, | 325 }, |
| 320 "test": "media_unittests" | 326 "test": "media_unittests" |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "test": "gpu_unittests" | 460 "test": "gpu_unittests" |
| 455 }, | 461 }, |
| 456 { | 462 { |
| 457 "swarming": { | 463 "swarming": { |
| 458 "can_use_on_swarming_builders": true, | 464 "can_use_on_swarming_builders": true, |
| 459 "shards": 2 | 465 "shards": 2 |
| 460 }, | 466 }, |
| 461 "test": "interactive_ui_tests" | 467 "test": "interactive_ui_tests" |
| 462 }, | 468 }, |
| 463 { | 469 { |
| 470 "swarming": { |
| 471 "can_use_on_swarming_builders": true |
| 472 }, |
| 464 "test": "ipc_tests" | 473 "test": "ipc_tests" |
| 465 }, | 474 }, |
| 466 { | 475 { |
| 467 "test": "jingle_unittests" | 476 "test": "jingle_unittests" |
| 468 }, | 477 }, |
| 469 { | 478 { |
| 470 "swarming": { | 479 "swarming": { |
| 471 "can_use_on_swarming_builders": true | 480 "can_use_on_swarming_builders": true |
| 472 }, | 481 }, |
| 473 "test": "media_unittests" | 482 "test": "media_unittests" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "can_use_on_swarming_builders": true | 522 "can_use_on_swarming_builders": true |
| 514 }, | 523 }, |
| 515 "test": "unit_tests" | 524 "test": "unit_tests" |
| 516 }, | 525 }, |
| 517 { | 526 { |
| 518 "test": "url_unittests" | 527 "test": "url_unittests" |
| 519 } | 528 } |
| 520 ] | 529 ] |
| 521 } | 530 } |
| 522 } | 531 } |
| OLD | NEW |