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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "@@@STEP_LOG_LINE@json.output@}@@@", 232 "@@@STEP_LOG_LINE@json.output@}@@@",
233 "@@@STEP_LOG_END@json.output@@@" 233 "@@@STEP_LOG_END@json.output@@@"
234 ] 234 ]
235 }, 235 },
236 { 236 {
237 "cmd": [ 237 "cmd": [
238 "python", 238 "python",
239 "-u", 239 "-u",
240 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py", 240 "RECIPE_MODULE[build::gsutil]\\resources\\gsutil_wrapper.py",
241 "--", 241 "--",
242 "[DEPOT_TOOLS]\\gsutil.py", 242 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
243 "----", 243 "----",
244 "cp", 244 "cp",
245 "-a", 245 "-a",
246 "public-read", 246 "public-read",
247 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\": \"[dummy hash for test262]\"}", 247 "{\"bot_default\": \"[dummy hash for bot_default]\", \"ignition\": \"[dumm y hash for ignition]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\": \"[dummy hash for test262]\"}",
248 "gs://chromium-v8/v8-win32-rel/full-build-win32_f2cbea7e89a45f46819777bb78 a1f5bd0241f64c.json" 248 "gs://chromium-v8/v8-win32-rel/full-build-win32_f2cbea7e89a45f46819777bb78 a1f5bd0241f64c.json"
249 ], 249 ],
250 "name": "gsutil upload", 250 "name": "gsutil upload",
251 "~followup_annotations": [ 251 "~followup_annotations": [
252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v 8-win32-rel/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" 252 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v 8-win32-rel/full-build-win32_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "~followup_annotations": [ 301 "~followup_annotations": [
302 "@@@STEP_TEXT@V8 Win32@@@" 302 "@@@STEP_TEXT@V8 Win32@@@"
303 ] 303 ]
304 }, 304 },
305 { 305 {
306 "name": "$result", 306 "name": "$result",
307 "recipe_result": null, 307 "recipe_result": null,
308 "status_code": 0 308 "status_code": 0
309 } 309 }
310 ] 310 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698