| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 ] | 71 ] |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [], | 74 "cmd": [], |
| 75 "name": "ensure_goma" | 75 "name": "ensure_goma" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "cmd": [ | 78 "cmd": [ |
| 79 "python", | 79 "python", |
| 80 "-u", | 80 "-u", |
| 81 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 81 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 82 "--platform", | 82 "--platform", |
| 83 "windows-386", | 83 "windows-386", |
| 84 "--dest-directory", | 84 "--dest-directory", |
| 85 "[SLAVE_BUILD]\\cipd", | 85 "[SLAVE_BUILD]\\cipd", |
| 86 "--json-output", | 86 "--json-output", |
| 87 "/path/to/tmp/json" | 87 "/path/to/tmp/json" |
| 88 ], | 88 ], |
| 89 "name": "ensure_goma.install cipd", | 89 "name": "ensure_goma.install cipd", |
| 90 "~followup_annotations": [ | 90 "~followup_annotations": [ |
| 91 "@@@STEP_NEST_LEVEL@1@@@", | 91 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 299 "@@@STEP_LOG_END@json.output (invalid)@@@" | 299 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 300 ] | 300 ] |
| 301 }, | 301 }, |
| 302 { | 302 { |
| 303 "name": "$result", | 303 "name": "$result", |
| 304 "recipe_result": null, | 304 "recipe_result": null, |
| 305 "status_code": 0 | 305 "status_code": 0 |
| 306 } | 306 } |
| 307 ] | 307 ] |
| OLD | NEW |