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

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

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

Powered by Google App Engine
This is Rietveld 408576698