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

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

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: 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
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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "gs://archives-bucket/last_known_devices/perf_test.foo/20150928T110712_bui ld_571.zip" 694 "gs://archives-bucket/last_known_devices/perf_test.foo/20150928T110712_bui ld_571.zip"
695 ], 695 ],
696 "cwd": "[SLAVE_BUILD]", 696 "cwd": "[SLAVE_BUILD]",
697 "name": "gsutil upload perf_test.foo output dir archive", 697 "name": "gsutil upload perf_test.foo output dir archive",
698 "~followup_annotations": [ 698 "~followup_annotations": [
699 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc ket/last_known_devices/perf_test.foo/20150928T110712_build_571.zip@@@" 699 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc ket/last_known_devices/perf_test.foo/20150928T110712_build_571.zip@@@"
700 ] 700 ]
701 }, 701 },
702 { 702 {
703 "cmd": [ 703 "cmd": [
704 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
705 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
706 "-v",
707 "--blacklist-file",
708 "[SLAVE_BUILD]/src/out/bad_devices.json",
709 "--release"
710 ],
711 "cwd": "[SLAVE_BUILD]",
712 "env": {
713 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
714 },
715 "name": "install AndroidWebView.apk"
716 },
717 {
718 "cmd": [
719 "python", 704 "python",
720 "-u", 705 "-u",
721 "[SLAVE_BUILD]/src/build/android/test_runner.py", 706 "out/Release/bin/run_android_webview_test_apk",
722 "instrumentation", 707 "instrumentation",
723 "--test-apk",
724 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
725 "--blacklist-file", 708 "--blacklist-file",
726 "[SLAVE_BUILD]/src/out/bad_devices.json", 709 "[SLAVE_BUILD]/src/out/bad_devices.json",
727 "--logcat-output-file", 710 "--logcat-output-file",
728 "/path/to/tmp/", 711 "/path/to/tmp/",
729 "--apk-under-test",
730 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
731 "--isolate-file-path",
732 "android_webview/android_webview_test_apk.isolate",
733 "--flakiness-dashboard-server", 712 "--flakiness-dashboard-server",
734 "test-results.appspot.com", 713 "test-results.appspot.com",
735 "-A", 714 "-A",
736 "SmallTest", 715 "SmallTest",
737 "-E", 716 "-E",
738 "FlakyTest", 717 "FlakyTest",
739 "--screenshot", 718 "--screenshot",
740 "--release",
741 "--host-driven-root", 719 "--host-driven-root",
742 "[SLAVE_BUILD]/src/chrome/test", 720 "[SLAVE_BUILD]/src/chrome/test"
743 "--official-build"
744 ], 721 ],
745 "cwd": "[SLAVE_BUILD]", 722 "cwd": "[SLAVE_BUILD]",
746 "name": "Instrumentation test SmallTest", 723 "name": "Instrumentation test SmallTest",
747 "~followup_annotations": [ 724 "~followup_annotations": [
748 "@@@STEP_LOG_LINE@logcat@logging...@@@", 725 "@@@STEP_LOG_LINE@logcat@logging...@@@",
749 "@@@STEP_LOG_LINE@logcat@beep@@@", 726 "@@@STEP_LOG_LINE@logcat@beep@@@",
750 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 727 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
751 "@@@STEP_LOG_END@logcat@@@" 728 "@@@STEP_LOG_END@logcat@@@"
752 ] 729 ]
753 }, 730 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 826 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
850 }, 827 },
851 "name": "stack_tool_for_asan" 828 "name": "stack_tool_for_asan"
852 }, 829 },
853 { 830 {
854 "name": "$result", 831 "name": "$result",
855 "recipe_result": null, 832 "recipe_result": null,
856 "status_code": 0 833 "status_code": 0
857 } 834 }
858 ] 835 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698