| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "--name", | 197 "--name", |
| 198 "build_product.zip" | 198 "build_product.zip" |
| 199 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]/src", | 200 "cwd": "[SLAVE_BUILD]/src", |
| 201 "name": "zip_build_product" | 201 "name": "zip_build_product" |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 207 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 208 "--", | 208 "--", |
| 209 "[DEPOT_TOOLS]/gsutil.py", | 209 "[DEPOT_TOOLS]/gsutil.py", |
| 210 "--force-version", | 210 "--force-version", |
| 211 "4.7", | 211 "4.7", |
| 212 "----", | 212 "----", |
| 213 "cp", | 213 "cp", |
| 214 "[SLAVE_BUILD]/src/out/build_product.zip", | 214 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 215 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" | 215 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" |
| 216 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "gsutil upload_build_product", | 218 "name": "gsutil upload_build_product", |
| 219 "~followup_annotations": [ | 219 "~followup_annotations": [ |
| 220 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" | 220 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" |
| 221 ] | 221 ] |
| 222 }, | 222 }, |
| 223 { | 223 { |
| 224 "name": "$result", | 224 "name": "$result", |
| 225 "recipe_result": null, | 225 "recipe_result": null, |
| 226 "status_code": 0 | 226 "status_code": 0 |
| 227 } | 227 } |
| 228 ] | 228 ] |
| OLD | NEW |