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

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

Issue 2154383002: Remove build-type arg from Chromedriver tests. (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
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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "cmd": [ 512 "cmd": [
513 "xvfb-run", 513 "xvfb-run",
514 "-a", 514 "-a",
515 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 515 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
516 "--chromedriver", 516 "--chromedriver",
517 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 517 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
518 "--log-path", 518 "--log-path",
519 "[TMP_BASE]/server_log_tmp_2/server_log", 519 "[TMP_BASE]/server_log_tmp_2/server_log",
520 "--reference-chromedriver", 520 "--reference-chromedriver",
521 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 521 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
522 "--build-type",
523 "Debug",
524 "--android-package", 522 "--android-package",
525 "chrome_beta" 523 "chrome_beta"
526 ], 524 ],
527 "env": { 525 "env": {
528 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 526 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
529 }, 527 },
530 "name": "python_tests(chrome_beta)" 528 "name": "python_tests(chrome_beta)"
531 }, 529 },
532 { 530 {
533 "cmd": [ 531 "cmd": [
(...skipping 23 matching lines...) Expand all
557 }, 555 },
558 { 556 {
559 "cmd": [ 557 "cmd": [
560 "xvfb-run", 558 "xvfb-run",
561 "-a", 559 "-a",
562 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 560 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
563 "--chromedriver", 561 "--chromedriver",
564 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 562 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
565 "--log-path", 563 "--log-path",
566 "[TMP_BASE]/server_log_tmp_3/server_log", 564 "[TMP_BASE]/server_log_tmp_3/server_log",
567 "--build-type",
568 "Debug",
569 "--verbose", 565 "--verbose",
570 "--android-package", 566 "--android-package",
571 "chrome_beta" 567 "chrome_beta"
572 ], 568 ],
573 "env": { 569 "env": {
574 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 570 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
575 }, 571 },
576 "name": "java_tests(chrome_beta)" 572 "name": "java_tests(chrome_beta)"
577 }, 573 },
578 { 574 {
(...skipping 26 matching lines...) Expand all
605 "cmd": [ 601 "cmd": [
606 "xvfb-run", 602 "xvfb-run",
607 "-a", 603 "-a",
608 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 604 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
609 "--chromedriver", 605 "--chromedriver",
610 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 606 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
611 "--log-path", 607 "--log-path",
612 "[TMP_BASE]/server_log_tmp_4/server_log", 608 "[TMP_BASE]/server_log_tmp_4/server_log",
613 "--reference-chromedriver", 609 "--reference-chromedriver",
614 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 610 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
615 "--build-type",
616 "Debug",
617 "--android-package", 611 "--android-package",
618 "chrome_public" 612 "chrome_public"
619 ], 613 ],
620 "env": { 614 "env": {
621 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 615 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
622 }, 616 },
623 "name": "python_tests(chrome_public)" 617 "name": "python_tests(chrome_public)"
624 }, 618 },
625 { 619 {
626 "cmd": [ 620 "cmd": [
(...skipping 23 matching lines...) Expand all
650 }, 644 },
651 { 645 {
652 "cmd": [ 646 "cmd": [
653 "xvfb-run", 647 "xvfb-run",
654 "-a", 648 "-a",
655 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 649 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
656 "--chromedriver", 650 "--chromedriver",
657 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 651 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
658 "--log-path", 652 "--log-path",
659 "[TMP_BASE]/server_log_tmp_5/server_log", 653 "[TMP_BASE]/server_log_tmp_5/server_log",
660 "--build-type",
661 "Debug",
662 "--verbose", 654 "--verbose",
663 "--android-package", 655 "--android-package",
664 "chrome_public" 656 "chrome_public"
665 ], 657 ],
666 "env": { 658 "env": {
667 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 659 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
668 }, 660 },
669 "name": "java_tests(chrome_public)" 661 "name": "java_tests(chrome_public)"
670 }, 662 },
671 { 663 {
(...skipping 26 matching lines...) Expand all
698 "cmd": [ 690 "cmd": [
699 "xvfb-run", 691 "xvfb-run",
700 "-a", 692 "-a",
701 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 693 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
702 "--chromedriver", 694 "--chromedriver",
703 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 695 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
704 "--log-path", 696 "--log-path",
705 "[TMP_BASE]/server_log_tmp_6/server_log", 697 "[TMP_BASE]/server_log_tmp_6/server_log",
706 "--reference-chromedriver", 698 "--reference-chromedriver",
707 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 699 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
708 "--build-type",
709 "Debug",
710 "--android-package", 700 "--android-package",
711 "chrome_stable" 701 "chrome_stable"
712 ], 702 ],
713 "env": { 703 "env": {
714 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 704 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
715 }, 705 },
716 "name": "python_tests(chrome_stable)" 706 "name": "python_tests(chrome_stable)"
717 }, 707 },
718 { 708 {
719 "cmd": [ 709 "cmd": [
(...skipping 23 matching lines...) Expand all
743 }, 733 },
744 { 734 {
745 "cmd": [ 735 "cmd": [
746 "xvfb-run", 736 "xvfb-run",
747 "-a", 737 "-a",
748 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 738 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
749 "--chromedriver", 739 "--chromedriver",
750 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 740 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
751 "--log-path", 741 "--log-path",
752 "[TMP_BASE]/server_log_tmp_7/server_log", 742 "[TMP_BASE]/server_log_tmp_7/server_log",
753 "--build-type",
754 "Debug",
755 "--verbose", 743 "--verbose",
756 "--android-package", 744 "--android-package",
757 "chrome_stable" 745 "chrome_stable"
758 ], 746 ],
759 "env": { 747 "env": {
760 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 748 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
761 }, 749 },
762 "name": "java_tests(chrome_stable)" 750 "name": "java_tests(chrome_stable)"
763 }, 751 },
764 { 752 {
(...skipping 26 matching lines...) Expand all
791 "cmd": [ 779 "cmd": [
792 "xvfb-run", 780 "xvfb-run",
793 "-a", 781 "-a",
794 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py", 782 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_py_tests.py",
795 "--chromedriver", 783 "--chromedriver",
796 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 784 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
797 "--log-path", 785 "--log-path",
798 "[TMP_BASE]/server_log_tmp_8/server_log", 786 "[TMP_BASE]/server_log_tmp_8/server_log",
799 "--reference-chromedriver", 787 "--reference-chromedriver",
800 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64", 788 "[SLAVE_BUILD]/src/chrome/test/chromedriver/third_party/java_tests/referen ce_builds/chromedriver_linux64",
801 "--build-type",
802 "Debug",
803 "--android-package", 789 "--android-package",
804 "chromedriver_webview_shell" 790 "chromedriver_webview_shell"
805 ], 791 ],
806 "env": { 792 "env": {
807 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 793 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
808 }, 794 },
809 "name": "python_tests(chromedriver_webview_shell)" 795 "name": "python_tests(chromedriver_webview_shell)"
810 }, 796 },
811 { 797 {
812 "cmd": [ 798 "cmd": [
(...skipping 23 matching lines...) Expand all
836 }, 822 },
837 { 823 {
838 "cmd": [ 824 "cmd": [
839 "xvfb-run", 825 "xvfb-run",
840 "-a", 826 "-a",
841 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py", 827 "[SLAVE_BUILD]/src/chrome/test/chromedriver/test/run_java_tests.py",
842 "--chromedriver", 828 "--chromedriver",
843 "[SLAVE_BUILD]/src/out/Debug/chromedriver", 829 "[SLAVE_BUILD]/src/out/Debug/chromedriver",
844 "--log-path", 830 "--log-path",
845 "[TMP_BASE]/server_log_tmp_9/server_log", 831 "[TMP_BASE]/server_log_tmp_9/server_log",
846 "--build-type",
847 "Debug",
848 "--verbose", 832 "--verbose",
849 "--android-package", 833 "--android-package",
850 "chromedriver_webview_shell" 834 "chromedriver_webview_shell"
851 ], 835 ],
852 "env": { 836 "env": {
853 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome" 837 "PATH": "%(PATH)s:[SLAVE_BUILD]/src/chrome/test/chromedriver/chrome"
854 }, 838 },
855 "name": "java_tests(chromedriver_webview_shell)" 839 "name": "java_tests(chromedriver_webview_shell)"
856 }, 840 },
857 { 841 {
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1074 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1091 "@@@STEP_LOG_END@python.inline@@@" 1075 "@@@STEP_LOG_END@python.inline@@@"
1092 ] 1076 ]
1093 }, 1077 },
1094 { 1078 {
1095 "name": "$result", 1079 "name": "$result",
1096 "recipe_result": null, 1080 "recipe_result": null,
1097 "status_code": 0 1081 "status_code": 0
1098 } 1082 }
1099 ] 1083 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698