| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "[GOMA_CACHE]", | 213 "[GOMA_CACHE]", |
| 214 "--build-tool", | 214 "--build-tool", |
| 215 "ninja", | 215 "ninja", |
| 216 "--compiler", | 216 "--compiler", |
| 217 "goma", | 217 "goma", |
| 218 "--goma-jsonstatus", | 218 "--goma-jsonstatus", |
| 219 "/path/to/tmp/json", | 219 "/path/to/tmp/json", |
| 220 "--goma-dir", | 220 "--goma-dir", |
| 221 "[BUILD]\\goma", | 221 "[BUILD]\\goma", |
| 222 "--", | 222 "--", |
| 223 "chrome", | 223 "chrome" |
| 224 "crash_service" | |
| 225 ], | 224 ], |
| 226 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "compile", | 226 "name": "compile", |
| 228 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 230 "@@@STEP_LOG_END@json.output (invalid)@@@" | 229 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 231 ] | 230 ] |
| 232 }, | 231 }, |
| 233 { | 232 { |
| 234 "name": "$result", | 233 "name": "$result", |
| 235 "recipe_result": null, | 234 "recipe_result": null, |
| 236 "status_code": 0 | 235 "status_code": 0 |
| 237 } | 236 } |
| 238 ] | 237 ] |
| OLD | NEW |