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

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

Issue 1915003004: Reflect new naming of isolate files for android_webview_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "--screenshot", 734 "--screenshot",
735 "--host-driven-root", 735 "--host-driven-root",
736 "[SLAVE_BUILD]/src/chrome/test", 736 "[SLAVE_BUILD]/src/chrome/test",
737 "--test-apk", 737 "--test-apk",
738 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 738 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
739 "--apk-under-test", 739 "--apk-under-test",
740 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 740 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
741 "--additional-apk", 741 "--additional-apk",
742 "Additional.apk", 742 "Additional.apk",
743 "--isolate-file-path", 743 "--isolate-file-path",
744 "android_webview/android_webview_test_apk.isolate", 744 "android_webview/android_webview_test_data.isolate",
745 "--release", 745 "--release",
746 "--official-build" 746 "--official-build"
747 ], 747 ],
748 "cwd": "[SLAVE_BUILD]", 748 "cwd": "[SLAVE_BUILD]",
749 "env": { 749 "env": {
750 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 750 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
751 }, 751 },
752 "name": "Instrumentation test SmallTest" 752 "name": "Instrumentation test SmallTest"
753 }, 753 },
754 { 754 {
(...skipping 94 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" 849 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
850 }, 850 },
851 "name": "stack_tool_for_asan" 851 "name": "stack_tool_for_asan"
852 }, 852 },
853 { 853 {
854 "name": "$result", 854 "name": "$result",
855 "recipe_result": null, 855 "recipe_result": null,
856 "status_code": 0 856 "status_code": 0
857 } 857 }
858 ] 858 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698