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

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

Issue 2252553002: Add cs-base-url, store_tombstones, master_name for android inst tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: added --store-tombstones argument Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "[SLAVE_BUILD]/src/out/bad_devices.json", 757 "[SLAVE_BUILD]/src/out/bad_devices.json",
758 "--flakiness-dashboard-server", 758 "--flakiness-dashboard-server",
759 "test-results.appspot.com", 759 "test-results.appspot.com",
760 "-A", 760 "-A",
761 "SmallTest", 761 "SmallTest",
762 "-E", 762 "-E",
763 "FlakyTest", 763 "FlakyTest",
764 "--screenshot", 764 "--screenshot",
765 "--json-results-file", 765 "--json-results-file",
766 "[TMP_BASE]/temp_details_tmp_1/json_results_file", 766 "[TMP_BASE]/temp_details_tmp_1/json_results_file",
767 "--store-tombstones",
767 "--test-apk", 768 "--test-apk",
768 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 769 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
769 "--apk-under-test", 770 "--apk-under-test",
770 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 771 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
771 "--additional-apk", 772 "--additional-apk",
772 "Additional.apk", 773 "Additional.apk",
773 "--isolate-file-path", 774 "--isolate-file-path",
774 "android_webview/android_webview_test_data.isolate", 775 "android_webview/android_webview_test_data.isolate",
775 "--release", 776 "--release",
776 "--official-build", 777 "--official-build",
(...skipping 10 matching lines...) Expand all
787 "name": "process results for SmallTest" 788 "name": "process results for SmallTest"
788 }, 789 },
789 { 790 {
790 "cmd": [ 791 "cmd": [
791 "python", 792 "python",
792 "-u", 793 "-u",
793 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio n.py", 794 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio n.py",
794 "--json-file", 795 "--json-file",
795 "[TMP_BASE]/temp_details_tmp_1/json_results_file", 796 "[TMP_BASE]/temp_details_tmp_1/json_results_file",
796 "--html-file", 797 "--html-file",
797 "[TMP_BASE]/temp_details_tmp_1/details.html" 798 "[TMP_BASE]/temp_details_tmp_1/details.html",
799 "--master-name",
800 "chromium.testing.master",
801 "--cs-base-url",
802 "cs_base_url"
798 ], 803 ],
799 "name": "process results for SmallTest.Generate Result Details", 804 "name": "process results for SmallTest.Generate Result Details",
800 "~followup_annotations": [ 805 "~followup_annotations": [
801 "@@@STEP_NEST_LEVEL@1@@@" 806 "@@@STEP_NEST_LEVEL@1@@@"
802 ] 807 ]
803 }, 808 },
804 { 809 {
805 "cmd": [ 810 "cmd": [
806 "python", 811 "python",
807 "-u", 812 "-u",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 944 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
940 }, 945 },
941 "name": "stack_tool_for_asan" 946 "name": "stack_tool_for_asan"
942 }, 947 },
943 { 948 {
944 "name": "$result", 949 "name": "$result",
945 "recipe_result": null, 950 "recipe_result": null,
946 "status_code": 0 951 "status_code": 0
947 } 952 }
948 ] 953 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698