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

Side by Side Diff: recipe_modules/step/example.expected/exceptional.json

Issue 1777003003: recipe_engine: change resource API to use repo root (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: review Created 4 years, 9 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "Hello World" 5 "Hello World"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "hello" 8 "name": "hello"
9 }, 9 },
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 }, 27 },
28 "name": "goodbye" 28 "name": "goodbye"
29 }, 29 },
30 { 30 {
31 "cmd": [ 31 "cmd": [
32 "recipes.py", 32 "recipes.py",
33 "--help" 33 "--help"
34 ], 34 ],
35 "cwd": "[SLAVE_BUILD]", 35 "cwd": "[SLAVE_BUILD]",
36 "env": { 36 "env": {
37 "PATH": "RECIPE_PACKAGE[recipe_engine]:%(PATH)s" 37 "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s"
38 }, 38 },
39 "name": "recipes help" 39 "name": "recipes help"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "bash", 43 "bash",
44 "-c", 44 "-c",
45 "exit 3" 45 "exit 3"
46 ], 46 ],
47 "cwd": "[SLAVE_BUILD]", 47 "cwd": "[SLAVE_BUILD]",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "step returned non-zero exit code: 1", 81 "step returned non-zero exit code: 1",
82 "@@@STEP_FAILURE@@@" 82 "@@@STEP_FAILURE@@@"
83 ] 83 ]
84 }, 84 },
85 { 85 {
86 "name": "$result", 86 "name": "$result",
87 "reason": "Uncaught Exception: ValueError('goodbye must exit 0!',)", 87 "reason": "Uncaught Exception: ValueError('goodbye must exit 0!',)",
88 "status_code": -1 88 "status_code": -1
89 } 89 }
90 ] 90 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/defer_results.json ('k') | recipe_modules/step/example.expected/infra_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698