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

Side by Side Diff: recipe_modules/generator_script/example.expected/presentation.json

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: tmp Created 4 years, 8 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 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "presentation.py", 6 "presentation.py",
7 "--output-json", 7 "--output-json",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]", 10 "cwd": "[TMP]/checkout",
11 "name": "gen step(presentation.py)", 11 "name": "gen step(presentation.py)",
12 "~followup_annotations": [ 12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@[@@@", 13 "@@@STEP_LOG_LINE@json.output@[@@@",
14 "@@@STEP_LOG_LINE@json.output@ {@@@", 14 "@@@STEP_LOG_LINE@json.output@ {@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"mock step presentation\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"mock step presentation\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.presentation\", @@ @", 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.presentation\", @@ @",
20 "@@@STEP_LOG_LINE@json.output@ \"outputs_presentation_json\": true@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"outputs_presentation_json\": true@@@",
(...skipping 13 matching lines...) Expand all
34 "~followup_annotations": [ 34 "~followup_annotations": [
35 "@@@STEP_TEXT@mock step text@@@" 35 "@@@STEP_TEXT@mock step text@@@"
36 ] 36 ]
37 }, 37 },
38 { 38 {
39 "name": "$result", 39 "name": "$result",
40 "recipe_result": null, 40 "recipe_result": null,
41 "status_code": 0 41 "status_code": 0
42 } 42 }
43 ] 43 ]
OLDNEW
« no previous file with comments | « recipe_modules/generator_script/example.expected/malformed_command.json ('k') | recipe_modules/json/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698