Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Side by Side Diff: scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__test_failure.json

Issue 2165733002: Misc Chromedriver bot fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 {
664 "cmd": [
665 "python",
666 "-u",
667 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
668 "--",
669 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
670 "----",
671 "cp",
672 "[TMP_BASE]/server_log_tmp_5/server_log",
673 "gs://chromedriver-data/server_logs/server_log"
674 ],
675 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_5/server_log",
676 "~followup_annotations": [ 663 "~followup_annotations": [
677 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_5/server_log@https://st orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@" 664 "step returned non-zero exit code: 1",
665 "@@@STEP_FAILURE@@@"
678 ] 666 ]
679 }, 667 },
680 { 668 {
681 "cmd": [ 669 "cmd": [
682 "python", 670 "python",
683 "-u", 671 "-u",
684 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 672 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
685 "[TMP_BASE]/server_log_tmp_5" 673 "[TMP_BASE]/server_log_tmp_5"
686 ], 674 ],
687 "name": "rmtree [TMP_BASE]/server_log_tmp_5" 675 "name": "rmtree [TMP_BASE]/server_log_tmp_5"
688 }, 676 },
689 { 677 {
690 "cmd": [ 678 "cmd": [
691 "xvfb-run", 679 "xvfb-run",
692 "-a", 680 "-a",
693 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 681 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
694 "--chromedriver", 682 "--chromedriver",
695 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 683 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
696 "--log-path", 684 "--log-path",
697 "[TMP_BASE]/server_log_tmp_6/server_log", 685 "[TMP_BASE]/server_log_tmp_6/server_log",
698 "--reference-chromedriver", 686 "--reference-chromedriver",
699 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 687 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
700 "--android-package", 688 "--android-package",
701 "chrome_stable" 689 "chromedriver_webview_shell"
702 ], 690 ],
703 "env": { 691 "env": {
704 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 692 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
705 }, 693 },
706 "name": "python_tests(chrome_stable)" 694 "name": "python_tests(chromedriver_webview_shell)"
707 }, 695 },
708 { 696 {
709 "cmd": [ 697 "cmd": [
710 "python", 698 "python",
711 "-u", 699 "-u",
712 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 700 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
713 "--", 701 "--",
714 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 702 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
715 "----", 703 "----",
716 "cp", 704 "cp",
(...skipping 18 matching lines...) Expand all
735 "cmd": [ 723 "cmd": [
736 "xvfb-run", 724 "xvfb-run",
737 "-a", 725 "-a",
738 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 726 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
739 "--chromedriver", 727 "--chromedriver",
740 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 728 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
741 "--log-path", 729 "--log-path",
742 "[TMP_BASE]/server_log_tmp_7/server_log", 730 "[TMP_BASE]/server_log_tmp_7/server_log",
743 "--verbose", 731 "--verbose",
744 "--android-package", 732 "--android-package",
745 "chrome_stable" 733 "chromedriver_webview_shell"
746 ], 734 ],
747 "env": { 735 "env": {
748 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 736 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
749 }, 737 },
750 "name": "java_tests(chrome_stable)", 738 "name": "java_tests(chromedriver_webview_shell)"
739 },
740 {
741 "cmd": [
742 "python",
743 "-u",
744 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
745 "--",
746 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
747 "----",
748 "cp",
749 "[TMP_BASE]/server_log_tmp_7/server_log",
750 "gs://chromedriver-data/server_logs/server_log"
751 ],
752 "name": "gsutil Upload Server Log, [TMP_BASE]/server_log_tmp_7/server_log",
751 "~followup_annotations": [ 753 "~followup_annotations": [
752 "step returned non-zero exit code: 1", 754 "@@@STEP_LINK@server log [TMP_BASE]/server_log_tmp_7/server_log@https://st orage.cloud.google.com/chromedriver-data/server_logs/server_log@@@"
753 "@@@STEP_FAILURE@@@"
754 ] 755 ]
755 }, 756 },
756 { 757 {
757 "cmd": [ 758 "cmd": [
758 "python", 759 "python",
759 "-u", 760 "-u",
760 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 761 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
761 "[TMP_BASE]/server_log_tmp_7" 762 "[TMP_BASE]/server_log_tmp_7"
762 ], 763 ],
763 "name": "rmtree [TMP_BASE]/server_log_tmp_7" 764 "name": "rmtree [TMP_BASE]/server_log_tmp_7"
764 }, 765 },
765 { 766 {
766 "cmd": [ 767 "cmd": [
767 "xvfb-run", 768 "xvfb-run",
768 "-a", 769 "-a",
769 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 770 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
770 "--chromedriver", 771 "--chromedriver",
771 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 772 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
772 "--log-path", 773 "--log-path",
773 "[TMP_BASE]/server_log_tmp_8/server_log", 774 "[TMP_BASE]/server_log_tmp_8/server_log",
774 "--reference-chromedriver", 775 "--reference-chromedriver",
775 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 776 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
776 "--android-package", 777 "--android-package",
777 "chromedriver_webview_shell" 778 "chromium"
778 ], 779 ],
779 "env": { 780 "env": {
780 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 781 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
781 }, 782 },
782 "name": "python_tests(chromedriver_webview_shell)" 783 "name": "python_tests(chromium)"
783 }, 784 },
784 { 785 {
785 "cmd": [ 786 "cmd": [
786 "python", 787 "python",
787 "-u", 788 "-u",
788 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 789 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
789 "--", 790 "--",
790 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 791 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
791 "----", 792 "----",
792 "cp", 793 "cp",
(...skipping 18 matching lines...) Expand all
811 "cmd": [ 812 "cmd": [
812 "xvfb-run", 813 "xvfb-run",
813 "-a", 814 "-a",
814 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 815 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
815 "--chromedriver", 816 "--chromedriver",
816 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 817 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
817 "--log-path", 818 "--log-path",
818 "[TMP_BASE]/server_log_tmp_9/server_log", 819 "[TMP_BASE]/server_log_tmp_9/server_log",
819 "--verbose", 820 "--verbose",
820 "--android-package", 821 "--android-package",
821 "chromedriver_webview_shell" 822 "chromium"
822 ], 823 ],
823 "env": { 824 "env": {
824 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 825 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
825 }, 826 },
826 "name": "java_tests(chromedriver_webview_shell)" 827 "name": "java_tests(chromium)"
827 }, 828 },
828 { 829 {
829 "cmd": [ 830 "cmd": [
830 "python", 831 "python",
831 "-u", 832 "-u",
832 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 833 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
833 "--", 834 "--",
834 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 835 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
835 "----", 836 "----",
836 "cp", 837 "cp",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 1058 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
1058 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 1059 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
1059 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 1060 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
1060 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 1061 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
1061 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1062 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1062 "@@@STEP_LOG_END@python.inline@@@" 1063 "@@@STEP_LOG_END@python.inline@@@"
1063 ] 1064 ]
1064 }, 1065 },
1065 { 1066 {
1066 "name": "$result", 1067 "name": "$result",
1068 "reason": "Test failures",
1067 "recipe_result": null, 1069 "recipe_result": null,
1068 "status_code": 0 1070 "status_code": 1
1069 } 1071 }
1070 ] 1072 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromedriver.expected/Android_ChromeDriver_Tests__dbg__basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698