| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "--build-tool", | 203 "--build-tool", |
| 204 "ninja", | 204 "ninja", |
| 205 "--compiler", | 205 "--compiler", |
| 206 "goma", | 206 "goma", |
| 207 "--goma-jsonstatus", | 207 "--goma-jsonstatus", |
| 208 "/path/to/tmp/json", | 208 "/path/to/tmp/json", |
| 209 "--goma-dir", | 209 "--goma-dir", |
| 210 "[BUILD]\\goma", | 210 "[BUILD]\\goma", |
| 211 "--ninja-ensure-up-to-date", | 211 "--ninja-ensure-up-to-date", |
| 212 "--", | 212 "--", |
| 213 "chromium_builder_tests", | 213 "chromium_builder_tests" |
| 214 "crash_service" | |
| 215 ], | 214 ], |
| 216 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
| 217 "name": "compile", | 216 "name": "compile", |
| 218 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 220 "@@@STEP_LOG_END@json.output (invalid)@@@" | 219 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 221 ] | 220 ] |
| 222 }, | 221 }, |
| 223 { | 222 { |
| 224 "allow_subannotations": true, | 223 "allow_subannotations": true, |
| (...skipping 17 matching lines...) Expand all Loading... |
| 242 ], | 241 ], |
| 243 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
| 244 "name": "package build" | 243 "name": "package build" |
| 245 }, | 244 }, |
| 246 { | 245 { |
| 247 "name": "$result", | 246 "name": "$result", |
| 248 "recipe_result": null, | 247 "recipe_result": null, |
| 249 "status_code": 0 | 248 "status_code": 0 |
| 250 } | 249 } |
| 251 ] | 250 ] |
| OLD | NEW |