| 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_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 ] |
| OLD | NEW |