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

Side by Side Diff: recipe_modules/generator_script/example.expected/basic_python.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 "bogus.py", 6 "bogus.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(bogus.py)", 11 "name": "gen step(bogus.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 python\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"mock step python\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.python\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.python\"@@@",
20 "@@@STEP_LOG_LINE@json.output@ }@@@", 20 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 10 matching lines...) Expand all
31 "FOO": "bar" 31 "FOO": "bar"
32 }, 32 },
33 "name": "mock.step.python" 33 "name": "mock.step.python"
34 }, 34 },
35 { 35 {
36 "name": "$result", 36 "name": "$result",
37 "recipe_result": null, 37 "recipe_result": null,
38 "status_code": 0 38 "status_code": 0
39 } 39 }
40 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698