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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]/src", 232 "cwd": "[SLAVE_BUILD]/src",
233 "name": "zip_build_product" 233 "name": "zip_build_product"
234 }, 234 },
235 { 235 {
236 "cmd": [ 236 "cmd": [
237 "python", 237 "python",
238 "-u", 238 "-u",
239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
240 "--", 240 "--",
241 "[DEPOT_TOOLS]/gsutil.py", 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
242 "--force-version", 242 "--force-version",
243 "4.7", 243 "4.7",
244 "----", 244 "----",
245 "cp", 245 "cp",
246 "[SLAVE_BUILD]/src/out/build_product.zip", 246 "[SLAVE_BUILD]/src/out/build_product.zip",
247 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" 247 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip"
248 ], 248 ],
249 "name": "gsutil upload_build_product", 249 "name": "gsutil upload_build_product",
250 "~followup_annotations": [ 250 "~followup_annotations": [
251 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 251 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
(...skipping 15 matching lines...) Expand all
267 "~followup_annotations": [ 267 "~followup_annotations": [
268 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@" 268 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@"
269 ] 269 ]
270 }, 270 },
271 { 271 {
272 "name": "$result", 272 "name": "$result",
273 "recipe_result": null, 273 "recipe_result": null,
274 "status_code": 0 274 "status_code": 0
275 } 275 }
276 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698