| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 }, | 83 }, |
| 84 "test": "gfx_unittests" | 84 "test": "gfx_unittests" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "test": "gl_unittests" | 87 "test": "gl_unittests" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "test": "google_apis_unittests" | 90 "test": "google_apis_unittests" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "swarming": { |
| 94 "can_use_on_swarming_builders": true |
| 95 }, |
| 93 "test": "gpu_unittests" | 96 "test": "gpu_unittests" |
| 94 }, | 97 }, |
| 95 { | 98 { |
| 96 "swarming": { | 99 "swarming": { |
| 97 "can_use_on_swarming_builders": true, | 100 "can_use_on_swarming_builders": true, |
| 98 "shards": 3 | 101 "shards": 3 |
| 99 }, | 102 }, |
| 100 "test": "interactive_ui_tests" | 103 "test": "interactive_ui_tests" |
| 101 }, | 104 }, |
| 102 { | 105 { |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 }, | 276 }, |
| 274 "test": "gfx_unittests" | 277 "test": "gfx_unittests" |
| 275 }, | 278 }, |
| 276 { | 279 { |
| 277 "test": "gl_unittests" | 280 "test": "gl_unittests" |
| 278 }, | 281 }, |
| 279 { | 282 { |
| 280 "test": "google_apis_unittests" | 283 "test": "google_apis_unittests" |
| 281 }, | 284 }, |
| 282 { | 285 { |
| 286 "swarming": { |
| 287 "can_use_on_swarming_builders": true |
| 288 }, |
| 283 "test": "gpu_unittests" | 289 "test": "gpu_unittests" |
| 284 }, | 290 }, |
| 285 { | 291 { |
| 286 "swarming": { | 292 "swarming": { |
| 287 "can_use_on_swarming_builders": true, | 293 "can_use_on_swarming_builders": true, |
| 288 "shards": 2 | 294 "shards": 2 |
| 289 }, | 295 }, |
| 290 "test": "interactive_ui_tests" | 296 "test": "interactive_ui_tests" |
| 291 }, | 297 }, |
| 292 { | 298 { |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 { | 420 { |
| 415 "swarming": { | 421 "swarming": { |
| 416 "can_use_on_swarming_builders": true | 422 "can_use_on_swarming_builders": true |
| 417 }, | 423 }, |
| 418 "test": "crypto_unittests" | 424 "test": "crypto_unittests" |
| 419 }, | 425 }, |
| 420 { | 426 { |
| 421 "test": "gcm_unit_tests" | 427 "test": "gcm_unit_tests" |
| 422 }, | 428 }, |
| 423 { | 429 { |
| 430 "swarming": { |
| 431 "can_use_on_swarming_builders": true |
| 432 }, |
| 424 "test": "gpu_unittests" | 433 "test": "gpu_unittests" |
| 425 }, | 434 }, |
| 426 { | 435 { |
| 427 "swarming": { | 436 "swarming": { |
| 428 "can_use_on_swarming_builders": true, | 437 "can_use_on_swarming_builders": true, |
| 429 "shards": 2 | 438 "shards": 2 |
| 430 }, | 439 }, |
| 431 "test": "interactive_ui_tests" | 440 "test": "interactive_ui_tests" |
| 432 }, | 441 }, |
| 433 { | 442 { |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 "can_use_on_swarming_builders": true | 483 "can_use_on_swarming_builders": true |
| 475 }, | 484 }, |
| 476 "test": "unit_tests" | 485 "test": "unit_tests" |
| 477 }, | 486 }, |
| 478 { | 487 { |
| 479 "test": "url_unittests" | 488 "test": "url_unittests" |
| 480 } | 489 } |
| 481 ] | 490 ] |
| 482 } | 491 } |
| 483 } | 492 } |
| OLD | NEW |