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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_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/full-build-linux_267739.zip" 304 "gs://chrome-perf/Android 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/full-build-linux_267739.zip@@@" 308 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid Builder/full-build-linux_267739.zip@@@"
309 ] 309 ]
310 }, 310 },
311 { 311 {
312 "cmd": [], 312 "cmd": [],
313 "name": "trigger", 313 "name": "trigger",
314 "trigger_specs": [ 314 "trigger_specs": [
315 { 315 {
316 "bucket": "master.chromium.perf.fyi", 316 "bucket": "master.chromium.perf.fyi",
317 "builder_name": "Android Galaxy S5 Perf (1)", 317 "builder_name": "Android Galaxy S5 Perf (1)",
318 "properties": { 318 "properties": {
(...skipping 13 matching lines...) Expand all
332 "~followup_annotations": [ 332 "~followup_annotations": [
333 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@" 333 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "name": "$result", 337 "name": "$result",
338 "recipe_result": null, 338 "recipe_result": null,
339 "status_code": 0 339 "status_code": 0
340 } 340 }
341 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698