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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/webview_cts_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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "/path/to/tmp/" 167 "/path/to/tmp/"
168 ], 168 ],
169 "name": "get version" 169 "name": "get version"
170 }, 170 },
171 { 171 {
172 "cmd": [ 172 "cmd": [
173 "python", 173 "python",
174 "-u", 174 "-u",
175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 175 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
176 "--", 176 "--",
177 "[DEPOT_TOOLS]/gsutil.py", 177 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
178 "--force-version", 178 "--force-version",
179 "4.7", 179 "4.7",
180 "----", 180 "----",
181 "cp", 181 "cp",
182 "gs://build-bucket/build_product.zip", 182 "gs://build-bucket/build_product.zip",
183 "[SLAVE_BUILD]/src/out/build_product.zip" 183 "[SLAVE_BUILD]/src/out/build_product.zip"
184 ], 184 ],
185 "name": "gsutil download_build_product" 185 "name": "gsutil download_build_product"
186 }, 186 },
187 { 187 {
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 696 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
697 "@@@STEP_LOG_END@python.inline@@@" 697 "@@@STEP_LOG_END@python.inline@@@"
698 ] 698 ]
699 }, 699 },
700 { 700 {
701 "cmd": [ 701 "cmd": [
702 "python", 702 "python",
703 "-u", 703 "-u",
704 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 704 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
705 "--", 705 "--",
706 "[DEPOT_TOOLS]/gsutil.py", 706 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
707 "----", 707 "----",
708 "cp", 708 "cp",
709 "gs://chromium-cts/android-cts-5.1_r5-linux_x86-arm.zip", 709 "gs://chromium-cts/android-cts-5.1_r5-linux_x86-arm.zip",
710 "[BUILD]/site_config/cts/android-cts-5.1_r5-linux_x86-arm.zip" 710 "[BUILD]/site_config/cts/android-cts-5.1_r5-linux_x86-arm.zip"
711 ], 711 ],
712 "name": "Update CTS.gsutil Download new CTS", 712 "name": "Update CTS.gsutil Download new CTS",
713 "~followup_annotations": [ 713 "~followup_annotations": [
714 "@@@STEP_NEST_LEVEL@1@@@" 714 "@@@STEP_NEST_LEVEL@1@@@"
715 ] 715 ]
716 }, 716 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "@@@STEP_LOG_LINE@disabled_tests@ }@@@", 753 "@@@STEP_LOG_LINE@disabled_tests@ }@@@",
754 "@@@STEP_LOG_END@disabled_tests@@@" 754 "@@@STEP_LOG_END@disabled_tests@@@"
755 ] 755 ]
756 }, 756 },
757 { 757 {
758 "name": "$result", 758 "name": "$result",
759 "reason": "Failed to parse the CTS output for the xml report file location", 759 "reason": "Failed to parse the CTS output for the xml report file location",
760 "status_code": 1 760 "status_code": 1
761 } 761 }
762 ] 762 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698