| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android ChromeDriver Tests (dbg)", | 10 "Android ChromeDriver Tests (dbg)", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "python", | 240 "python", |
| 241 "-u", | 241 "-u", |
| 242 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 242 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 243 "--adb-path", | 243 "--adb-path", |
| 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 244 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 245 "--blacklist-file", | 245 "--blacklist-file", |
| 246 "[SLAVE_BUILD]/src/out/bad_devices.json", | 246 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 247 "--output-device-blacklist", | 247 "--output-device-blacklist", |
| 248 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
| 249 "-t", | 249 "-t", |
| 250 "Debug" | 250 "Debug", |
| 251 "--skip-wipe" |
| 251 ], | 252 ], |
| 252 "env": { | 253 "env": { |
| 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 254 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 255 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 255 }, | 256 }, |
| 256 "name": "provision_devices" | 257 "name": "provision_devices" |
| 257 }, | 258 }, |
| 258 { | 259 { |
| 259 "cmd": [ | 260 "cmd": [ |
| 260 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | 261 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "xvfb-run", | 603 "xvfb-run", |
| 603 "-a", | 604 "-a", |
| 604 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 605 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 605 "--chromedriver", | 606 "--chromedriver", |
| 606 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 607 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 607 "--log-path", | 608 "--log-path", |
| 608 "[TMP_BASE]/server_log_tmp_4/server_log", | 609 "[TMP_BASE]/server_log_tmp_4/server_log", |
| 609 "--reference-chromedriver", | 610 "--reference-chromedriver", |
| 610 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 611 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 611 "--android-package", | 612 "--android-package", |
| 612 "chrome_public" | 613 "chrome_stable" |
| 613 ], | 614 ], |
| 614 "env": { | 615 "env": { |
| 615 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 616 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 616 }, | 617 }, |
| 617 "name": "python_tests(chrome_public)" | 618 "name": "python_tests(chrome_stable)" |
| 618 }, | 619 }, |
| 619 { | 620 { |
| 620 "cmd": [ | 621 "cmd": [ |
| 621 "python", | 622 "python", |
| 622 "-u", | 623 "-u", |
| 623 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 624 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 624 "--", | 625 "--", |
| 625 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 626 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 626 "----", | 627 "----", |
| 627 "cp", | 628 "cp", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 646 "cmd": [ | 647 "cmd": [ |
| 647 "xvfb-run", | 648 "xvfb-run", |
| 648 "-a", | 649 "-a", |
| 649 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 650 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 650 "--chromedriver", | 651 "--chromedriver", |
| 651 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 652 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 652 "--log-path", | 653 "--log-path", |
| 653 "[TMP_BASE]/server_log_tmp_5/server_log", | 654 "[TMP_BASE]/server_log_tmp_5/server_log", |
| 654 "--verbose", | 655 "--verbose", |
| 655 "--android-package", | 656 "--android-package", |
| 656 "chrome_public" | 657 "chrome_stable" |
| 657 ], | 658 ], |
| 658 "env": { | 659 "env": { |
| 659 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 660 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 660 }, | 661 }, |
| 661 "name": "java_tests(chrome_public)" | 662 "name": "java_tests(chrome_stable)" |
| 662 }, | 663 }, |
| 663 { | 664 { |
| 664 "cmd": [ | 665 "cmd": [ |
| 665 "python", | 666 "python", |
| 666 "-u", | 667 "-u", |
| 667 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 668 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 668 "--", | 669 "--", |
| 669 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 670 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 670 "----", | 671 "----", |
| 671 "cp", | 672 "cp", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 691 "xvfb-run", | 692 "xvfb-run", |
| 692 "-a", | 693 "-a", |
| 693 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 694 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 694 "--chromedriver", | 695 "--chromedriver", |
| 695 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 696 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 696 "--log-path", | 697 "--log-path", |
| 697 "[TMP_BASE]/server_log_tmp_6/server_log", | 698 "[TMP_BASE]/server_log_tmp_6/server_log", |
| 698 "--reference-chromedriver", | 699 "--reference-chromedriver", |
| 699 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 700 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 700 "--android-package", | 701 "--android-package", |
| 701 "chrome_stable" | 702 "chromedriver_webview_shell" |
| 702 ], | 703 ], |
| 703 "env": { | 704 "env": { |
| 704 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 705 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 705 }, | 706 }, |
| 706 "name": "python_tests(chrome_stable)" | 707 "name": "python_tests(chromedriver_webview_shell)" |
| 707 }, | 708 }, |
| 708 { | 709 { |
| 709 "cmd": [ | 710 "cmd": [ |
| 710 "python", | 711 "python", |
| 711 "-u", | 712 "-u", |
| 712 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 713 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 713 "--", | 714 "--", |
| 714 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 715 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 715 "----", | 716 "----", |
| 716 "cp", | 717 "cp", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 735 "cmd": [ | 736 "cmd": [ |
| 736 "xvfb-run", | 737 "xvfb-run", |
| 737 "-a", | 738 "-a", |
| 738 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 739 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 739 "--chromedriver", | 740 "--chromedriver", |
| 740 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 741 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 741 "--log-path", | 742 "--log-path", |
| 742 "[TMP_BASE]/server_log_tmp_7/server_log", | 743 "[TMP_BASE]/server_log_tmp_7/server_log", |
| 743 "--verbose", | 744 "--verbose", |
| 744 "--android-package", | 745 "--android-package", |
| 745 "chrome_stable" | 746 "chromedriver_webview_shell" |
| 746 ], | 747 ], |
| 747 "env": { | 748 "env": { |
| 748 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 749 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 749 }, | 750 }, |
| 750 "name": "java_tests(chrome_stable)" | 751 "name": "java_tests(chromedriver_webview_shell)" |
| 751 }, | 752 }, |
| 752 { | 753 { |
| 753 "cmd": [ | 754 "cmd": [ |
| 754 "python", | 755 "python", |
| 755 "-u", | 756 "-u", |
| 756 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 757 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 757 "--", | 758 "--", |
| 758 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 759 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 759 "----", | 760 "----", |
| 760 "cp", | 761 "cp", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 780 "xvfb-run", | 781 "xvfb-run", |
| 781 "-a", | 782 "-a", |
| 782 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", | 783 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", |
| 783 "--chromedriver", | 784 "--chromedriver", |
| 784 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 785 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 785 "--log-path", | 786 "--log-path", |
| 786 "[TMP_BASE]/server_log_tmp_8/server_log", | 787 "[TMP_BASE]/server_log_tmp_8/server_log", |
| 787 "--reference-chromedriver", | 788 "--reference-chromedriver", |
| 788 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", | 789 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen
ce_builds/chromedriver_linux64", |
| 789 "--android-package", | 790 "--android-package", |
| 790 "chromedriver_webview_shell" | 791 "chromium" |
| 791 ], | 792 ], |
| 792 "env": { | 793 "env": { |
| 793 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 794 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 794 }, | 795 }, |
| 795 "name": "python_tests(chromedriver_webview_shell)" | 796 "name": "python_tests(chromium)" |
| 796 }, | 797 }, |
| 797 { | 798 { |
| 798 "cmd": [ | 799 "cmd": [ |
| 799 "python", | 800 "python", |
| 800 "-u", | 801 "-u", |
| 801 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 802 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 802 "--", | 803 "--", |
| 803 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 804 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 804 "----", | 805 "----", |
| 805 "cp", | 806 "cp", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 824 "cmd": [ | 825 "cmd": [ |
| 825 "xvfb-run", | 826 "xvfb-run", |
| 826 "-a", | 827 "-a", |
| 827 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", | 828 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", |
| 828 "--chromedriver", | 829 "--chromedriver", |
| 829 "[SLAVE_BUILD]/src/out/Debug/chromedriver", | 830 "[SLAVE_BUILD]/src/out/Debug/chromedriver", |
| 830 "--log-path", | 831 "--log-path", |
| 831 "[TMP_BASE]/server_log_tmp_9/server_log", | 832 "[TMP_BASE]/server_log_tmp_9/server_log", |
| 832 "--verbose", | 833 "--verbose", |
| 833 "--android-package", | 834 "--android-package", |
| 834 "chromedriver_webview_shell" | 835 "chromium" |
| 835 ], | 836 ], |
| 836 "env": { | 837 "env": { |
| 837 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" | 838 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" |
| 838 }, | 839 }, |
| 839 "name": "java_tests(chromedriver_webview_shell)" | 840 "name": "java_tests(chromium)" |
| 840 }, | 841 }, |
| 841 { | 842 { |
| 842 "cmd": [ | 843 "cmd": [ |
| 843 "python", | 844 "python", |
| 844 "-u", | 845 "-u", |
| 845 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 846 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 846 "--", | 847 "--", |
| 847 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 848 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 848 "----", | 849 "----", |
| 849 "cp", | 850 "cp", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1075 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1075 "@@@STEP_LOG_END@python.inline@@@" | 1076 "@@@STEP_LOG_END@python.inline@@@" |
| 1076 ] | 1077 ] |
| 1077 }, | 1078 }, |
| 1078 { | 1079 { |
| 1079 "name": "$result", | 1080 "name": "$result", |
| 1080 "recipe_result": null, | 1081 "recipe_result": null, |
| 1081 "status_code": 0 | 1082 "status_code": 0 |
| 1082 } | 1083 } |
| 1083 ] | 1084 ] |
| OLD | NEW |