| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "filter_compile_builders": [ | 5 "filter_compile_builders": [ |
| 6 "win_chromium_compile_dbg", | 6 "win_chromium_compile_dbg", |
| 7 "win_chromium_rel_swarming", | 7 "win_chromium_rel_swarming", |
| 8 "win_chromium_x64_rel_swarming", | 8 "win_chromium_x64_rel_swarming", |
| 9 "win8_chromium_rel" | 9 "win8_chromium_rel" |
| 10 ], | 10 ], |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "swarming": { | 176 "swarming": { |
| 177 "can_use_on_swarming_builders": true | 177 "can_use_on_swarming_builders": true |
| 178 }, | 178 }, |
| 179 "test": "gfx_unittests" | 179 "test": "gfx_unittests" |
| 180 }, | 180 }, |
| 181 "google_apis_unittests", | 181 "google_apis_unittests", |
| 182 { | 182 { |
| 183 "swarming": { | 183 "swarming": { |
| 184 "can_use_on_swarming_builders": true | 184 "can_use_on_swarming_builders": true |
| 185 }, | 185 }, |
| 186 "test": "gpu_ipc_service_unittests" |
| 187 }, |
| 188 { |
| 189 "swarming": { |
| 190 "can_use_on_swarming_builders": true |
| 191 }, |
| 186 "test": "gpu_unittests" | 192 "test": "gpu_unittests" |
| 187 }, | 193 }, |
| 188 { | 194 { |
| 189 "swarming": { | 195 "swarming": { |
| 190 "can_use_on_swarming_builders": true, | 196 "can_use_on_swarming_builders": true, |
| 191 "shards": 3 | 197 "shards": 3 |
| 192 }, | 198 }, |
| 193 "test": "interactive_ui_tests" | 199 "test": "interactive_ui_tests" |
| 194 }, | 200 }, |
| 195 { | 201 { |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 ], | 410 ], |
| 405 "platforms": [ | 411 "platforms": [ |
| 406 "linux" | 412 "linux" |
| 407 ], | 413 ], |
| 408 "test": "ozone_unittests" | 414 "test": "ozone_unittests" |
| 409 } | 415 } |
| 410 ], | 416 ], |
| 411 "non_filter_builders": [], | 417 "non_filter_builders": [], |
| 412 "non_filter_tests_builders": [] | 418 "non_filter_tests_builders": [] |
| 413 } | 419 } |
| OLD | NEW |