Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Side by Side Diff: scripts/slave/recipes/infra/gae_sdk_cipd_packager.expected/bad_version_yaml.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698