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

Side by Side Diff: recipes/example/nested.expected/basic.json

Issue 2332833003: Add better documentation, trigger namedtuple. (Closed)
Patch Set: More cleanups. Created 4 years, 3 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 "name": "complicated thing" 4 "name": "complicated thing"
4 }, 5 },
5 { 6 {
7 "cmd": [],
6 "name": "complicated thing.first part", 8 "name": "complicated thing.first part",
7 "~followup_annotations": [ 9 "~followup_annotations": [
8 "@@@STEP_NEST_LEVEL@1@@@" 10 "@@@STEP_NEST_LEVEL@1@@@"
9 ] 11 ]
10 }, 12 },
11 { 13 {
12 "cmd": [ 14 "cmd": [
13 "sleep", 15 "sleep",
14 "1" 16 "1"
15 ], 17 ],
(...skipping 16 matching lines...) Expand all
32 "cmd": [ 34 "cmd": [
33 "echo", 35 "echo",
34 "derpy" 36 "derpy"
35 ], 37 ],
36 "name": "complicated thing.attempt number.two", 38 "name": "complicated thing.attempt number.two",
37 "~followup_annotations": [ 39 "~followup_annotations": [
38 "@@@STEP_NEST_LEVEL@1@@@" 40 "@@@STEP_NEST_LEVEL@1@@@"
39 ] 41 ]
40 }, 42 },
41 { 43 {
44 "cmd": [],
42 "name": "inherit status" 45 "name": "inherit status"
43 }, 46 },
44 { 47 {
48 "cmd": [],
45 "name": "inherit status.inner step", 49 "name": "inherit status.inner step",
46 "~followup_annotations": [ 50 "~followup_annotations": [
47 "@@@STEP_NEST_LEVEL@1@@@", 51 "@@@STEP_NEST_LEVEL@1@@@",
48 "@@@STEP_EXCEPTION@@@" 52 "@@@STEP_EXCEPTION@@@"
49 ] 53 ]
50 }, 54 },
51 { 55 {
56 "cmd": [],
52 "name": "versatile status", 57 "name": "versatile status",
53 "~followup_annotations": [ 58 "~followup_annotations": [
54 "@@@STEP_FAILURE@@@" 59 "@@@STEP_FAILURE@@@"
55 ] 60 ]
56 }, 61 },
57 { 62 {
63 "cmd": [],
58 "name": "versatile status.inner step", 64 "name": "versatile status.inner step",
59 "~followup_annotations": [ 65 "~followup_annotations": [
60 "@@@STEP_NEST_LEVEL@1@@@" 66 "@@@STEP_NEST_LEVEL@1@@@"
61 ] 67 ]
62 }, 68 },
63 { 69 {
70 "cmd": [],
64 "name": "versatile status.inner step.even deeper", 71 "name": "versatile status.inner step.even deeper",
65 "~followup_annotations": [ 72 "~followup_annotations": [
66 "@@@STEP_NEST_LEVEL@2@@@" 73 "@@@STEP_NEST_LEVEL@2@@@"
67 ] 74 ]
68 }, 75 },
69 { 76 {
70 "cmd": [ 77 "cmd": [
71 "sleep", 78 "sleep",
72 "1" 79 "1"
73 ], 80 ],
74 "name": "simple thing" 81 "name": "simple thing"
75 }, 82 },
76 { 83 {
77 "name": "$result", 84 "name": "$result",
78 "recipe_result": null, 85 "recipe_result": null,
79 "status_code": 0 86 "status_code": 0
80 } 87 }
81 ] 88 ]
OLDNEW
« recipe_engine/recipe_api.py ('K') | « recipes/engine_tests/trigger.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698