Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Side by Side Diff: scripts/slave/recipes/android/perf.expected/src_side_script_fails.json

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "[SLAVE_BUILD]/src/out/build_product.zip" 187 "[SLAVE_BUILD]/src/out/build_product.zip"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]/src", 189 "cwd": "[SLAVE_BUILD]/src",
190 "name": "unzip_build_product" 190 "name": "unzip_build_product"
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "[BUILD]/scripts/slave/daemonizer.py", 194 "[BUILD]/scripts/slave/daemonizer.py",
195 "--", 195 "--",
196 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 196 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
197 "[SLAVE_BUILD]/src/out/logcat_dir" 197 "[SLAVE_BUILD]/src/out/logcat"
198 ], 198 ],
199 "cwd": "[SLAVE_BUILD]", 199 "cwd": "[SLAVE_BUILD]",
200 "env": { 200 "env": {
201 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 201 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
202 }, 202 },
203 "name": "spawn_logcat_monitor" 203 "name": "spawn_logcat_monitor"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "name": "shutdown_device_monitor" 622 "name": "shutdown_device_monitor"
623 }, 623 },
624 { 624 {
625 "cmd": [ 625 "cmd": [
626 "python", 626 "python",
627 "-u", 627 "-u",
628 "[BUILD]/scripts/slave/tee.py", 628 "[BUILD]/scripts/slave/tee.py",
629 "[SLAVE_BUILD]/src/out/Release/full_log", 629 "[SLAVE_BUILD]/src/out/Release/full_log",
630 "--", 630 "--",
631 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 631 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
632 "[SLAVE_BUILD]/src/out/logcat_dir" 632 "[SLAVE_BUILD]/src/out/logcat"
633 ], 633 ],
634 "cwd": "[SLAVE_BUILD]", 634 "cwd": "[SLAVE_BUILD]",
635 "name": "logcat_dump" 635 "name": "logcat_dump"
636 }, 636 },
637 { 637 {
638 "cmd": [ 638 "cmd": [
639 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 639 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
640 "--arch", 640 "--arch",
641 "arm", 641 "arm",
642 "--more-info", 642 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 680 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
681 "@@@STEP_LOG_END@python.inline@@@" 681 "@@@STEP_LOG_END@python.inline@@@"
682 ] 682 ]
683 }, 683 },
684 { 684 {
685 "name": "$result", 685 "name": "$result",
686 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 686 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
687 "status_code": 1 687 "status_code": 1
688 } 688 }
689 ] 689 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/android/perf.expected/provision_devices.json ('k') | scripts/slave/recipes/android_webview_aosp_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698