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

Side by Side Diff: recipe_modules/generator_script/example.expected/always_run.json

Issue 2127353003: Include "recipe_result" (None) on StepFailure (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: trybots Created 4 years, 5 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
« no previous file with comments | « recipe_engine/run.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "always_run.py", 6 "always_run.py",
7 "--output-json", 7 "--output-json",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[TMP_BASE]", 10 "cwd": "[TMP_BASE]",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "echo", 67 "echo",
68 "runs anyway" 68 "runs anyway"
69 ], 69 ],
70 "name": "always_runs" 70 "name": "always_runs"
71 }, 71 },
72 { 72 {
73 "name": "$result", 73 "name": "$result",
74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" , 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" ,
75 "recipe_result": null,
75 "status_code": 1 76 "status_code": 1
76 } 77 }
77 ] 78 ]
OLDNEW
« no previous file with comments | « recipe_engine/run.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698