| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS 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 24 matching lines...) Expand all Loading... |
| 35 "test": "base_unittests" | 35 "test": "base_unittests" |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 "swarming": { | 38 "swarming": { |
| 39 "can_use_on_swarming_builders": true, | 39 "can_use_on_swarming_builders": true, |
| 40 "shards": 5 | 40 "shards": 5 |
| 41 }, | 41 }, |
| 42 "test": "browser_tests" | 42 "test": "browser_tests" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "swarming": { |
| 46 "can_use_on_swarming_builders": true |
| 47 }, |
| 45 "test": "cacheinvalidation_unittests" | 48 "test": "cacheinvalidation_unittests" |
| 46 }, | 49 }, |
| 47 { | 50 { |
| 48 "test": "chromeos_unittests" | 51 "test": "chromeos_unittests" |
| 49 }, | 52 }, |
| 50 { | 53 { |
| 51 "test": "chromevox_tests" | 54 "test": "chromevox_tests" |
| 52 }, | 55 }, |
| 53 { | 56 { |
| 54 "swarming": { | 57 "swarming": { |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "test": "base_unittests" | 262 "test": "base_unittests" |
| 260 }, | 263 }, |
| 261 { | 264 { |
| 262 "swarming": { | 265 "swarming": { |
| 263 "can_use_on_swarming_builders": true, | 266 "can_use_on_swarming_builders": true, |
| 264 "shards": 20 | 267 "shards": 20 |
| 265 }, | 268 }, |
| 266 "test": "browser_tests" | 269 "test": "browser_tests" |
| 267 }, | 270 }, |
| 268 { | 271 { |
| 272 "swarming": { |
| 273 "can_use_on_swarming_builders": true |
| 274 }, |
| 269 "test": "cacheinvalidation_unittests" | 275 "test": "cacheinvalidation_unittests" |
| 270 }, | 276 }, |
| 271 { | 277 { |
| 272 "test": "chromeos_unittests" | 278 "test": "chromeos_unittests" |
| 273 }, | 279 }, |
| 274 { | 280 { |
| 275 "swarming": { | 281 "swarming": { |
| 276 "can_use_on_swarming_builders": true | 282 "can_use_on_swarming_builders": true |
| 277 }, | 283 }, |
| 278 "test": "components_unittests" | 284 "test": "components_unittests" |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 "name": "webkit_lint", | 1142 "name": "webkit_lint", |
| 1137 "script": "webkit_lint.py" | 1143 "script": "webkit_lint.py" |
| 1138 }, | 1144 }, |
| 1139 { | 1145 { |
| 1140 "name": "webkit_python_tests", | 1146 "name": "webkit_python_tests", |
| 1141 "script": "webkit_python_tests.py" | 1147 "script": "webkit_python_tests.py" |
| 1142 } | 1148 } |
| 1143 ] | 1149 ] |
| 1144 } | 1150 } |
| 1145 } | 1151 } |
| OLD | NEW |