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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_n6", 10 "android_n6",
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
616 }, 616 },
617 "name": "install AppRTCDemo.apk" 617 "name": "install AppRTCDemo.apk"
618 }, 618 },
619 { 619 {
620 "cmd": [ 620 "cmd": [
621 "python", 621 "python",
622 "-u", 622 "-u",
623 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 623 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
624 "instrumentation", 624 "instrumentation",
625 "--test-apk",
626 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk",
627 "--blacklist-file", 625 "--blacklist-file",
628 "[SLAVE_BUILD]/src/out/bad_devices.json", 626 "[SLAVE_BUILD]/src/out/bad_devices.json",
629 "--logcat-output-file", 627 "--logcat-output-file",
630 "/path/to/tmp/", 628 "/path/to/tmp/",
629 "--verbose",
630 "--test-apk",
631 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk",
631 "--apk-under-test", 632 "--apk-under-test",
632 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", 633 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk"
633 "--verbose"
634 ], 634 ],
635 "cwd": "[SLAVE_BUILD]", 635 "cwd": "[SLAVE_BUILD]",
636 "name": "Instrumentation test AppRTCDemoTest" 636 "name": "Instrumentation test AppRTCDemoTest"
637 }, 637 },
638 { 638 {
639 "cmd": [ 639 "cmd": [
640 "python", 640 "python",
641 "-u", 641 "-u",
642 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 642 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
643 "instrumentation", 643 "instrumentation",
644 "--test-apk",
645 "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittes t.apk",
646 "--blacklist-file", 644 "--blacklist-file",
647 "[SLAVE_BUILD]/src/out/bad_devices.json", 645 "[SLAVE_BUILD]/src/out/bad_devices.json",
648 "--logcat-output-file", 646 "--logcat-output-file",
649 "/path/to/tmp/", 647 "/path/to/tmp/",
650 "--verbose" 648 "--verbose",
649 "--test-apk",
650 "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittes t.apk"
651 ], 651 ],
652 "cwd": "[SLAVE_BUILD]", 652 "cwd": "[SLAVE_BUILD]",
653 "name": "Instrumentation test libjingle_peerconnection_android_unittest" 653 "name": "Instrumentation test libjingle_peerconnection_android_unittest"
654 }, 654 },
655 { 655 {
656 "cmd": [ 656 "cmd": [
657 "python", 657 "python",
658 "-u", 658 "-u",
659 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 659 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
660 "--action", 660 "--action",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
750 "@@@STEP_LOG_END@python.inline@@@" 750 "@@@STEP_LOG_END@python.inline@@@"
751 ] 751 ]
752 }, 752 },
753 { 753 {
754 "name": "$result", 754 "name": "$result",
755 "recipe_result": null, 755 "recipe_result": null,
756 "status_code": 0 756 "status_code": 0
757 } 757 }
758 ] 758 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698