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

Side by Side Diff: recipe_modules/gclient/example.expected/tryserver.json

Issue 1676473002: gclient: add depot_tools to PATH (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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 "RECIPE_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]" 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu m/src.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]", 11 "cwd": "[SLAVE_BUILD]",
12 "env": {
13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
14 },
12 "name": "gclient setup" 15 "name": "gclient setup"
13 }, 16 },
14 { 17 {
15 "cmd": [ 18 "cmd": [
16 "python", 19 "python",
17 "-u", 20 "-u",
18 "RECIPE_PACKAGE[depot_tools]/gclient.py", 21 "RECIPE_PACKAGE[depot_tools]/gclient.py",
19 "sync", 22 "sync",
20 "--verbose", 23 "--verbose",
21 "--with_branch_heads", 24 "--with_branch_heads",
22 "--nohooks", 25 "--nohooks",
23 "-j8", 26 "-j8",
24 "--reset", 27 "--reset",
25 "--force", 28 "--force",
26 "--upstream", 29 "--upstream",
27 "--no-nag-max", 30 "--no-nag-max",
28 "--delete_unversioned_trees", 31 "--delete_unversioned_trees",
29 "--revision", 32 "--revision",
30 "src@HEAD", 33 "src@HEAD",
31 "--output-json", 34 "--output-json",
32 "/path/to/tmp/json" 35 "/path/to/tmp/json"
33 ], 36 ],
34 "cwd": "[SLAVE_BUILD]", 37 "cwd": "[SLAVE_BUILD]",
38 "env": {
39 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
40 },
35 "name": "gclient sync", 41 "name": "gclient sync",
36 "~followup_annotations": [ 42 "~followup_annotations": [
37 "@@@STEP_LOG_LINE@json.output@{@@@", 43 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ }@@@", 47 "@@@STEP_LOG_LINE@json.output@ }@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@", 48 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@}@@@", 49 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@" 50 "@@@STEP_LOG_END@json.output@@@"
45 ] 51 ]
46 }, 52 },
47 { 53 {
48 "cmd": [ 54 "cmd": [
49 "python", 55 "python",
50 "-u", 56 "-u",
51 "RECIPE_PACKAGE[depot_tools]/gclient.py", 57 "RECIPE_PACKAGE[depot_tools]/gclient.py",
52 "recurse", 58 "recurse",
53 "git", 59 "git",
54 "config", 60 "config",
55 "user.name", 61 "user.name",
56 "local_bot" 62 "local_bot"
57 ], 63 ],
58 "cwd": "[SLAVE_BUILD]", 64 "cwd": "[SLAVE_BUILD]",
65 "env": {
66 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
67 },
59 "name": "gclient recurse (git config user.name)" 68 "name": "gclient recurse (git config user.name)"
60 }, 69 },
61 { 70 {
62 "cmd": [ 71 "cmd": [
63 "python", 72 "python",
64 "-u", 73 "-u",
65 "RECIPE_PACKAGE[depot_tools]/gclient.py", 74 "RECIPE_PACKAGE[depot_tools]/gclient.py",
66 "recurse", 75 "recurse",
67 "git", 76 "git",
68 "config", 77 "config",
69 "user.email", 78 "user.email",
70 "local_bot@example.com" 79 "local_bot@example.com"
71 ], 80 ],
72 "cwd": "[SLAVE_BUILD]", 81 "cwd": "[SLAVE_BUILD]",
82 "env": {
83 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
84 },
73 "name": "gclient recurse (git config user.email)" 85 "name": "gclient recurse (git config user.email)"
74 }, 86 },
75 { 87 {
76 "cmd": [ 88 "cmd": [
77 "python", 89 "python",
78 "-u", 90 "-u",
79 "RECIPE_PACKAGE[depot_tools]/gclient.py", 91 "RECIPE_PACKAGE[depot_tools]/gclient.py",
80 "config", 92 "config",
81 "--spec", 93 "--spec",
82 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': ' svn://svn.chromium.org/blink/trunk'}]" 94 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': ' svn://svn.chromium.org/blink/trunk'}]"
83 ], 95 ],
84 "cwd": "[SLAVE_BUILD]/src/third_party", 96 "cwd": "[SLAVE_BUILD]/src/third_party",
97 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
99 },
85 "name": "[spec: WebKit] gclient setup" 100 "name": "[spec: WebKit] gclient setup"
86 }, 101 },
87 { 102 {
88 "cmd": [ 103 "cmd": [
89 "python", 104 "python",
90 "-u", 105 "-u",
91 "[BUILD]/scripts/slave/gclient_safe_revert.py", 106 "[BUILD]/scripts/slave/gclient_safe_revert.py",
92 ".", 107 ".",
93 "[DEPOT_TOOLS]/gclient" 108 "[DEPOT_TOOLS]/gclient"
94 ], 109 ],
(...skipping 10 matching lines...) Expand all
105 "--force", 120 "--force",
106 "--verbose", 121 "--verbose",
107 "--delete_unversioned_trees", 122 "--delete_unversioned_trees",
108 "--with_branch_heads", 123 "--with_branch_heads",
109 "--revision", 124 "--revision",
110 "third_party/WebKit@123", 125 "third_party/WebKit@123",
111 "--output-json", 126 "--output-json",
112 "/path/to/tmp/json" 127 "/path/to/tmp/json"
113 ], 128 ],
114 "cwd": "[SLAVE_BUILD]/src/third_party", 129 "cwd": "[SLAVE_BUILD]/src/third_party",
130 "env": {
131 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
132 },
115 "name": "[spec: WebKit] gclient sync", 133 "name": "[spec: WebKit] gclient sync",
116 "~followup_annotations": [ 134 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@json.output@{@@@", 135 "@@@STEP_LOG_LINE@json.output@{@@@",
118 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 136 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", 137 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@",
120 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", 138 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@",
121 "@@@STEP_LOG_LINE@json.output@ }, @@@", 139 "@@@STEP_LOG_LINE@json.output@ }, @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", 140 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", 141 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@",
124 "@@@STEP_LOG_LINE@json.output@ }@@@", 142 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 28 matching lines...) Expand all
153 ] 171 ]
154 }, 172 },
155 { 173 {
156 "cmd": [ 174 "cmd": [
157 "python", 175 "python",
158 "-u", 176 "-u",
159 "RECIPE_PACKAGE[depot_tools]/gclient.py", 177 "RECIPE_PACKAGE[depot_tools]/gclient.py",
160 "runhooks" 178 "runhooks"
161 ], 179 ],
162 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
181 "env": {
182 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
183 },
163 "name": "gclient runhooks" 184 "name": "gclient runhooks"
164 }, 185 },
165 { 186 {
166 "name": "$result", 187 "name": "$result",
167 "recipe_result": null, 188 "recipe_result": null,
168 "status_code": 0 189 "status_code": 0
169 } 190 }
170 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698