| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "--name", | 135 "--name", |
| 136 "build_product.zip" | 136 "build_product.zip" |
| 137 ], | 137 ], |
| 138 "cwd": "[SLAVE_BUILD]/src", | 138 "cwd": "[SLAVE_BUILD]/src", |
| 139 "name": "zip_build_product" | 139 "name": "zip_build_product" |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 145 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 146 "--", | 146 "--", |
| 147 "[DEPOT_TOOLS]/gsutil.py", | 147 "[DEPOT_TOOLS]/gsutil.py", |
| 148 "--force-version", | 148 "--force-version", |
| 149 "4.7", | 149 "4.7", |
| 150 "--", | 150 "--", |
| 151 "cp", | 151 "cp", |
| 152 "[SLAVE_BUILD]/src/out/build_product.zip", | 152 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 153 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" | 153 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" |
| 154 ], | 154 ], |
| 155 "name": "gsutil upload_build_product", | 155 "name": "gsutil upload_build_product", |
| 156 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" | 157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8
_android_perf_rel/full-build-linux_267739.zip@@@" |
| 158 ] | 158 ] |
| 159 } | 159 } |
| 160 ] | 160 ] |
| OLD | NEW |