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

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

Issue 2253943003: Formally define step config, pass to stream. (Closed) Base URL: https://github.com/luci/recipes-py@nest-single-event
Patch Set: Rebase Created 4 years, 4 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": [],
4 "name": "complicated thing" 3 "name": "complicated thing"
5 }, 4 },
6 { 5 {
7 "cmd": [],
8 "name": "complicated thing.first part", 6 "name": "complicated thing.first part",
9 "~followup_annotations": [ 7 "~followup_annotations": [
10 "@@@STEP_NEST_LEVEL@1@@@" 8 "@@@STEP_NEST_LEVEL@1@@@"
11 ] 9 ]
12 }, 10 },
13 { 11 {
14 "cmd": [ 12 "cmd": [
15 "sleep", 13 "sleep",
16 "1" 14 "1"
17 ], 15 ],
(...skipping 28 matching lines...) Expand all
46 "1" 44 "1"
47 ], 45 ],
48 "name": "simple thing" 46 "name": "simple thing"
49 }, 47 },
50 { 48 {
51 "name": "$result", 49 "name": "$result",
52 "recipe_result": null, 50 "recipe_result": null,
53 "status_code": 0 51 "status_code": 0
54 } 52 }
55 ] 53 ]
OLDNEW
« recipe_engine/step_runner.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