| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[cipd]/resources/bootstrap.py", | 6 "RECIPE_MODULE[build.cipd]/resources/bootstrap.py", |
| 7 "--platform", | 7 "--platform", |
| 8 "linux-amd64", | 8 "linux-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 "cwd": "[SLAVE_BUILD]", | 14 "cwd": "[SLAVE_BUILD]", |
| 15 "name": "install cipd", | 15 "name": "install cipd", |
| 16 "~followup_annotations": [ | 16 "~followup_annotations": [ |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "@@@STEP_LOG_LINE@json.output@}@@@", | 315 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 316 "@@@STEP_LOG_END@json.output@@@" | 316 "@@@STEP_LOG_END@json.output@@@" |
| 317 ] | 317 ] |
| 318 }, | 318 }, |
| 319 { | 319 { |
| 320 "name": "$result", | 320 "name": "$result", |
| 321 "recipe_result": null, | 321 "recipe_result": null, |
| 322 "status_code": 0 | 322 "status_code": 0 |
| 323 } | 323 } |
| 324 ] | 324 ] |
| OLD | NEW |