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

Side by Side Diff: recipe_modules/path/example.expected/win_kitchen.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, 7 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
(Empty)
1 [
2 {
3 "cmd": [
4 "/bin/echo",
5 "[SLAVE_BUILD]\\foo"
6 ],
7 "cwd": "[SLAVE_BUILD]",
8 "name": "step1"
9 },
10 {
11 "cmd": [
12 "echo",
13 "RECIPE_MODULE[recipe_engine::path]\\resources\\dir\\file.py"
14 ],
15 "cwd": "[SLAVE_BUILD]",
16 "name": "print resource"
17 },
18 {
19 "cmd": [
20 "echo",
21 "RECIPE_PACKAGE_REPO[recipe_engine]\\dir\\file.py"
22 ],
23 "cwd": "[SLAVE_BUILD]",
24 "name": "print package dir"
25 },
26 {
27 "cmd": [
28 "/bin/echo",
29 "[SLAVE_BUILD]\\checkout\\jerky"
30 ],
31 "cwd": "[SLAVE_BUILD]",
32 "name": "checkout path"
33 },
34 {
35 "cmd": [
36 "touch",
37 "[SLAVE_BUILD]\\new_file"
38 ],
39 "cwd": "[SLAVE_BUILD]",
40 "name": "touch me"
41 },
42 {
43 "name": "$result",
44 "recipe_result": null,
45 "status_code": 0
46 }
47 ]
OLDNEW
« no previous file with comments | « recipe_modules/path/example.expected/win.json ('k') | recipe_modules/path/example.expected/win_swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698