| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |