| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "--build-tool", | 209 "--build-tool", |
| 210 "ninja", | 210 "ninja", |
| 211 "--compiler", | 211 "--compiler", |
| 212 "goma", | 212 "goma", |
| 213 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 214 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 215 "--goma-dir", | 215 "--goma-dir", |
| 216 "[BUILD]\\goma", | 216 "[BUILD]\\goma", |
| 217 "--", | 217 "--", |
| 218 "content_browsertests", | 218 "content_browsertests", |
| 219 "content_unittests", | 219 "content_unittests" |
| 220 "crash_service" | |
| 221 ], | 220 ], |
| 222 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
| 223 "name": "compile", | 222 "name": "compile", |
| 224 "~followup_annotations": [ | 223 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 226 "@@@STEP_LOG_END@json.output (invalid)@@@" | 225 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 227 ] | 226 ] |
| 228 }, | 227 }, |
| 229 { | 228 { |
| 230 "name": "$result", | 229 "name": "$result", |
| 231 "recipe_result": null, | 230 "recipe_result": null, |
| 232 "status_code": 0 | 231 "status_code": 0 |
| 233 } | 232 } |
| 234 ] | 233 ] |
| OLD | NEW |