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

Side by Side Diff: recipe_modules/step/example.expected/warning.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 ], 77 ],
78 "name": "warning", 78 "name": "warning",
79 "~followup_annotations": [ 79 "~followup_annotations": [
80 "step returned non-zero exit code: 1", 80 "step returned non-zero exit code: 1",
81 "@@@STEP_WARNINGS@@@" 81 "@@@STEP_WARNINGS@@@"
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "name": "$result", 85 "name": "$result",
86 "reason": "Step('warning') failed with return_code 1", 86 "reason": "Step('warning') failed with return_code 1",
87 "recipe_result": null,
87 "status_code": 1 88 "status_code": 1
88 } 89 }
89 ] 90 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/timeout.json ('k') | recipes/example/defer.expected/one_fail.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698