| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "swarming": { | 45 "swarming": { |
| 46 "can_use_on_swarming_builders": true | 46 "can_use_on_swarming_builders": true |
| 47 } | 47 } |
| 48 }, | 48 }, |
| 49 "ipc_tests", | 49 "ipc_tests", |
| 50 "jingle_unittests", | 50 "jingle_unittests", |
| 51 "media_unittests", | 51 "media_unittests", |
| 52 { | 52 { |
| 53 "test": "net_unittests", | 53 "test": "net_unittests", |
| 54 "swarming": { | 54 "swarming": { |
| 55 "can_use_on_swarming_builders": true | 55 "can_use_on_swarming_builders": true, |
| 56 "shards": 4 |
| 56 } | 57 } |
| 57 }, | 58 }, |
| 58 "ppapi_unittests", | 59 "ppapi_unittests", |
| 59 "printing_unittests", | 60 "printing_unittests", |
| 60 "remoting_unittests", | 61 "remoting_unittests", |
| 61 "sandbox_linux_unittests", | 62 "sandbox_linux_unittests", |
| 62 "sql_unittests", | 63 "sql_unittests", |
| 63 "sync_unit_tests", | 64 "sync_unit_tests", |
| 64 "ui_unittests", | 65 "ui_unittests", |
| 65 { | 66 { |
| 66 "test": "unit_tests", | 67 "test": "unit_tests", |
| 67 "swarming": { | 68 "swarming": { |
| 68 "can_use_on_swarming_builders": true | 69 "can_use_on_swarming_builders": true, |
| 70 "shards": 2 |
| 69 } | 71 } |
| 70 }, | 72 }, |
| 71 "url_unittests" | 73 "url_unittests" |
| 72 ] | 74 ] |
| 73 }, | 75 }, |
| 74 "Linux ASan Tests (sandboxed)": { | 76 "Linux ASan Tests (sandboxed)": { |
| 75 "gtest_tests": [ | 77 "gtest_tests": [ |
| 76 { | 78 { |
| 77 "test": "browser_tests", | 79 "test": "browser_tests", |
| 78 "swarming": { | 80 "swarming": { |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 } | 279 } |
| 278 }, | 280 }, |
| 279 "ipc_tests", | 281 "ipc_tests", |
| 280 "jingle_unittests", | 282 "jingle_unittests", |
| 281 "media_unittests", | 283 "media_unittests", |
| 282 "message_center_unittests", | 284 "message_center_unittests", |
| 283 "nacl_loader_unittests", | 285 "nacl_loader_unittests", |
| 284 { | 286 { |
| 285 "test": "net_unittests", | 287 "test": "net_unittests", |
| 286 "swarming": { | 288 "swarming": { |
| 287 "can_use_on_swarming_builders": true | 289 "can_use_on_swarming_builders": true, |
| 290 "shards": 4 |
| 288 } | 291 } |
| 289 }, | 292 }, |
| 290 "ppapi_unittests", | 293 "ppapi_unittests", |
| 291 "printing_unittests", | 294 "printing_unittests", |
| 292 "remoting_unittests", | 295 "remoting_unittests", |
| 293 "sandbox_linux_unittests", | 296 "sandbox_linux_unittests", |
| 294 "sql_unittests", | 297 "sql_unittests", |
| 295 "sync_unit_tests", | 298 "sync_unit_tests", |
| 296 { | 299 { |
| 297 "test": "unit_tests", | 300 "test": "unit_tests", |
| 298 "swarming": { | 301 "swarming": { |
| 299 "can_use_on_swarming_builders": true | 302 "can_use_on_swarming_builders": true, |
| 303 "shards": 2 |
| 300 } | 304 } |
| 301 }, | 305 }, |
| 302 "ui_unittests", | 306 "ui_unittests", |
| 303 "url_unittests", | 307 "url_unittests", |
| 304 "views_unittests" | 308 "views_unittests" |
| 305 ] | 309 ] |
| 306 } | 310 } |
| 307 } | 311 } |
| OLD | NEW |