OLD | NEW |
(Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": [ |
| 4 "python", |
| 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", |
| 8 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 9 "----", |
| 10 "cat", |
| 11 "gs://appengine-sdks/featured/VERSION" |
| 12 ], |
| 13 "name": "gsutil Get Latest", |
| 14 "stdout": "/path/to/tmp/" |
| 15 }, |
| 16 { |
| 17 "cmd": [ |
| 18 "python", |
| 19 "-u", |
| 20 "import sys; sys.exit(1)" |
| 21 ], |
| 22 "name": "Version Fetch", |
| 23 "~followup_annotations": [ |
| 24 "step returned non-zero exit code: 1", |
| 25 "@@@STEP_TEXT@Failed to fetch latest version: Could not parse release vers
ion from YAML.@@@", |
| 26 "@@@STEP_FAILURE@@@" |
| 27 ] |
| 28 }, |
| 29 { |
| 30 "name": "$result", |
| 31 "reason": "Step('Version Fetch') failed with return_code 1", |
| 32 "recipe_result": null, |
| 33 "status_code": 1 |
| 34 } |
| 35 ] |
OLD | NEW |