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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.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_arm64_rel", 10 "android_arm64_rel",
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 629 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
630 }, 630 },
631 "name": "install AppRTCDemo.apk" 631 "name": "install AppRTCDemo.apk"
632 }, 632 },
633 { 633 {
634 "cmd": [ 634 "cmd": [
635 "python", 635 "python",
636 "-u", 636 "-u",
637 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 637 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
638 "instrumentation", 638 "instrumentation",
639 "--test-apk",
640 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk",
641 "--blacklist-file", 639 "--blacklist-file",
642 "[SLAVE_BUILD]/src/out/bad_devices.json", 640 "[SLAVE_BUILD]/src/out/bad_devices.json",
643 "--logcat-output-file", 641 "--logcat-output-file",
644 "/path/to/tmp/", 642 "/path/to/tmp/",
643 "--verbose",
644 "--test-apk",
645 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk",
645 "--apk-under-test", 646 "--apk-under-test",
646 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", 647 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk",
647 "--verbose",
648 "--release" 648 "--release"
649 ], 649 ],
650 "cwd": "[SLAVE_BUILD]", 650 "cwd": "[SLAVE_BUILD]",
651 "name": "Instrumentation test AppRTCDemoTest" 651 "name": "Instrumentation test AppRTCDemoTest"
652 }, 652 },
653 { 653 {
654 "cmd": [ 654 "cmd": [
655 "python", 655 "python",
656 "-u", 656 "-u",
657 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", 657 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
658 "instrumentation", 658 "instrumentation",
659 "--test-apk",
660 "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unitt est.apk",
661 "--blacklist-file", 659 "--blacklist-file",
662 "[SLAVE_BUILD]/src/out/bad_devices.json", 660 "[SLAVE_BUILD]/src/out/bad_devices.json",
663 "--logcat-output-file", 661 "--logcat-output-file",
664 "/path/to/tmp/", 662 "/path/to/tmp/",
665 "--verbose", 663 "--verbose",
664 "--test-apk",
665 "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unitt est.apk",
666 "--release" 666 "--release"
667 ], 667 ],
668 "cwd": "[SLAVE_BUILD]", 668 "cwd": "[SLAVE_BUILD]",
669 "name": "Instrumentation test libjingle_peerconnection_android_unittest" 669 "name": "Instrumentation test libjingle_peerconnection_android_unittest"
670 }, 670 },
671 { 671 {
672 "cmd": [ 672 "cmd": [
673 "python", 673 "python",
674 "-u", 674 "-u",
675 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 675 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
766 "@@@STEP_LOG_END@python.inline@@@" 766 "@@@STEP_LOG_END@python.inline@@@"
767 ] 767 ]
768 }, 768 },
769 { 769 {
770 "name": "$result", 770 "name": "$result",
771 "recipe_result": null, 771 "recipe_result": null,
772 "status_code": 0 772 "status_code": 0
773 } 773 }
774 ] 774 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698