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

Side by Side Diff: recipes/engine_tests/trigger.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, 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": [],
4 "name": "trigger some junk", 3 "name": "trigger some junk",
5 "trigger_specs": [ 4 "trigger_specs": [
6 { 5 {
7 "buildbot_changes": [ 6 "buildbot_changes": [
8 { 7 {
9 "when_timestamp": 1445412480 8 "when_timestamp": 1445412480
10 } 9 }
11 ], 10 ],
12 "builder_name": "triggered" 11 "builder_name": "triggered"
13 } 12 }
14 ] 13 ]
15 }, 14 },
16 { 15 {
17 "name": "$result", 16 "name": "$result",
18 "recipe_result": null, 17 "recipe_result": null,
19 "status_code": 0 18 "status_code": 0
20 } 19 }
21 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698