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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus7_perf_bisect.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "android_nexus7_perf_bisect", 10 "android_nexus7_perf_bisect",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "[SLAVE_BUILD]/src/out/logcat" 420 "[SLAVE_BUILD]/src/out/logcat"
421 ], 421 ],
422 "name": "logcat_dump" 422 "name": "logcat_dump"
423 }, 423 },
424 { 424 {
425 "cmd": [ 425 "cmd": [
426 "python", 426 "python",
427 "-u", 427 "-u",
428 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 428 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
429 "--", 429 "--",
430 "[DEPOT_TOOLS]/gsutil.py", 430 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
431 "--force-version", 431 "--force-version",
432 "4.7", 432 "4.7",
433 "-o", 433 "-o",
434 "GSUtil:parallel_composite_upload_threshold=50M", 434 "GSUtil:parallel_composite_upload_threshold=50M",
435 "----", 435 "----",
436 "cp", 436 "cp",
437 "-a", 437 "-a",
438 "public-read", 438 "public-read",
439 "[SLAVE_BUILD]/src/out/Release/full_log", 439 "[SLAVE_BUILD]/src/out/Release/full_log",
440 "gs://chromium-android/logcat_dumps/android_nexus7_perf_bisect/571" 440 "gs://chromium-android/logcat_dumps/android_nexus7_perf_bisect/571"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 491 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
492 "@@@STEP_LOG_END@python.inline@@@" 492 "@@@STEP_LOG_END@python.inline@@@"
493 ] 493 ]
494 }, 494 },
495 { 495 {
496 "name": "$result", 496 "name": "$result",
497 "recipe_result": null, 497 "recipe_result": null,
498 "status_code": 0 498 "status_code": 0
499 } 499 }
500 ] 500 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698