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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "--screenshot", 590 "--screenshot",
591 "--host-driven-root", 591 "--host-driven-root",
592 "[SLAVE_BUILD]/src/chrome/test", 592 "[SLAVE_BUILD]/src/chrome/test",
593 "--test-apk", 593 "--test-apk",
594 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 594 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
595 "--apk-under-test", 595 "--apk-under-test",
596 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 596 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
597 "--additional-apk", 597 "--additional-apk",
598 "Additional.apk", 598 "Additional.apk",
599 "--isolate-file-path", 599 "--isolate-file-path",
600 "android_webview/android_webview_test_apk.isolate", 600 "android_webview/android_webview_test_data.isolate",
601 "--release", 601 "--release",
602 "--official-build" 602 "--official-build"
603 ], 603 ],
604 "cwd": "[SLAVE_BUILD]", 604 "cwd": "[SLAVE_BUILD]",
605 "env": { 605 "env": {
606 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 606 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
607 }, 607 },
608 "name": "Instrumentation test SmallTest" 608 "name": "Instrumentation test SmallTest"
609 }, 609 },
610 { 610 {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 705 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
706 }, 706 },
707 "name": "stack_tool_for_asan" 707 "name": "stack_tool_for_asan"
708 }, 708 },
709 { 709 {
710 "name": "$result", 710 "name": "$result",
711 "recipe_result": null, 711 "recipe_result": null,
712 "status_code": 0 712 "status_code": 0
713 } 713 }
714 ] 714 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698