| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 174 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 175 "@@@STEP_LOG_END@python.inline@@@" | 175 "@@@STEP_LOG_END@python.inline@@@" |
| 176 ] | 176 ] |
| 177 }, | 177 }, |
| 178 { | 178 { |
| 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 "[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_perf_rel/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 { |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 "[SLAVE_BUILD]/src/out/logcat" | 658 "[SLAVE_BUILD]/src/out/logcat" |
| 659 ], | 659 ], |
| 660 "name": "logcat_dump" | 660 "name": "logcat_dump" |
| 661 }, | 661 }, |
| 662 { | 662 { |
| 663 "cmd": [ | 663 "cmd": [ |
| 664 "python", | 664 "python", |
| 665 "-u", | 665 "-u", |
| 666 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 666 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 667 "--", | 667 "--", |
| 668 "[DEPOT_TOOLS]/gsutil.py", | 668 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 669 "--force-version", | 669 "--force-version", |
| 670 "4.7", | 670 "4.7", |
| 671 "-o", | 671 "-o", |
| 672 "GSUtil:parallel_composite_upload_threshold=50M", | 672 "GSUtil:parallel_composite_upload_threshold=50M", |
| 673 "----", | 673 "----", |
| 674 "cp", | 674 "cp", |
| 675 "[SLAVE_BUILD]/src/out/Release/full_log", | 675 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 676 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" | 676 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" |
| 677 ], | 677 ], |
| 678 "name": "gsutil upload", | 678 "name": "gsutil upload", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 728 "@@@STEP_LOG_END@python.inline@@@" | 728 "@@@STEP_LOG_END@python.inline@@@" |
| 729 ] | 729 ] |
| 730 }, | 730 }, |
| 731 { | 731 { |
| 732 "name": "$result", | 732 "name": "$result", |
| 733 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 733 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 734 "status_code": 1 | 734 "status_code": 1 |
| 735 } | 735 } |
| 736 ] | 736 ] |
| OLD | NEW |