OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "env": { | 12 "env": { |
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
13 }, | 14 }, |
14 "name": "gclient setup" | 15 "name": "gclient setup" |
15 }, | 16 }, |
16 { | 17 { |
17 "cmd": [ | 18 "cmd": [ |
18 "python", | 19 "python", |
19 "-u", | 20 "-u", |
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
21 "sync", | 22 "sync", |
22 "--verbose", | 23 "--verbose", |
23 "--with_branch_heads", | 24 "--with_branch_heads", |
24 "--nohooks", | 25 "--nohooks", |
25 "-j8", | 26 "-j8", |
26 "--reset", | 27 "--reset", |
27 "--force", | 28 "--force", |
28 "--upstream", | 29 "--upstream", |
29 "--no-nag-max", | 30 "--no-nag-max", |
30 "--delete_unversioned_trees", | 31 "--delete_unversioned_trees", |
31 "--revision", | 32 "--revision", |
32 "infra@origin/master", | 33 "infra@origin/master", |
33 "--revision", | 34 "--revision", |
34 "infra/recipes-py@origin/master", | 35 "infra/recipes-py@origin/master", |
35 "--output-json", | 36 "--output-json", |
36 "/path/to/tmp/json" | 37 "/path/to/tmp/json" |
37 ], | 38 ], |
| 39 "cwd": "[SLAVE_BUILD]", |
38 "env": { | 40 "env": { |
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 41 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 42 }, |
41 "name": "gclient sync", | 43 "name": "gclient sync", |
42 "~followup_annotations": [ | 44 "~followup_annotations": [ |
43 "@@@STEP_LOG_LINE@json.output@{@@@", | 45 "@@@STEP_LOG_LINE@json.output@{@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", |
47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 10 matching lines...) Expand all Loading... |
58 "cmd": [ | 60 "cmd": [ |
59 "python", | 61 "python", |
60 "-u", | 62 "-u", |
61 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
62 "recurse", | 64 "recurse", |
63 "git", | 65 "git", |
64 "config", | 66 "config", |
65 "user.name", | 67 "user.name", |
66 "local_bot" | 68 "local_bot" |
67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
68 "env": { | 71 "env": { |
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
70 }, | 73 }, |
71 "name": "gclient recurse (git config user.name)" | 74 "name": "gclient recurse (git config user.name)" |
72 }, | 75 }, |
73 { | 76 { |
74 "cmd": [ | 77 "cmd": [ |
75 "python", | 78 "python", |
76 "-u", | 79 "-u", |
77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
78 "recurse", | 81 "recurse", |
79 "git", | 82 "git", |
80 "config", | 83 "config", |
81 "user.email", | 84 "user.email", |
82 "local_bot@example.com" | 85 "local_bot@example.com" |
83 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
84 "env": { | 88 "env": { |
85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
86 }, | 90 }, |
87 "name": "gclient recurse (git config user.email)" | 91 "name": "gclient recurse (git config user.email)" |
88 }, | 92 }, |
89 { | 93 { |
90 "cmd": [ | 94 "cmd": [ |
91 "python", | 95 "python", |
92 "-u", | 96 "-u", |
93 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
94 "runhooks" | 98 "runhooks" |
95 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 101 "env": { |
97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
98 }, | 103 }, |
99 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
100 }, | 105 }, |
101 { | 106 { |
102 "cmd": [ | 107 "cmd": [ |
103 "python", | 108 "python", |
104 "-u", | 109 "-u", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 110 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
106 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 111 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
107 "--outfile", | 112 "--outfile", |
108 "/path/to/tmp/" | 113 "/path/to/tmp/" |
109 ], | 114 ], |
| 115 "cwd": "[SLAVE_BUILD]", |
110 "name": "Get luci-config projects" | 116 "name": "Get luci-config projects" |
111 }, | 117 }, |
112 { | 118 { |
113 "cmd": [], | 119 "cmd": [], |
| 120 "cwd": "[SLAVE_BUILD]", |
114 "name": "build" | 121 "name": "build" |
115 }, | 122 }, |
116 { | 123 { |
117 "cmd": [ | 124 "cmd": [ |
118 "python", | 125 "python", |
119 "-u", | 126 "-u", |
120 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 127 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
121 "--path", | 128 "--path", |
122 "[TMP]/roll_build_tmp_1", | 129 "[TMP_BASE]/roll_build_tmp_1", |
123 "--url", | 130 "--url", |
124 "https://repo.repo/build" | 131 "https://repo.repo/build" |
125 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
126 "name": "build.git setup", | 134 "name": "build.git setup", |
127 "~followup_annotations": [ | 135 "~followup_annotations": [ |
128 "@@@STEP_NEST_LEVEL@1@@@" | 136 "@@@STEP_NEST_LEVEL@1@@@" |
129 ] | 137 ] |
130 }, | 138 }, |
131 { | 139 { |
132 "cmd": [ | 140 "cmd": [ |
133 "git", | 141 "git", |
134 "retry", | 142 "retry", |
135 "fetch", | 143 "fetch", |
136 "origin", | 144 "origin", |
137 "master" | 145 "master" |
138 ], | 146 ], |
139 "cwd": "[TMP]/roll_build_tmp_1", | 147 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
140 "name": "build.git fetch", | 148 "name": "build.git fetch", |
141 "~followup_annotations": [ | 149 "~followup_annotations": [ |
142 "@@@STEP_NEST_LEVEL@1@@@" | 150 "@@@STEP_NEST_LEVEL@1@@@" |
143 ] | 151 ] |
144 }, | 152 }, |
145 { | 153 { |
146 "cmd": [ | 154 "cmd": [ |
147 "git", | 155 "git", |
148 "checkout", | 156 "checkout", |
149 "-f", | 157 "-f", |
150 "FETCH_HEAD" | 158 "FETCH_HEAD" |
151 ], | 159 ], |
152 "cwd": "[TMP]/roll_build_tmp_1", | 160 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
153 "name": "build.git checkout", | 161 "name": "build.git checkout", |
154 "~followup_annotations": [ | 162 "~followup_annotations": [ |
155 "@@@STEP_NEST_LEVEL@1@@@" | 163 "@@@STEP_NEST_LEVEL@1@@@" |
156 ] | 164 ] |
157 }, | 165 }, |
158 { | 166 { |
159 "cmd": [ | 167 "cmd": [ |
160 "git", | 168 "git", |
161 "rev-parse", | 169 "rev-parse", |
162 "HEAD" | 170 "HEAD" |
163 ], | 171 ], |
164 "cwd": "[TMP]/roll_build_tmp_1", | 172 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
165 "name": "build.read revision", | 173 "name": "build.read revision", |
166 "stdout": "/path/to/tmp/", | 174 "stdout": "/path/to/tmp/", |
167 "~followup_annotations": [ | 175 "~followup_annotations": [ |
168 "@@@STEP_NEST_LEVEL@1@@@", | 176 "@@@STEP_NEST_LEVEL@1@@@", |
169 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 177 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
170 ] | 178 ] |
171 }, | 179 }, |
172 { | 180 { |
173 "cmd": [ | 181 "cmd": [ |
174 "git", | 182 "git", |
175 "clean", | 183 "clean", |
176 "-f", | 184 "-f", |
177 "-d", | 185 "-d", |
178 "-x" | 186 "-x" |
179 ], | 187 ], |
180 "cwd": "[TMP]/roll_build_tmp_1", | 188 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
181 "name": "build.git clean", | 189 "name": "build.git clean", |
182 "~followup_annotations": [ | 190 "~followup_annotations": [ |
183 "@@@STEP_NEST_LEVEL@1@@@" | 191 "@@@STEP_NEST_LEVEL@1@@@" |
184 ] | 192 ] |
185 }, | 193 }, |
186 { | 194 { |
187 "cmd": [ | 195 "cmd": [ |
188 "git", | 196 "git", |
189 "config", | 197 "config", |
190 "user.email", | 198 "user.email", |
191 "recipe-roller@chromium.org" | 199 "recipe-roller@chromium.org" |
192 ], | 200 ], |
193 "cwd": "[TMP]/roll_build_tmp_1", | 201 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
194 "name": "build.git config", | 202 "name": "build.git config", |
195 "~followup_annotations": [ | 203 "~followup_annotations": [ |
196 "@@@STEP_NEST_LEVEL@1@@@" | 204 "@@@STEP_NEST_LEVEL@1@@@" |
197 ] | 205 ] |
198 }, | 206 }, |
199 { | 207 { |
200 "cmd": [ | 208 "cmd": [ |
201 "git", | 209 "git", |
202 "config", | 210 "config", |
203 "user.name", | 211 "user.name", |
204 "recipe-roller" | 212 "recipe-roller" |
205 ], | 213 ], |
206 "cwd": "[TMP]/roll_build_tmp_1", | 214 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
207 "name": "build.git config (2)", | 215 "name": "build.git config (2)", |
208 "~followup_annotations": [ | 216 "~followup_annotations": [ |
209 "@@@STEP_NEST_LEVEL@1@@@" | 217 "@@@STEP_NEST_LEVEL@1@@@" |
210 ] | 218 ] |
211 }, | 219 }, |
212 { | 220 { |
213 "cmd": [ | 221 "cmd": [ |
214 "git", | 222 "git", |
215 "checkout", | 223 "checkout", |
216 "-t", | 224 "-t", |
217 "-b", | 225 "-b", |
218 "roll", | 226 "roll", |
219 "origin/master" | 227 "origin/master" |
220 ], | 228 ], |
221 "cwd": "[TMP]/roll_build_tmp_1", | 229 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
222 "name": "build.git checkout (2)", | 230 "name": "build.git checkout (2)", |
223 "~followup_annotations": [ | 231 "~followup_annotations": [ |
224 "@@@STEP_NEST_LEVEL@1@@@" | 232 "@@@STEP_NEST_LEVEL@1@@@" |
225 ] | 233 ] |
226 }, | 234 }, |
227 { | 235 { |
228 "cmd": [ | 236 "cmd": [ |
229 "[CWD]/infra/ENV/bin/python", | 237 "[SLAVE_BUILD]/infra/ENV/bin/python", |
230 "-u", | 238 "-u", |
231 "[CWD]/infra/recipes-py/recipes.py", | 239 "[SLAVE_BUILD]/infra/recipes-py/recipes.py", |
232 "--package", | 240 "--package", |
233 "[TMP]/roll_build_tmp_1/infra/config/recipes.cfg", | 241 "[TMP_BASE]/roll_build_tmp_1/infra/config/recipes.cfg", |
234 "autoroll", | 242 "autoroll", |
235 "--output-json", | 243 "--output-json", |
236 "/path/to/tmp/json" | 244 "/path/to/tmp/json" |
237 ], | 245 ], |
| 246 "cwd": "[SLAVE_BUILD]", |
238 "name": "build.roll", | 247 "name": "build.roll", |
239 "~followup_annotations": [ | 248 "~followup_annotations": [ |
240 "@@@STEP_NEST_LEVEL@1@@@", | 249 "@@@STEP_NEST_LEVEL@1@@@", |
241 "@@@STEP_LOG_LINE@json.output@{@@@", | 250 "@@@STEP_LOG_LINE@json.output@{@@@", |
242 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"picked_roll_details\": {@@@", |
243 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"commit_infos\": {@@@", |
244 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": [@@@", |
245 "@@@STEP_LOG_LINE@json.output@ {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ {@@@", |
246 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"author\": \"foo@chromium.org\",
@@@", |
247 "@@@STEP_LOG_LINE@json.output@ \"message\": \"some commit message
\\nR=bar@chromium.org,baz@chromium.org,invalid1,invalid2@chromium\\nBUG=123,456\
", @@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"message\": \"some commit message
\\nR=bar@chromium.org,baz@chromium.org,invalid1,invalid2@chromium\\nBUG=123,456\
", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
277 ] | 286 ] |
278 }, | 287 }, |
279 { | 288 { |
280 "cmd": [ | 289 "cmd": [ |
281 "git", | 290 "git", |
282 "commit", | 291 "commit", |
283 "-a", | 292 "-a", |
284 "-m", | 293 "-m", |
285 "roll recipes.cfg" | 294 "roll recipes.cfg" |
286 ], | 295 ], |
287 "cwd": "[TMP]/roll_build_tmp_1", | 296 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
288 "name": "build.git commit", | 297 "name": "build.git commit", |
289 "~followup_annotations": [ | 298 "~followup_annotations": [ |
290 "@@@STEP_NEST_LEVEL@1@@@" | 299 "@@@STEP_NEST_LEVEL@1@@@" |
291 ] | 300 ] |
292 }, | 301 }, |
293 { | 302 { |
294 "cmd": [ | 303 "cmd": [ |
295 "git", | 304 "git", |
296 "show", | 305 "show", |
297 "--format=%b" | 306 "--format=%b" |
298 ], | 307 ], |
299 "cwd": "[TMP]/roll_build_tmp_1", | 308 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
300 "name": "build.git show", | 309 "name": "build.git show", |
301 "stdout": "/path/to/tmp/", | 310 "stdout": "/path/to/tmp/", |
302 "~followup_annotations": [ | 311 "~followup_annotations": [ |
303 "@@@STEP_NEST_LEVEL@1@@@", | 312 "@@@STEP_NEST_LEVEL@1@@@", |
304 "@@@STEP_LOG_LINE@output@-some line@@@", | 313 "@@@STEP_LOG_LINE@output@-some line@@@", |
305 "@@@STEP_LOG_LINE@output@+some other line@@@", | 314 "@@@STEP_LOG_LINE@output@+some other line@@@", |
306 "@@@STEP_LOG_END@output@@@" | 315 "@@@STEP_LOG_END@output@@@" |
307 ] | 316 ] |
308 }, | 317 }, |
309 { | 318 { |
310 "cmd": [ | 319 "cmd": [ |
311 "python", | 320 "python", |
312 "-u", | 321 "-u", |
313 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 322 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
314 "--", | 323 "--", |
315 "[ROOT]/b/depot_tools/gsutil.py", | 324 "[DEPOT_TOOLS]/gsutil.py", |
316 "----", | 325 "----", |
317 "cat", | 326 "cat", |
318 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" | 327 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" |
319 ], | 328 ], |
| 329 "cwd": "[SLAVE_BUILD]", |
320 "name": "build.gsutil cat", | 330 "name": "build.gsutil cat", |
321 "stderr": "/path/to/tmp/", | 331 "stderr": "/path/to/tmp/", |
322 "stdout": "/path/to/tmp/", | 332 "stdout": "/path/to/tmp/", |
323 "~followup_annotations": [ | 333 "~followup_annotations": [ |
324 "@@@STEP_NEST_LEVEL@1@@@", | 334 "@@@STEP_NEST_LEVEL@1@@@", |
325 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", | 335 "@@@STEP_LOG_LINE@stderr@Error: No URLs matched ...@@@", |
326 "@@@STEP_LOG_END@stderr@@@" | 336 "@@@STEP_LOG_END@stderr@@@" |
327 ] | 337 ] |
328 }, | 338 }, |
329 { | 339 { |
330 "cmd": [ | 340 "cmd": [ |
331 "git", | 341 "git", |
332 "cl", | 342 "cl", |
333 "upload", | 343 "upload", |
334 "--send-mail", | 344 "--send-mail", |
335 "--cq-dry-run", | 345 "--cq-dry-run", |
336 "--bypass-hooks", | 346 "--bypass-hooks", |
337 "-f", | 347 "-f", |
338 "-m", | 348 "-m", |
339 "Roll recipe dependencies (nontrivial).\n\nThis is an automated CL created
by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g
. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nPlease review
the expectation changes, and LGTM as normal. The recipe roller\nwill *NOT* CQ th
e change itself, so you must commit the change manually.\n\n\nMore info is at ht
tps://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug\n(or complain)\n\nr
ecipe_engine:\n https://crrev.com/123abc some commit message (foo@chromium.org)
\n\nR=foo@chromium.org,bar@chromium.org,baz@chromium.org\nBUG=123,456\n", | 349 "Roll recipe dependencies (nontrivial).\n\nThis is an automated CL created
by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g
. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nPlease review
the expectation changes, and LGTM as normal. The recipe roller\nwill *NOT* CQ th
e change itself, so you must commit the change manually.\n\n\nMore info is at ht
tps://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug\n(or complain)\n\nr
ecipe_engine:\n https://crrev.com/123abc some commit message (foo@chromium.org)
\n\nR=foo@chromium.org,bar@chromium.org,baz@chromium.org\nBUG=123,456\n", |
340 "--auth-refresh-token-json=/creds/refresh_tokens/recipe-roller" | 350 "--auth-refresh-token-json=/creds/refresh_tokens/recipe-roller" |
341 ], | 351 ], |
342 "cwd": "[TMP]/roll_build_tmp_1", | 352 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
343 "name": "build.git cl upload", | 353 "name": "build.git cl upload", |
344 "~followup_annotations": [ | 354 "~followup_annotations": [ |
345 "@@@STEP_NEST_LEVEL@1@@@" | 355 "@@@STEP_NEST_LEVEL@1@@@" |
346 ] | 356 ] |
347 }, | 357 }, |
348 { | 358 { |
349 "cmd": [ | 359 "cmd": [ |
350 "git", | 360 "git", |
351 "cl", | 361 "cl", |
352 "issue" | 362 "issue" |
353 ], | 363 ], |
354 "cwd": "[TMP]/roll_build_tmp_1", | 364 "cwd": "[TMP_BASE]/roll_build_tmp_1", |
355 "name": "build.git cl issue", | 365 "name": "build.git cl issue", |
356 "stdout": "/path/to/tmp/", | 366 "stdout": "/path/to/tmp/", |
357 "~followup_annotations": [ | 367 "~followup_annotations": [ |
358 "@@@STEP_NEST_LEVEL@1@@@", | 368 "@@@STEP_NEST_LEVEL@1@@@", |
359 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" | 369 "@@@STEP_LINK@Issue 123456789@https://codereview.chromium.org/123456789@@@
" |
360 ] | 370 ] |
361 }, | 371 }, |
362 { | 372 { |
363 "cmd": [ | 373 "cmd": [ |
364 "python", | 374 "python", |
365 "-u", | 375 "-u", |
366 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 376 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
367 "--", | 377 "--", |
368 "[ROOT]/b/depot_tools/gsutil.py", | 378 "[DEPOT_TOOLS]/gsutil.py", |
369 "----", | 379 "----", |
370 "cp", | 380 "cp", |
371 "{\"diff_digest\": \"afe53a0e969fd0b2a6b5c5f89724d0c6\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", | 381 "{\"diff_digest\": \"afe53a0e969fd0b2a6b5c5f89724d0c6\", \"issue\": \"1234
56789\", \"issue_url\": \"https://codereview.chromium.org/123456789\"}", |
372 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" | 382 "gs://recipe-roller-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf" |
373 ], | 383 ], |
| 384 "cwd": "[SLAVE_BUILD]", |
374 "name": "build.gsutil upload", | 385 "name": "build.gsutil upload", |
375 "~followup_annotations": [ | 386 "~followup_annotations": [ |
376 "@@@STEP_NEST_LEVEL@1@@@", | 387 "@@@STEP_NEST_LEVEL@1@@@", |
377 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf@@@" | 388 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/recipe-roller
-cl-uploads/8e9377cb1551d1353f8f1103e01bd5bf@@@" |
378 ] | 389 ] |
379 }, | 390 }, |
380 { | 391 { |
381 "cmd": [ | 392 "cmd": [ |
382 "python", | 393 "python", |
383 "-u", | 394 "-u", |
384 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", | 395 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
385 "[TMP]/roll_build_tmp_1" | 396 "[TMP_BASE]/roll_build_tmp_1" |
386 ], | 397 ], |
387 "name": "build.rmtree [TMP]/roll_build_tmp_1", | 398 "cwd": "[SLAVE_BUILD]", |
| 399 "name": "build.rmtree [TMP_BASE]/roll_build_tmp_1", |
388 "~followup_annotations": [ | 400 "~followup_annotations": [ |
389 "@@@STEP_NEST_LEVEL@1@@@", | 401 "@@@STEP_NEST_LEVEL@1@@@", |
390 "@@@STEP_LOG_LINE@python.inline@@@@", | 402 "@@@STEP_LOG_LINE@python.inline@@@@", |
391 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 403 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
392 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 404 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
393 "@@@STEP_LOG_END@python.inline@@@" | 405 "@@@STEP_LOG_END@python.inline@@@" |
394 ] | 406 ] |
395 }, | 407 }, |
396 { | 408 { |
397 "name": "$result", | 409 "name": "$result", |
398 "recipe_result": null, | 410 "recipe_result": null, |
399 "status_code": 0 | 411 "status_code": 0 |
400 } | 412 } |
401 ] | 413 ] |
OLD | NEW |