| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "cmd": [ | 179 "cmd": [ |
| 180 "python", | 180 "python", |
| 181 "-u", | 181 "-u", |
| 182 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 182 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 183 "--", | 183 "--", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 185 "--force-version", | 185 "--force-version", |
| 186 "4.7", | 186 "4.7", |
| 187 "----", | 187 "----", |
| 188 "cp", | 188 "cp", |
| 189 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 189 "gs://chrome-perf/Android Builder/full-build-linux_deadbeef.zip", |
| 190 "[SLAVE_BUILD]/src/out/build_product.zip" | 190 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 191 ], | 191 ], |
| 192 "name": "gsutil download_build_product" | 192 "name": "gsutil download_build_product" |
| 193 }, | 193 }, |
| 194 { | 194 { |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "unzip", | 196 "unzip", |
| 197 "-o", | 197 "-o", |
| 198 "[SLAVE_BUILD]/src/out/build_product.zip" | 198 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 199 ], | 199 ], |
| (...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 "@@@STEP_LOG_END@python.inline@@@" | 855 "@@@STEP_LOG_END@python.inline@@@" |
| 856 ] | 856 ] |
| 857 }, | 857 }, |
| 858 { | 858 { |
| 859 "name": "$result", | 859 "name": "$result", |
| 860 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 860 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 861 "recipe_result": null, | 861 "recipe_result": null, |
| 862 "status_code": 1 | 862 "status_code": 1 |
| 863 } | 863 } |
| 864 ] | 864 ] |
| OLD | NEW |