| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 6 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 7 "--platform", | 7 "--platform", |
| 8 "windows-amd64", | 8 "windows-amd64", |
| 9 "--dest-directory", | 9 "--dest-directory", |
| 10 "[SLAVE_BUILD]\\cipd", | 10 "[SLAVE_BUILD]\\cipd", |
| 11 "--json-output", | 11 "--json-output", |
| 12 "/path/to/tmp/json" | 12 "/path/to/tmp/json" |
| 13 ], | 13 ], |
| 14 "name": "install cipd", | 14 "name": "install cipd", |
| 15 "~followup_annotations": [ | 15 "~followup_annotations": [ |
| 16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 16 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "@@@STEP_LOG_LINE@json.output@}@@@", | 305 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 306 "@@@STEP_LOG_END@json.output@@@" | 306 "@@@STEP_LOG_END@json.output@@@" |
| 307 ] | 307 ] |
| 308 }, | 308 }, |
| 309 { | 309 { |
| 310 "name": "$result", | 310 "name": "$result", |
| 311 "recipe_result": null, | 311 "recipe_result": null, |
| 312 "status_code": 0 | 312 "status_code": 0 |
| 313 } | 313 } |
| 314 ] | 314 ] |
| OLD | NEW |