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/malformed_command.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 "malformed.py", 6 "malformed.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(malformed.py)", 11 "name": "gen step(malformed.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@ \"there are\", @@@", 17 "@@@STEP_LOG_LINE@json.output@ \"there are\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ 4, @@@", 18 "@@@STEP_LOG_LINE@json.output@ 4, @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"cows\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"cows\"@@@",
20 "@@@STEP_LOG_LINE@json.output@ ], @@@", 20 "@@@STEP_LOG_LINE@json.output@ ], @@@",
21 "@@@STEP_LOG_LINE@json.output@ \"name\": \"run\"@@@", 21 "@@@STEP_LOG_LINE@json.output@ \"name\": \"run\"@@@",
22 "@@@STEP_LOG_LINE@json.output@ }@@@", 22 "@@@STEP_LOG_LINE@json.output@ }@@@",
23 "@@@STEP_LOG_LINE@json.output@]@@@", 23 "@@@STEP_LOG_LINE@json.output@]@@@",
24 "@@@STEP_LOG_END@json.output@@@" 24 "@@@STEP_LOG_END@json.output@@@"
25 ] 25 ]
26 }, 26 },
27 { 27 {
28 "name": "$result", 28 "name": "$result",
29 "reason": "Uncaught Exception: AssertionError(['echo', 'there are', 4, 'cows '],)", 29 "reason": "Uncaught Exception: AssertionError(['echo', 'there are', 4, 'cows '],)",
30 "status_code": -1 30 "status_code": -1
31 } 31 }
32 ] 32 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698