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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json

Issue 2275563003: Fix android recipe build upload names (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "python", 294 "python",
295 "-u", 295 "-u",
296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
297 "--", 297 "--",
298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
299 "--force-version", 299 "--force-version",
300 "4.7", 300 "4.7",
301 "----", 301 "----",
302 "cp", 302 "cp",
303 "[SLAVE_BUILD]/src/out/build_product.zip", 303 "[SLAVE_BUILD]/src/out/build_product.zip",
304 "gs://chrome-perf/android_perf_rel_arm64/full-build-linux_267739.zip" 304 "gs://chrome-perf/Android arm64 Builder/full-build-linux_267739.zip"
305 ], 305 ],
306 "name": "gsutil upload_build_product", 306 "name": "gsutil upload_build_product",
307 "~followup_annotations": [ 307 "~followup_annotations": [
308 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" 308 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid arm64 Builder/full-build-linux_267739.zip@@@"
309 ] 309 ]
310 }, 310 },
311 { 311 {
312 "name": "$result", 312 "name": "$result",
313 "recipe_result": null, 313 "recipe_result": null,
314 "status_code": 0 314 "status_code": 0
315 } 315 }
316 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698