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

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: Created 4 years, 4 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "python", 290 "python",
291 "-u", 291 "-u",
292 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 292 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
293 "--", 293 "--",
294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 294 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
295 "--force-version", 295 "--force-version",
296 "4.7", 296 "4.7",
297 "----", 297 "----",
298 "cp", 298 "cp",
299 "[SLAVE_BUILD]/src/out/build_product.zip", 299 "[SLAVE_BUILD]/src/out/build_product.zip",
300 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" 300 "gs://chrome-perf/Android Builder/full-build-linux_267739.zip"
301 ], 301 ],
302 "name": "gsutil upload_build_product", 302 "name": "gsutil upload_build_product",
303 "~followup_annotations": [ 303 "~followup_annotations": [
304 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 304 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid Builder/full-build-linux_267739.zip@@@"
305 ] 305 ]
306 }, 306 },
307 { 307 {
308 "cmd": [], 308 "cmd": [],
309 "name": "trigger", 309 "name": "trigger",
310 "trigger_specs": [ 310 "trigger_specs": [
311 { 311 {
312 "bucket": "master.chromium.perf.fyi", 312 "bucket": "master.chromium.perf.fyi",
313 "builder_name": "Android Galaxy S5 Perf (1)", 313 "builder_name": "Android Galaxy S5 Perf (1)",
314 "properties": { 314 "properties": {
(...skipping 13 matching lines...) Expand all
328 "~followup_annotations": [ 328 "~followup_annotations": [
329 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@" 329 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "name": "$result", 333 "name": "$result",
334 "recipe_result": null, 334 "recipe_result": null,
335 "status_code": 0 335 "status_code": 0
336 } 336 }
337 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698