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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "[SLAVE_BUILD]/src/out/logcat" 537 "[SLAVE_BUILD]/src/out/logcat"
538 ], 538 ],
539 "name": "logcat_dump" 539 "name": "logcat_dump"
540 }, 540 },
541 { 541 {
542 "cmd": [ 542 "cmd": [
543 "python", 543 "python",
544 "-u", 544 "-u",
545 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 545 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
546 "--", 546 "--",
547 "[DEPOT_TOOLS]/gsutil.py", 547 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
548 "--force-version", 548 "--force-version",
549 "4.7", 549 "4.7",
550 "-o", 550 "-o",
551 "GSUtil:parallel_composite_upload_threshold=50M", 551 "GSUtil:parallel_composite_upload_threshold=50M",
552 "----", 552 "----",
553 "cp", 553 "cp",
554 "[SLAVE_BUILD]/src/out/Release/full_log", 554 "[SLAVE_BUILD]/src/out/Release/full_log",
555 "gs://chromium-android/logcat_dumps/Android Cronet Builder/571" 555 "gs://chromium-android/logcat_dumps/Android Cronet Builder/571"
556 ], 556 ],
557 "name": "gsutil upload", 557 "name": "gsutil upload",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 606 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
607 "@@@STEP_LOG_END@python.inline@@@" 607 "@@@STEP_LOG_END@python.inline@@@"
608 ] 608 ]
609 }, 609 },
610 { 610 {
611 "name": "$result", 611 "name": "$result",
612 "recipe_result": null, 612 "recipe_result": null,
613 "status_code": 0 613 "status_code": 0
614 } 614 }
615 ] 615 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698