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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 "name": "webrtc_perf_tests" | 616 "name": "webrtc_perf_tests" |
617 }, | 617 }, |
618 { | 618 { |
619 "cmd": [ | 619 "cmd": [ |
620 "python", | 620 "python", |
621 "-u", | 621 "-u", |
622 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 622 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
623 "instrumentation", | 623 "instrumentation", |
624 "--blacklist-file", | 624 "--blacklist-file", |
625 "[SLAVE_BUILD]/src/out/bad_devices.json", | 625 "[SLAVE_BUILD]/src/out/bad_devices.json", |
626 "--logcat-output-file", | |
627 "/path/to/tmp/", | |
628 "--verbose", | 626 "--verbose", |
629 "--test-apk", | 627 "--test-apk", |
630 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk", | 628 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemoTest.apk", |
631 "--apk-under-test", | 629 "--apk-under-test", |
632 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk" | 630 "[SLAVE_BUILD]/src/out/Debug/apks/AppRTCDemo.apk" |
633 ], | 631 ], |
634 "cwd": "[SLAVE_BUILD]", | 632 "cwd": "[SLAVE_BUILD]", |
635 "env": { | 633 "env": { |
636 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" | 634 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" |
637 }, | 635 }, |
638 "name": "Instrumentation test AppRTCDemoTest" | 636 "name": "Instrumentation test AppRTCDemoTest" |
639 }, | 637 }, |
640 { | 638 { |
641 "cmd": [ | 639 "cmd": [ |
642 "python", | 640 "python", |
643 "-u", | 641 "-u", |
644 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 642 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
645 "instrumentation", | 643 "instrumentation", |
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", | |
649 "/path/to/tmp/", | |
650 "--verbose", | 646 "--verbose", |
651 "--test-apk", | 647 "--test-apk", |
652 "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittes
t.apk" | 648 "[SLAVE_BUILD]/src/out/Debug/apks/libjingle_peerconnection_android_unittes
t.apk" |
653 ], | 649 ], |
654 "cwd": "[SLAVE_BUILD]", | 650 "cwd": "[SLAVE_BUILD]", |
655 "env": { | 651 "env": { |
656 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" | 652 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" |
657 }, | 653 }, |
658 "name": "Instrumentation test libjingle_peerconnection_android_unittest" | 654 "name": "Instrumentation test libjingle_peerconnection_android_unittest" |
659 }, | 655 }, |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
755 "@@@STEP_LOG_END@python.inline@@@" | 751 "@@@STEP_LOG_END@python.inline@@@" |
756 ] | 752 ] |
757 }, | 753 }, |
758 { | 754 { |
759 "name": "$result", | 755 "name": "$result", |
760 "recipe_result": null, | 756 "recipe_result": null, |
761 "status_code": 0 | 757 "status_code": 0 |
762 } | 758 } |
763 ] | 759 ] |
OLD | NEW |