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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_fail.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip" 313 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip"
314 ], 314 ],
315 "name": "create index pack" 315 "name": "create index pack"
316 }, 316 },
317 { 317 {
318 "cmd": [ 318 "cmd": [
319 "python", 319 "python",
320 "-u", 320 "-u",
321 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 321 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
322 "--", 322 "--",
323 "[DEPOT_TOOLS]/gsutil.py", 323 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
324 "----", 324 "----",
325 "cp", 325 "cp",
326 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip", 326 "[SLAVE_BUILD]/src/out/Debug/index_pack_chromeos.zip",
327 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip" 327 "gs://chrome-codesearch/prod/index_pack_chromeos_170242.zip"
328 ], 328 ],
329 "name": "gsutil upload index pack", 329 "name": "gsutil upload index pack",
330 "~followup_annotations": [ 330 "~followup_annotations": [
331 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/index_pack_chromeos_170242.zip@@@" 331 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/index_pack_chromeos_170242.zip@@@"
332 ] 332 ]
333 }, 333 },
(...skipping 10 matching lines...) Expand all
344 "chromium_src_chromeos.tar.bz2" 344 "chromium_src_chromeos.tar.bz2"
345 ], 345 ],
346 "name": "archive source" 346 "name": "archive source"
347 }, 347 },
348 { 348 {
349 "cmd": [ 349 "cmd": [
350 "python", 350 "python",
351 "-u", 351 "-u",
352 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 352 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
353 "--", 353 "--",
354 "[DEPOT_TOOLS]/gsutil.py", 354 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
355 "----", 355 "----",
356 "cp", 356 "cp",
357 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2", 357 "[SLAVE_BUILD]/chromium_src_chromeos.tar.bz2",
358 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2" 358 "gs://chrome-codesearch/prod/chromium_src_chromeos_170242.tar.bz2"
359 ], 359 ],
360 "name": "gsutil upload source tarball", 360 "name": "gsutil upload source tarball",
361 "~followup_annotations": [ 361 "~followup_annotations": [
362 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" 362 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@"
363 ] 363 ]
364 }, 364 },
365 { 365 {
366 "name": "$result", 366 "name": "$result",
367 "recipe_result": null, 367 "recipe_result": null,
368 "status_code": 0 368 "status_code": 0
369 } 369 }
370 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698