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

Side by Side Diff: recipe_modules/platform/example.expected/mac64.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": "platform things", 3 "name": "platform things",
5 "~followup_annotations": [ 4 "~followup_annotations": [
6 "@@@STEP_LOG_LINE@name@mac@@@", 5 "@@@STEP_LOG_LINE@name@mac@@@",
7 "@@@STEP_LOG_END@name@@@", 6 "@@@STEP_LOG_END@name@@@",
8 "@@@STEP_LOG_LINE@bits@64@@@", 7 "@@@STEP_LOG_LINE@bits@64@@@",
9 "@@@STEP_LOG_END@bits@@@", 8 "@@@STEP_LOG_END@bits@@@",
10 "@@@STEP_LOG_LINE@arch@intel@@@", 9 "@@@STEP_LOG_LINE@arch@intel@@@",
11 "@@@STEP_LOG_END@arch@@@" 10 "@@@STEP_LOG_END@arch@@@"
12 ] 11 ]
13 }, 12 },
14 { 13 {
15 "name": "$result", 14 "name": "$result",
16 "recipe_result": null, 15 "recipe_result": null,
17 "status_code": 0 16 "status_code": 0
18 } 17 }
19 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698