| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "cmd": [ | 170 "cmd": [ |
| 171 "python", | 171 "python", |
| 172 "-u", | 172 "-u", |
| 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 174 "--", | 174 "--", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 176 "--force-version", | 176 "--force-version", |
| 177 "4.7", | 177 "4.7", |
| 178 "----", | 178 "----", |
| 179 "cp", | 179 "cp", |
| 180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 180 "gs://chrome-perf/Android Builder/full-build-linux_deadbeef.zip", |
| 181 "[SLAVE_BUILD]/src/out/build_product.zip" | 181 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 182 ], | 182 ], |
| 183 "name": "gsutil download_build_product" | 183 "name": "gsutil download_build_product" |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "unzip", | 187 "unzip", |
| 188 "-o", | 188 "-o", |
| 189 "[SLAVE_BUILD]/src/out/build_product.zip" | 189 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 190 ], | 190 ], |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "@@@STEP_EXCEPTION@@@" | 278 "@@@STEP_EXCEPTION@@@" |
| 279 ] | 279 ] |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 "name": "$result", | 282 "name": "$result", |
| 283 "reason": "Infra Failure: Step('provision_devices') returned 1", | 283 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 284 "recipe_result": null, | 284 "recipe_result": null, |
| 285 "status_code": 1 | 285 "status_code": 1 |
| 286 } | 286 } |
| 287 ] | 287 ] |
| OLD | NEW |