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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "ChromiumOS Codesearch", 10 "ChromiumOS Codesearch",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" 308 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip"
309 ], 309 ],
310 "name": "create index pack" 310 "name": "create index pack"
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 316 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
317 "--", 317 "--",
318 "[DEPOT_TOOLS]/gsutil.py", 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
319 "----", 319 "----",
320 "cp", 320 "cp",
321 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", 321 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip",
322 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" 322 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip"
323 ], 323 ],
324 "name": "gsutil upload index pack", 324 "name": "gsutil upload index pack",
325 "~followup_annotations": [ 325 "~followup_annotations": [
326 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/index_pack_chromeos_170242.zip@@@" 326 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/index_pack_chromeos_170242.zip@@@"
327 ] 327 ]
328 }, 328 },
(...skipping 10 matching lines...) Expand all
339 "chromium_src_chromeos.tar.bz2" 339 "chromium_src_chromeos.tar.bz2"
340 ], 340 ],
341 "name": "archive source" 341 "name": "archive source"
342 }, 342 },
343 { 343 {
344 "cmd": [ 344 "cmd": [
345 "python", 345 "python",
346 "-u", 346 "-u",
347 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 347 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
348 "--", 348 "--",
349 "[DEPOT_TOOLS]/gsutil.py", 349 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
350 "----", 350 "----",
351 "cp", 351 "cp",
352 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", 352 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2",
353 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" 353 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2"
354 ], 354 ],
355 "name": "gsutil upload source tarball", 355 "name": "gsutil upload source tarball",
356 "~followup_annotations": [ 356 "~followup_annotations": [
357 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" 357 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@"
358 ] 358 ]
359 }, 359 },
360 { 360 {
361 "name": "$result", 361 "name": "$result",
362 "recipe_result": null, 362 "recipe_result": null,
363 "status_code": 0 363 "status_code": 0
364 } 364 }
365 ] 365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698