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

Side by Side Diff: recipe_modules/python/example.expected/basic.json

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: Created 4 years, 7 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_modules/properties/example.expected/lists.json ('k') | recipe_modules/raw_io/example.py » ('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 "import sys; sys.exit(0)" 6 "import sys; sys.exit(0)"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "success", 9 "name": "success",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "@@@STEP_LOG_LINE@success@This step is a success@@@", 11 "@@@STEP_LOG_LINE@success@This step is a success@@@",
11 "@@@STEP_LOG_END@success@@@" 12 "@@@STEP_LOG_END@success@@@"
12 ] 13 ]
13 }, 14 },
14 { 15 {
15 "cmd": [ 16 "cmd": [
16 "python", 17 "python",
17 "-u", 18 "-u",
18 "import sys; sys.exit(1)" 19 "import sys; sys.exit(1)"
19 ], 20 ],
21 "cwd": "[SLAVE_BUILD]",
20 "name": "failure", 22 "name": "failure",
21 "~followup_annotations": [ 23 "~followup_annotations": [
22 "step returned non-zero exit code: 1", 24 "step returned non-zero exit code: 1",
23 "@@@STEP_TEXT@This step is a failure :(@@@", 25 "@@@STEP_TEXT@This step is a failure :(@@@",
24 "@@@STEP_FAILURE@@@" 26 "@@@STEP_FAILURE@@@"
25 ] 27 ]
26 }, 28 },
27 { 29 {
28 "name": "$result", 30 "name": "$result",
29 "recipe_result": null, 31 "recipe_result": null,
30 "status_code": 0 32 "status_code": 0
31 } 33 }
32 ] 34 ]
OLDNEW
« no previous file with comments | « recipe_modules/properties/example.expected/lists.json ('k') | recipe_modules/raw_io/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698