| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_shell_browsertests", | 5 "app_shell_browsertests", |
| 6 { | 6 { |
| 7 "test": "base_unittests", | 7 "test": "base_unittests", |
| 8 "swarming": { | 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
| 10 } | 10 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "crypto_unittests", | 35 "crypto_unittests", |
| 36 "device_unittests", | 36 "device_unittests", |
| 37 "display_unittests", | 37 "display_unittests", |
| 38 "gcm_unit_tests", | 38 "gcm_unit_tests", |
| 39 "gfx_unittests", | 39 "gfx_unittests", |
| 40 "google_apis_unittests", | 40 "google_apis_unittests", |
| 41 "gpu_unittests", | 41 "gpu_unittests", |
| 42 { | 42 { |
| 43 "test": "interactive_ui_tests", | 43 "test": "interactive_ui_tests", |
| 44 "swarming": { | 44 "swarming": { |
| 45 "can_use_on_swarming_builders": true, | 45 "can_use_on_swarming_builders": true |
| 46 "shards": 2 | |
| 47 } | 46 } |
| 48 }, | 47 }, |
| 49 "ipc_tests", | 48 "ipc_tests", |
| 50 "jingle_unittests", | 49 "jingle_unittests", |
| 51 "media_unittests", | 50 "media_unittests", |
| 52 { | 51 { |
| 53 "test": "net_unittests", | 52 "test": "net_unittests", |
| 54 "swarming": { | 53 "swarming": { |
| 55 "can_use_on_swarming_builders": true | 54 "can_use_on_swarming_builders": true |
| 56 } | 55 } |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 89 }, |
| 91 { | 90 { |
| 92 "test": "content_browsertests", | 91 "test": "content_browsertests", |
| 93 "swarming": { | 92 "swarming": { |
| 94 "can_use_on_swarming_builders": true | 93 "can_use_on_swarming_builders": true |
| 95 } | 94 } |
| 96 }, | 95 }, |
| 97 { | 96 { |
| 98 "test": "interactive_ui_tests", | 97 "test": "interactive_ui_tests", |
| 99 "swarming": { | 98 "swarming": { |
| 100 "can_use_on_swarming_builders": true, | 99 "can_use_on_swarming_builders": true |
| 101 "shards": 2 | |
| 102 } | 100 } |
| 103 } | 101 } |
| 104 ] | 102 ] |
| 105 } | 103 } |
| 106 } | 104 } |
| OLD | NEW |