| 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 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder", | 10 "Android Builder", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "--name", | 137 "--name", |
| 138 "build_product.zip" | 138 "build_product.zip" |
| 139 ], | 139 ], |
| 140 "cwd": "[SLAVE_BUILD]/src", | 140 "cwd": "[SLAVE_BUILD]/src", |
| 141 "name": "zip_build_product" | 141 "name": "zip_build_product" |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [ | 144 "cmd": [ |
| 145 "python", | 145 "python", |
| 146 "-u", | 146 "-u", |
| 147 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", | 147 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 148 "--", | 148 "--", |
| 149 "[DEPOT_TOOLS]/gsutil.py", | 149 "[DEPOT_TOOLS]/gsutil.py", |
| 150 "--force-version", | 150 "--force-version", |
| 151 "4.7", | 151 "4.7", |
| 152 "--", | 152 "--", |
| 153 "cp", | 153 "cp", |
| 154 "[SLAVE_BUILD]/src/out/build_product.zip", | 154 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 155 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" | 155 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" |
| 156 ], | 156 ], |
| 157 "name": "gsutil upload_build_product", | 157 "name": "gsutil upload_build_product", |
| 158 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" | 159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel/full-build-linux_267739.zip@@@" |
| 160 ] | 160 ] |
| 161 } | 161 } |
| 162 ] | 162 ] |
| OLD | NEW |