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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.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: coverage :( 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
579 }, 579 },
580 "name": "install AndroidWebView.apk" 580 "name": "install AndroidWebView.apk"
581 }, 581 },
582 { 582 {
583 "cmd": [ 583 "cmd": [
584 "python", 584 "python",
585 "-u", 585 "-u",
586 "[SLAVE_BUILD]/src/build/android/test_runner.py", 586 "[SLAVE_BUILD]/src/build/android/test_runner.py",
587 "instrumentation", 587 "instrumentation",
588 "--test-apk",
589 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
590 "--blacklist-file", 588 "--blacklist-file",
591 "[SLAVE_BUILD]/src/out/bad_devices.json", 589 "[SLAVE_BUILD]/src/out/bad_devices.json",
592 "--logcat-output-file", 590 "--logcat-output-file",
593 "/path/to/tmp/", 591 "/path/to/tmp/",
594 "--apk-under-test",
595 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
596 "--isolate-file-path",
597 "android_webview/android_webview_test_apk.isolate",
598 "--flakiness-dashboard-server", 592 "--flakiness-dashboard-server",
599 "test-results.appspot.com", 593 "test-results.appspot.com",
600 "-A", 594 "-A",
601 "SmallTest", 595 "SmallTest",
602 "-E", 596 "-E",
603 "FlakyTest", 597 "FlakyTest",
604 "--screenshot", 598 "--screenshot",
605 "--release",
606 "--host-driven-root", 599 "--host-driven-root",
607 "[SLAVE_BUILD]/src/chrome/test", 600 "[SLAVE_BUILD]/src/chrome/test",
601 "--test-apk",
602 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
603 "--apk-under-test",
604 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
605 "--additional-apk",
606 "Additional.apk",
607 "--isolate-file-path",
608 "android_webview/android_webview_test_apk.isolate",
609 "--release",
608 "--official-build" 610 "--official-build"
609 ], 611 ],
610 "cwd": "[SLAVE_BUILD]", 612 "cwd": "[SLAVE_BUILD]",
611 "name": "Instrumentation test SmallTest", 613 "name": "Instrumentation test SmallTest",
612 "~followup_annotations": [ 614 "~followup_annotations": [
613 "@@@STEP_LOG_LINE@logcat@logging...@@@", 615 "@@@STEP_LOG_LINE@logcat@logging...@@@",
614 "@@@STEP_LOG_LINE@logcat@beep@@@", 616 "@@@STEP_LOG_LINE@logcat@beep@@@",
615 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", 617 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@",
616 "@@@STEP_LOG_END@logcat@@@" 618 "@@@STEP_LOG_END@logcat@@@"
617 ] 619 ]
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 716 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
715 }, 717 },
716 "name": "stack_tool_for_asan" 718 "name": "stack_tool_for_asan"
717 }, 719 },
718 { 720 {
719 "name": "$result", 721 "name": "$result",
720 "recipe_result": null, 722 "recipe_result": null,
721 "status_code": 0 723 "status_code": 0
722 } 724 }
723 ] 725 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698