| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 7 "--platform", | |
| 8 "linux-amd64", | |
| 9 "--dest-directory", | |
| 10 "[SLAVE_BUILD]/cipd", | |
| 11 "--json-output", | |
| 12 "/path/to/tmp/json" | |
| 13 ], | |
| 14 "name": "install cipd", | |
| 15 "~followup_annotations": [ | |
| 16 "step returned non-zero exit code: 1", | |
| 17 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 18 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 19 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 21 "@@@STEP_LOG_END@json.output@@@", | |
| 22 "@@@STEP_FAILURE@@@" | |
| 23 ] | |
| 24 }, | |
| 25 { | |
| 26 "name": "$result", | |
| 27 "reason": "Step('install cipd') failed with return_code 1", | |
| 28 "recipe_result": null, | |
| 29 "status_code": 1 | |
| 30 } | |
| 31 ] | |
| OLD | NEW |