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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_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, 7 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "[SLAVE_BUILD]/src/out/Release/coverage", 595 "[SLAVE_BUILD]/src/out/Release/coverage",
596 "--host-driven-root", 596 "--host-driven-root",
597 "[SLAVE_BUILD]/src/chrome/test", 597 "[SLAVE_BUILD]/src/chrome/test",
598 "--test-apk", 598 "--test-apk",
599 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 599 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
600 "--apk-under-test", 600 "--apk-under-test",
601 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 601 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
602 "--additional-apk", 602 "--additional-apk",
603 "Additional.apk", 603 "Additional.apk",
604 "--isolate-file-path", 604 "--isolate-file-path",
605 "android_webview/android_webview_test_apk.isolate", 605 "android_webview/android_webview_test_data.isolate",
606 "--release", 606 "--release",
607 "--official-build" 607 "--official-build"
608 ], 608 ],
609 "cwd": "[SLAVE_BUILD]", 609 "cwd": "[SLAVE_BUILD]",
610 "env": { 610 "env": {
611 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 611 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
612 }, 612 },
613 "name": "Instrumentation test SmallTest" 613 "name": "Instrumentation test SmallTest"
614 }, 614 },
615 { 615 {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "~followup_annotations": [ 756 "~followup_annotations": [
757 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" 757 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@"
758 ] 758 ]
759 }, 759 },
760 { 760 {
761 "name": "$result", 761 "name": "$result",
762 "recipe_result": null, 762 "recipe_result": null,
763 "status_code": 0 763 "status_code": 0
764 } 764 }
765 ] 765 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698