| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 "name": "webrtc_perf_tests" | 629 "name": "webrtc_perf_tests" |
| 630 }, | 630 }, |
| 631 { | 631 { |
| 632 "cmd": [ | 632 "cmd": [ |
| 633 "python", | 633 "python", |
| 634 "-u", | 634 "-u", |
| 635 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 635 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 636 "instrumentation", | 636 "instrumentation", |
| 637 "--blacklist-file", | 637 "--blacklist-file", |
| 638 "[SLAVE_BUILD]/src/out/bad_devices.json", | 638 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 639 "--logcat-output-file", | |
| 640 "/path/to/tmp/", | |
| 641 "--verbose", | 639 "--verbose", |
| 642 "--test-apk", | 640 "--test-apk", |
| 643 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk", | 641 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemoTest.apk", |
| 644 "--apk-under-test", | 642 "--apk-under-test", |
| 645 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", | 643 "[SLAVE_BUILD]/src/out/Release/apks/AppRTCDemo.apk", |
| 646 "--release" | 644 "--release" |
| 647 ], | 645 ], |
| 648 "cwd": "[SLAVE_BUILD]", | 646 "cwd": "[SLAVE_BUILD]", |
| 649 "env": { | 647 "env": { |
| 650 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 648 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| 651 }, | 649 }, |
| 652 "name": "Instrumentation test AppRTCDemoTest" | 650 "name": "Instrumentation test AppRTCDemoTest" |
| 653 }, | 651 }, |
| 654 { | 652 { |
| 655 "cmd": [ | 653 "cmd": [ |
| 656 "python", | 654 "python", |
| 657 "-u", | 655 "-u", |
| 658 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 656 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 659 "instrumentation", | 657 "instrumentation", |
| 660 "--blacklist-file", | 658 "--blacklist-file", |
| 661 "[SLAVE_BUILD]/src/out/bad_devices.json", | 659 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 662 "--logcat-output-file", | |
| 663 "/path/to/tmp/", | |
| 664 "--verbose", | 660 "--verbose", |
| 665 "--test-apk", | 661 "--test-apk", |
| 666 "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unitt
est.apk", | 662 "[SLAVE_BUILD]/src/out/Release/apks/libjingle_peerconnection_android_unitt
est.apk", |
| 667 "--release" | 663 "--release" |
| 668 ], | 664 ], |
| 669 "cwd": "[SLAVE_BUILD]", | 665 "cwd": "[SLAVE_BUILD]", |
| 670 "env": { | 666 "env": { |
| 671 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 667 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| 672 }, | 668 }, |
| 673 "name": "Instrumentation test libjingle_peerconnection_android_unittest" | 669 "name": "Instrumentation test libjingle_peerconnection_android_unittest" |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 770 "@@@STEP_LOG_END@python.inline@@@" | 766 "@@@STEP_LOG_END@python.inline@@@" |
| 771 ] | 767 ] |
| 772 }, | 768 }, |
| 773 { | 769 { |
| 774 "name": "$result", | 770 "name": "$result", |
| 775 "recipe_result": null, | 771 "recipe_result": null, |
| 776 "status_code": 0 | 772 "status_code": 0 |
| 777 } | 773 } |
| 778 ] | 774 ] |
| OLD | NEW |