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

Side by Side Diff: recipe_modules/step/example.expected/defer_results.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "Hello World" 5 "Hello World"
6 ], 6 ],
7 "name": "hello" 7 "name": "hello"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "echo", 93 "echo",
94 "testb" 94 "testb"
95 ], 95 ],
96 "name": "testb" 96 "name": "testb"
97 }, 97 },
98 { 98 {
99 "name": "$result", 99 "name": "$result",
100 "reason": "You can catch step failures.", 100 "reason": "You can catch step failures.",
101 "recipe_result": null,
101 "status_code": 1 102 "status_code": 1
102 } 103 }
103 ] 104 ]
OLDNEW
« no previous file with comments | « recipe_modules/generator_script/example.expected/always_run.json ('k') | recipe_modules/step/example.expected/timeout.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698