OLD | NEW |
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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 "2700" | 597 "2700" |
598 ], | 598 ], |
599 "cwd": "[SLAVE_BUILD]", | 599 "cwd": "[SLAVE_BUILD]", |
600 "env": { | 600 "env": { |
601 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 601 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
602 }, | 602 }, |
603 "name": "webrtc_perf_tests" | 603 "name": "webrtc_perf_tests" |
604 }, | 604 }, |
605 { | 605 { |
606 "cmd": [ | 606 "cmd": [ |
607 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
608 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", | |
609 "-v", | |
610 "--blacklist-file", | |
611 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
612 ], | |
613 "cwd": "[SLAVE_BUILD]", | |
614 "env": { | |
615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
616 }, | |
617 "name": "install AppRTCDemo.apk" | |
618 }, | |
619 { | |
620 "cmd": [ | |
621 "python", | 607 "python", |
622 "-u", | 608 "-u", |
623 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 609 "out/Debug/bin/run_AppRTCDemoTest", |
624 "instrumentation", | 610 "instrumentation", |
625 "--test-apk", | |
626 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk", | |
627 "--blacklist-file", | 611 "--blacklist-file", |
628 "[SLAVE_BUILD]/src/out/bad_devices.json", | 612 "[SLAVE_BUILD]/src/out/bad_devices.json", |
629 "--logcat-output-file", | 613 "--logcat-output-file", |
630 "/path/to/tmp/", | 614 "/path/to/tmp/", |
631 "--apk-under-test", | |
632 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk", | |
633 "--verbose" | 615 "--verbose" |
634 ], | 616 ], |
635 "cwd": "[SLAVE_BUILD]", | 617 "cwd": "[SLAVE_BUILD]", |
636 "name": "Instrumentation test AppRTCDemoTest" | 618 "name": "Instrumentation test AppRTCDemoTest" |
637 }, | 619 }, |
638 { | 620 { |
639 "cmd": [ | 621 "cmd": [ |
640 "python", | 622 "python", |
641 "-u", | 623 "-u", |
642 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 624 "out/Debug/bin/run_libjingle_peerconnection_android_unittest", |
643 "instrumentation", | 625 "instrumentation", |
644 "--test-apk", | |
645 "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittes
t.apk", | |
646 "--blacklist-file", | 626 "--blacklist-file", |
647 "[SLAVE_BUILD]/src/out/bad_devices.json", | 627 "[SLAVE_BUILD]/src/out/bad_devices.json", |
648 "--logcat-output-file", | 628 "--logcat-output-file", |
649 "/path/to/tmp/", | 629 "/path/to/tmp/", |
650 "--verbose" | 630 "--verbose" |
651 ], | 631 ], |
652 "cwd": "[SLAVE_BUILD]", | 632 "cwd": "[SLAVE_BUILD]", |
653 "name": "Instrumentation test libjingle_peerconnection_android_unittest" | 633 "name": "Instrumentation test libjingle_peerconnection_android_unittest" |
654 }, | 634 }, |
655 { | 635 { |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
750 "@@@STEP_LOG_END@python.inline@@@" | 730 "@@@STEP_LOG_END@python.inline@@@" |
751 ] | 731 ] |
752 }, | 732 }, |
753 { | 733 { |
754 "name": "$result", | 734 "name": "$result", |
755 "recipe_result": null, | 735 "recipe_result": null, |
756 "status_code": 0 | 736 "status_code": 0 |
757 } | 737 } |
758 ] | 738 ] |
OLD | NEW |