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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_basic.json

Issue 1869193003: Remove logcats from instrumentation test run steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase! Created 4 years, 8 months 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ] 707 ]
708 }, 708 },
709 { 709 {
710 "cmd": [ 710 "cmd": [
711 "python", 711 "python",
712 "-u", 712 "-u",
713 "[SLAVE_BUILD]/src/build/android/test_runner.py", 713 "[SLAVE_BUILD]/src/build/android/test_runner.py",
714 "instrumentation", 714 "instrumentation",
715 "--blacklist-file", 715 "--blacklist-file",
716 "[SLAVE_BUILD]/src/out/bad_devices.json", 716 "[SLAVE_BUILD]/src/out/bad_devices.json",
717 "--logcat-output-file",
718 "/path/to/tmp/",
719 "--flakiness-dashboard-server", 717 "--flakiness-dashboard-server",
720 "test-results.appspot.com", 718 "test-results.appspot.com",
721 "-A", 719 "-A",
722 "SmallTest", 720 "SmallTest",
723 "-E", 721 "-E",
724 "FlakyTest", 722 "FlakyTest",
725 "--screenshot", 723 "--screenshot",
726 "--host-driven-root", 724 "--host-driven-root",
727 "[SLAVE_BUILD]/src/chrome/test", 725 "[SLAVE_BUILD]/src/chrome/test",
728 "--test-apk", 726 "--test-apk",
729 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 727 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
730 "--apk-under-test", 728 "--apk-under-test",
731 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 729 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
732 "--additional-apk", 730 "--additional-apk",
733 "Additional.apk", 731 "Additional.apk",
734 "--isolate-file-path", 732 "--isolate-file-path",
735 "android_webview/android_webview_test_apk.isolate", 733 "android_webview/android_webview_test_apk.isolate",
736 "--release", 734 "--release",
737 "--official-build" 735 "--official-build"
738 ], 736 ],
739 "cwd": "[SLAVE_BUILD]", 737 "cwd": "[SLAVE_BUILD]",
740 "env": { 738 "env": {
741 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 739 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
742 }, 740 },
743 "name": "Instrumentation test SmallTest", 741 "name": "Instrumentation test SmallTest"
744 "~followup_annotations": [
745 "@@@STEP_LOG_LINE@logcat@logging...@@@",
746 "@@@STEP_LOG_LINE@logcat@beep@@@",
747 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
748 "@@@STEP_LOG_END@logcat@@@"
749 ]
750 }, 742 },
751 { 743 {
752 "cmd": [ 744 "cmd": [
753 "python", 745 "python",
754 "-u", 746 "-u",
755 "[SLAVE_BUILD]/src/build/android/test_runner.py", 747 "[SLAVE_BUILD]/src/build/android/test_runner.py",
756 "gtest", 748 "gtest",
757 "-s", 749 "-s",
758 "unittests", 750 "unittests",
759 "--blacklist-file", 751 "--blacklist-file",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 839 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
848 }, 840 },
849 "name": "stack_tool_for_asan" 841 "name": "stack_tool_for_asan"
850 }, 842 },
851 { 843 {
852 "name": "$result", 844 "name": "$result",
853 "recipe_result": null, 845 "recipe_result": null,
854 "status_code": 0 846 "status_code": 0
855 } 847 }
856 ] 848 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698