Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Vista Tests (1)": { | 2 "Vista 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 231 }, | 231 }, |
| 232 "test": "sbox_unittests" | 232 "test": "sbox_unittests" |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "swarming": { | 235 "swarming": { |
| 236 "can_use_on_swarming_builders": true | 236 "can_use_on_swarming_builders": true |
| 237 }, | 237 }, |
| 238 "test": "sbox_validation_tests" | 238 "test": "sbox_validation_tests" |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "test": "setup_unittests" | |
|
M-A Ruel
2015/07/13 20:26:00
Please have it run on swarming, otherwise you'll b
grt (UTC plus 2)
2015/07/13 20:54:17
This can't be as simple as "can_use_on_swarming_bu
M-A Ruel
2015/07/13 22:29:57
https://codereview.chromium.org/1220833004 is a go
| |
| 242 }, | |
| 243 { | |
| 241 "swarming": { | 244 "swarming": { |
| 242 "can_use_on_swarming_builders": true | 245 "can_use_on_swarming_builders": true |
| 243 }, | 246 }, |
| 244 "test": "skia_unittests" | 247 "test": "skia_unittests" |
| 245 }, | 248 }, |
| 246 { | 249 { |
| 247 "swarming": { | 250 "swarming": { |
| 248 "can_use_on_swarming_builders": true | 251 "can_use_on_swarming_builders": true |
| 249 }, | 252 }, |
| 250 "test": "sql_unittests" | 253 "test": "sql_unittests" |
| (...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1874 "name": "telemetry_perf_unittests", | 1877 "name": "telemetry_perf_unittests", |
| 1875 "script": "telemetry_perf_unittests.py" | 1878 "script": "telemetry_perf_unittests.py" |
| 1876 }, | 1879 }, |
| 1877 { | 1880 { |
| 1878 "name": "nacl_integration", | 1881 "name": "nacl_integration", |
| 1879 "script": "nacl_integration.py" | 1882 "script": "nacl_integration.py" |
| 1880 } | 1883 } |
| 1881 ] | 1884 ] |
| 1882 } | 1885 } |
| 1883 } | 1886 } |
| OLD | NEW |