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

Side by Side Diff: recipe_modules/generator_script/example.expected/always_run.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 "always_run.py", 6 "always_run.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(always_run.py)", 11 "name": "gen step(always_run.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@ \"runs succeeds\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"runs succeeds\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"runs\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"runs\"@@@",
20 "@@@STEP_LOG_LINE@json.output@ }, @@@", 20 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "runs anyway" 68 "runs anyway"
69 ], 69 ],
70 "name": "always_runs" 70 "name": "always_runs"
71 }, 71 },
72 { 72 {
73 "name": "$result", 73 "name": "$result",
74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" , 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" ,
75 "status_code": 1 75 "status_code": 1
76 } 76 }
77 ] 77 ]
OLDNEW
« no previous file with comments | « recipe_modules/generator_script/example.py ('k') | recipe_modules/generator_script/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698