| 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_rel", | 10 "android_rel", |
| (...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "2700" | 610 "2700" |
| 611 ], | 611 ], |
| 612 "cwd": "[SLAVE_BUILD]", | 612 "cwd": "[SLAVE_BUILD]", |
| 613 "env": { | 613 "env": { |
| 614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 615 }, | 615 }, |
| 616 "name": "webrtc_perf_tests" | 616 "name": "webrtc_perf_tests" |
| 617 }, | 617 }, |
| 618 { | 618 { |
| 619 "cmd": [ | 619 "cmd": [ |
| 620 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 621 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", | |
| 622 "-v", | |
| 623 "--blacklist-file", | |
| 624 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 625 "--release" | |
| 626 ], | |
| 627 "cwd": "[SLAVE_BUILD]", | |
| 628 "env": { | |
| 629 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 630 }, | |
| 631 "name": "install AppRTCDemo.apk" | |
| 632 }, | |
| 633 { | |
| 634 "cmd": [ | |
| 635 "python", | 620 "python", |
| 636 "-u", | 621 "-u", |
| 637 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 622 "out/Release/bin/run_AppRTCDemoTest", |
| 638 "instrumentation", | 623 "instrumentation", |
| 639 "--test-apk", | |
| 640 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk", | |
| 641 "--blacklist-file", | 624 "--blacklist-file", |
| 642 "[SLAVE_BUILD]/src/out/bad_devices.json", | 625 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 643 "--logcat-output-file", | 626 "--logcat-output-file", |
| 644 "/path/to/tmp/", | 627 "/path/to/tmp/", |
| 645 "--apk-under-test", | 628 "--verbose" |
| 646 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", | |
| 647 "--verbose", | |
| 648 "--release" | |
| 649 ], | 629 ], |
| 650 "cwd": "[SLAVE_BUILD]", | 630 "cwd": "[SLAVE_BUILD]", |
| 651 "name": "Instrumentation test AppRTCDemoTest" | 631 "name": "Instrumentation test AppRTCDemoTest" |
| 652 }, | 632 }, |
| 653 { | 633 { |
| 654 "cmd": [ | 634 "cmd": [ |
| 655 "python", | 635 "python", |
| 656 "-u", | 636 "-u", |
| 657 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 637 "out/Release/bin/run_libjingle_peerconnection_android_unittest", |
| 658 "instrumentation", | 638 "instrumentation", |
| 659 "--test-apk", | |
| 660 "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unitt
est.apk", | |
| 661 "--blacklist-file", | 639 "--blacklist-file", |
| 662 "[SLAVE_BUILD]/src/out/bad_devices.json", | 640 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 663 "--logcat-output-file", | 641 "--logcat-output-file", |
| 664 "/path/to/tmp/", | 642 "/path/to/tmp/", |
| 665 "--verbose", | 643 "--verbose" |
| 666 "--release" | |
| 667 ], | 644 ], |
| 668 "cwd": "[SLAVE_BUILD]", | 645 "cwd": "[SLAVE_BUILD]", |
| 669 "name": "Instrumentation test libjingle_peerconnection_android_unittest" | 646 "name": "Instrumentation test libjingle_peerconnection_android_unittest" |
| 670 }, | 647 }, |
| 671 { | 648 { |
| 672 "cmd": [ | 649 "cmd": [ |
| 673 "python", | 650 "python", |
| 674 "-u", | 651 "-u", |
| 675 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 652 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 676 "--action", | 653 "--action", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 742 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 766 "@@@STEP_LOG_END@python.inline@@@" | 743 "@@@STEP_LOG_END@python.inline@@@" |
| 767 ] | 744 ] |
| 768 }, | 745 }, |
| 769 { | 746 { |
| 770 "name": "$result", | 747 "name": "$result", |
| 771 "recipe_result": null, | 748 "recipe_result": null, |
| 772 "status_code": 0 | 749 "status_code": 0 |
| 773 } | 750 } |
| 774 ] | 751 ] |
| OLD | NEW |