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

Side by Side Diff: scripts/slave/recipes/example/hierarchical.expected/basic.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "billy" 5 "billy"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]",
7 "env": { 8 "env": {
8 "climate": "rainy", 9 "climate": "rainy",
9 "mood": "excellent" 10 "mood": "excellent"
10 }, 11 },
11 "name": "grandparent.mom.child" 12 "name": "grandparent.mom.child"
12 }, 13 },
13 { 14 {
14 "cmd": [ 15 "cmd": [
15 "echo", 16 "echo",
16 "sam" 17 "sam"
17 ], 18 ],
19 "cwd": "[SLAVE_BUILD]",
18 "env": { 20 "env": {
19 "climate": "cloudy", 21 "climate": "cloudy",
20 "mood": "excellent" 22 "mood": "excellent"
21 }, 23 },
22 "name": "grandparent.dad.child" 24 "name": "grandparent.dad.child"
23 }, 25 },
24 { 26 {
25 "cmd": [ 27 "cmd": [
26 "echo", 28 "echo",
27 "testb" 29 "testb"
28 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
29 "env": { 32 "env": {
30 "climate": "sunny", 33 "climate": "sunny",
31 "mood": "excellent" 34 "mood": "excellent"
32 }, 35 },
33 "name": "grandparent.aunt" 36 "name": "grandparent.aunt"
34 }, 37 },
35 { 38 {
36 "name": "$result", 39 "name": "$result",
37 "recipe_result": null, 40 "recipe_result": null,
38 "status_code": 0 41 "status_code": 0
39 } 42 }
40 ] 43 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698