| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac10.6 Tests": { | 2 "Mac10.6 Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "accessibility_unittests", | 5 "test": "accessibility_unittests", |
| 6 "swarming": { | 6 "swarming": { |
| 7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "test": "app_list_unittests", | 11 "test": "app_list_unittests", |
| 12 "swarming": { | 12 "swarming": { |
| 13 "can_use_on_swarming_builders": true | 13 "can_use_on_swarming_builders": true |
| 14 } | 14 } |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "test": "base_unittests", | 17 "test": "base_unittests", |
| 18 "swarming": { | 18 "swarming": { |
| 19 "can_use_on_swarming_builders": true | 19 "can_use_on_swarming_builders": true |
| 20 } | 20 } |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "test": "browser_tests", | 23 "test": "browser_tests", |
| 24 "swarming": { | 24 "swarming": { |
| 25 "can_use_on_swarming_builders": true, | 25 "can_use_on_swarming_builders": true, |
| 26 "shards": 5 | 26 "shards": 10 |
| 27 } | 27 } |
| 28 }, | 28 }, |
| 29 "cacheinvalidation_unittests", | 29 "cacheinvalidation_unittests", |
| 30 "cast_unittests", | 30 "cast_unittests", |
| 31 "cc_unittests", | 31 "cc_unittests", |
| 32 "chromedriver_unittests", | 32 "chromedriver_unittests", |
| 33 "components_unittests", | 33 "components_unittests", |
| 34 { | 34 { |
| 35 "test": "content_browsertests", | 35 "test": "content_browsertests", |
| 36 "swarming": { | 36 "swarming": { |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 { | 139 { |
| 140 "test": "base_unittests", | 140 "test": "base_unittests", |
| 141 "swarming": { | 141 "swarming": { |
| 142 "can_use_on_swarming_builders": true | 142 "can_use_on_swarming_builders": true |
| 143 } | 143 } |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "test": "browser_tests", | 146 "test": "browser_tests", |
| 147 "swarming": { | 147 "swarming": { |
| 148 "can_use_on_swarming_builders": true, | 148 "can_use_on_swarming_builders": true, |
| 149 "shards": 5 | 149 "shards": 10 |
| 150 } | 150 } |
| 151 }, | 151 }, |
| 152 "cacheinvalidation_unittests", | 152 "cacheinvalidation_unittests", |
| 153 "cast_unittests", | 153 "cast_unittests", |
| 154 "cc_unittests", | 154 "cc_unittests", |
| 155 "chromedriver_unittests", | 155 "chromedriver_unittests", |
| 156 "components_unittests", | 156 "components_unittests", |
| 157 { | 157 { |
| 158 "test": "content_browsertests", | 158 "test": "content_browsertests", |
| 159 "swarming": { | 159 "swarming": { |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 "name": "telemetry_perf_unittests", | 486 "name": "telemetry_perf_unittests", |
| 487 "script": "telemetry_perf_unittests.py" | 487 "script": "telemetry_perf_unittests.py" |
| 488 }, | 488 }, |
| 489 { | 489 { |
| 490 "name": "nacl_integration", | 490 "name": "nacl_integration", |
| 491 "script": "nacl_integration.py" | 491 "script": "nacl_integration.py" |
| 492 } | 492 } |
| 493 ] | 493 ] |
| 494 } | 494 } |
| 495 } | 495 } |
| OLD | NEW |