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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_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 "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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 ], 234 ],
235 "cwd": "[SLAVE_BUILD]/src", 235 "cwd": "[SLAVE_BUILD]/src",
236 "name": "zip_build_product" 236 "name": "zip_build_product"
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 242 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
243 "--", 243 "--",
244 "[DEPOT_TOOLS]/gsutil.py", 244 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
245 "--force-version", 245 "--force-version",
246 "4.7", 246 "4.7",
247 "----", 247 "----",
248 "cp", 248 "cp",
249 "[SLAVE_BUILD]/src/out/build_product.zip", 249 "[SLAVE_BUILD]/src/out/build_product.zip",
250 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" 250 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip"
251 ], 251 ],
252 "name": "gsutil upload_build_product", 252 "name": "gsutil upload_build_product",
253 "~followup_annotations": [ 253 "~followup_annotations": [
254 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 254 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
255 ] 255 ]
256 }, 256 },
257 { 257 {
258 "name": "$result", 258 "name": "$result",
259 "recipe_result": null, 259 "recipe_result": null,
260 "status_code": 0 260 "status_code": 0
261 } 261 }
262 ] 262 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698