Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[cipd]/resources/bootstrap.py" | |
| 7 ], | |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "install cipd", | |
| 10 "stdin": "{\"bin_path\": \"[SLAVE_BUILD]/cipd\", \"platform\": \"linux-amd64 \"}", | |
| 11 "~followup_annotations": [ | |
| 12 "step returned non-zero exit code: 1", | |
| 13 "@@@STEP_FAILURE@@@" | |
| 14 ] | |
| 15 }, | |
| 16 { | |
| 17 "name": "$final_result", | |
| 18 "reason": "Step('install cipd') failed with return_code 1", | |
| 19 "status_code": 1 | |
| 20 } | |
| 21 ] | |
| OLD | NEW |