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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ], 710 ],
711 "name": "Zip generated coverage report files", 711 "name": "Zip generated coverage report files",
712 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/Release/coverage /coverage_html\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/src/out/Relea se/coverage/coverage_html.zip\", \"root\": \"[SLAVE_BUILD]/src/out/Release/cover age/coverage_html\"}" 712 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/Release/coverage /coverage_html\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/src/out/Relea se/coverage/coverage_html.zip\", \"root\": \"[SLAVE_BUILD]/src/out/Release/cover age/coverage_html\"}"
713 }, 713 },
714 { 714 {
715 "cmd": [ 715 "cmd": [
716 "python", 716 "python",
717 "-u", 717 "-u",
718 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 718 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
719 "--", 719 "--",
720 "[DEPOT_TOOLS]/gsutil.py", 720 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
721 "--force-version", 721 "--force-version",
722 "4.7", 722 "4.7",
723 "----", 723 "----",
724 "cp", 724 "cp",
725 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html.zip", 725 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html.zip",
726 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00/" 726 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00/"
727 ], 727 ],
728 "name": "gsutil upload coverage report", 728 "name": "gsutil upload coverage report",
729 "~followup_annotations": [ 729 "~followup_annotations": [
730 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 730 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
731 ] 731 ]
732 }, 732 },
733 { 733 {
734 "name": "$result", 734 "name": "$result",
735 "recipe_result": null, 735 "recipe_result": null,
736 "status_code": 0 736 "status_code": 0
737 } 737 }
738 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698