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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json

Issue 1465343002: [Android] Add context manager to record logcat during step(s). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Removed unused config. Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Android Swarm Builder", 10 "Android Swarm Builder",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "@@@STEP_LOG_LINE@json.output@}@@@", 345 "@@@STEP_LOG_LINE@json.output@}@@@",
346 "@@@STEP_LOG_END@json.output@@@", 346 "@@@STEP_LOG_END@json.output@@@",
347 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 347 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
348 ] 348 ]
349 }, 349 },
350 { 350 {
351 "cmd": [ 351 "cmd": [
352 "[BUILD]/scripts/slave/daemonizer.py", 352 "[BUILD]/scripts/slave/daemonizer.py",
353 "--", 353 "--",
354 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 354 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
355 "[SLAVE_BUILD]/src/out/logcat" 355 "[SLAVE_BUILD]/src/out/logcat_dir"
356 ], 356 ],
357 "cwd": "[SLAVE_BUILD]", 357 "cwd": "[SLAVE_BUILD]",
358 "env": { 358 "env": {
359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 359 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
360 }, 360 },
361 "name": "spawn_logcat_monitor" 361 "name": "spawn_logcat_monitor"
362 }, 362 },
363 { 363 {
364 "cmd": [ 364 "cmd": [
365 "python", 365 "python",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "name": "[error] content_browsertests", 635 "name": "[error] content_browsertests",
636 "~followup_annotations": [ 636 "~followup_annotations": [
637 "@@@STEP_LOG_LINE@python.inline@@@@", 637 "@@@STEP_LOG_LINE@python.inline@@@@",
638 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 638 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
639 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 639 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
640 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 640 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
641 "@@@STEP_LOG_END@python.inline@@@" 641 "@@@STEP_LOG_END@python.inline@@@"
642 ] 642 ]
643 }, 643 },
644 { 644 {
645 "cmd": [],
646 "cwd": "[SLAVE_BUILD]",
647 "name": "android_webview_unittests"
648 },
649 {
650 "cmd": [
651 "[BUILD]/scripts/slave/daemonizer.py",
652 "--",
653 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
654 "[TMP_BASE]/logcat_tmp_1"
655 ],
656 "cwd": "[SLAVE_BUILD]",
657 "env": {
658 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
659 },
660 "name": "android_webview_unittests.spawn_logcat_monitor",
661 "~followup_annotations": [
662 "@@@STEP_NEST_LEVEL@1@@@"
663 ]
664 },
665 {
645 "cmd": [ 666 "cmd": [
646 "python", 667 "python",
647 "-u", 668 "-u",
648 "[SLAVE_BUILD]/src/build/android/test_runner.py", 669 "[SLAVE_BUILD]/src/build/android/test_runner.py",
649 "gtest", 670 "gtest",
650 "-s", 671 "-s",
651 "android_webview_unittests", 672 "android_webview_unittests",
652 "--blacklist-file", 673 "--blacklist-file",
653 "[SLAVE_BUILD]/src/out/bad_devices.json", 674 "[SLAVE_BUILD]/src/out/bad_devices.json",
654 "--verbose", 675 "--verbose",
655 "--release", 676 "--release",
656 "--flakiness-dashboard-server=test-results.appspot.com", 677 "--flakiness-dashboard-server=test-results.appspot.com",
657 "--json-results-file", 678 "--json-results-file",
658 "/path/to/tmp/json" 679 "/path/to/tmp/json"
659 ], 680 ],
660 "cwd": "[SLAVE_BUILD]", 681 "cwd": "[SLAVE_BUILD]",
661 "env": { 682 "env": {
662 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 683 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
663 }, 684 },
664 "name": "android_webview_unittests" 685 "name": "android_webview_unittests.android_webview_unittests",
686 "~followup_annotations": [
687 "@@@STEP_NEST_LEVEL@1@@@"
688 ]
665 }, 689 },
666 { 690 {
667 "cmd": [ 691 "cmd": [
692 "python",
693 "-u",
694 "[BUILD]/scripts/slave/tee.py",
695 "/path/to/tmp/logcat",
696 "--",
697 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
698 "[TMP_BASE]/logcat_tmp_1"
699 ],
700 "cwd": "[SLAVE_BUILD]",
701 "name": "android_webview_unittests.logcat_dump",
702 "~followup_annotations": [
703 "@@@STEP_NEST_LEVEL@1@@@"
704 ]
705 },
706 {
707 "cmd": [],
708 "cwd": "[SLAVE_BUILD]",
709 "name": "content_unittests"
710 },
711 {
712 "cmd": [
713 "[BUILD]/scripts/slave/daemonizer.py",
714 "--",
715 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
716 "[TMP_BASE]/logcat_tmp_2"
717 ],
718 "cwd": "[SLAVE_BUILD]",
719 "env": {
720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
721 },
722 "name": "content_unittests.spawn_logcat_monitor",
723 "~followup_annotations": [
724 "@@@STEP_NEST_LEVEL@1@@@"
725 ]
726 },
727 {
728 "cmd": [
668 "python", 729 "python",
669 "-u", 730 "-u",
670 "[SLAVE_BUILD]/src/build/android/test_runner.py", 731 "[SLAVE_BUILD]/src/build/android/test_runner.py",
671 "gtest", 732 "gtest",
672 "-s", 733 "-s",
673 "content_unittests", 734 "content_unittests",
674 "--blacklist-file", 735 "--blacklist-file",
675 "[SLAVE_BUILD]/src/out/bad_devices.json", 736 "[SLAVE_BUILD]/src/out/bad_devices.json",
676 "--verbose", 737 "--verbose",
677 "--release", 738 "--release",
678 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate", 739 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate",
679 "--flakiness-dashboard-server=test-results.appspot.com", 740 "--flakiness-dashboard-server=test-results.appspot.com",
680 "--json-results-file", 741 "--json-results-file",
681 "/path/to/tmp/json" 742 "/path/to/tmp/json"
682 ], 743 ],
683 "cwd": "[SLAVE_BUILD]", 744 "cwd": "[SLAVE_BUILD]",
684 "env": { 745 "env": {
685 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 746 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
686 }, 747 },
687 "name": "content_unittests" 748 "name": "content_unittests.content_unittests",
749 "~followup_annotations": [
750 "@@@STEP_NEST_LEVEL@1@@@"
751 ]
688 }, 752 },
689 { 753 {
690 "cmd": [ 754 "cmd": [
755 "python",
756 "-u",
757 "[BUILD]/scripts/slave/tee.py",
758 "/path/to/tmp/logcat",
759 "--",
760 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
761 "[TMP_BASE]/logcat_tmp_2"
762 ],
763 "cwd": "[SLAVE_BUILD]",
764 "name": "content_unittests.logcat_dump",
765 "~followup_annotations": [
766 "@@@STEP_NEST_LEVEL@1@@@"
767 ]
768 },
769 {
770 "cmd": [],
771 "cwd": "[SLAVE_BUILD]",
772 "name": "device_unittests"
773 },
774 {
775 "cmd": [
776 "[BUILD]/scripts/slave/daemonizer.py",
777 "--",
778 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
779 "[TMP_BASE]/logcat_tmp_3"
780 ],
781 "cwd": "[SLAVE_BUILD]",
782 "env": {
783 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
784 },
785 "name": "device_unittests.spawn_logcat_monitor",
786 "~followup_annotations": [
787 "@@@STEP_NEST_LEVEL@1@@@"
788 ]
789 },
790 {
791 "cmd": [
691 "python", 792 "python",
692 "-u", 793 "-u",
693 "[SLAVE_BUILD]/src/build/android/test_runner.py", 794 "[SLAVE_BUILD]/src/build/android/test_runner.py",
694 "gtest", 795 "gtest",
695 "-s", 796 "-s",
696 "device_unittests", 797 "device_unittests",
697 "--blacklist-file", 798 "--blacklist-file",
698 "[SLAVE_BUILD]/src/out/bad_devices.json", 799 "[SLAVE_BUILD]/src/out/bad_devices.json",
699 "--verbose", 800 "--verbose",
700 "--release", 801 "--release",
701 "--flakiness-dashboard-server=test-results.appspot.com", 802 "--flakiness-dashboard-server=test-results.appspot.com",
702 "--json-results-file", 803 "--json-results-file",
703 "/path/to/tmp/json" 804 "/path/to/tmp/json"
704 ], 805 ],
705 "cwd": "[SLAVE_BUILD]", 806 "cwd": "[SLAVE_BUILD]",
706 "env": { 807 "env": {
707 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 808 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
708 }, 809 },
709 "name": "device_unittests" 810 "name": "device_unittests.device_unittests",
710 }, 811 "~followup_annotations": [
711 { 812 "@@@STEP_NEST_LEVEL@1@@@"
712 "cmd": [ 813 ]
814 },
815 {
816 "cmd": [
817 "python",
818 "-u",
819 "[BUILD]/scripts/slave/tee.py",
820 "/path/to/tmp/logcat",
821 "--",
822 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
823 "[TMP_BASE]/logcat_tmp_3"
824 ],
825 "cwd": "[SLAVE_BUILD]",
826 "name": "device_unittests.logcat_dump",
827 "~followup_annotations": [
828 "@@@STEP_NEST_LEVEL@1@@@"
829 ]
830 },
831 {
832 "cmd": [],
833 "cwd": "[SLAVE_BUILD]",
834 "name": "events_unittests"
835 },
836 {
837 "cmd": [
838 "[BUILD]/scripts/slave/daemonizer.py",
839 "--",
840 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
841 "[TMP_BASE]/logcat_tmp_4"
842 ],
843 "cwd": "[SLAVE_BUILD]",
844 "env": {
845 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
846 },
847 "name": "events_unittests.spawn_logcat_monitor",
848 "~followup_annotations": [
849 "@@@STEP_NEST_LEVEL@1@@@"
850 ]
851 },
852 {
853 "cmd": [
854 "python",
855 "-u",
856 "[SLAVE_BUILD]/src/build/android/test_runner.py",
857 "gtest",
858 "-s",
859 "events_unittests",
860 "--blacklist-file",
861 "[SLAVE_BUILD]/src/out/bad_devices.json",
862 "--verbose",
863 "--release",
864 "--flakiness-dashboard-server=test-results.appspot.com",
865 "--json-results-file",
866 "/path/to/tmp/json"
867 ],
868 "cwd": "[SLAVE_BUILD]",
869 "env": {
870 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
871 },
872 "name": "events_unittests.events_unittests",
873 "~followup_annotations": [
874 "@@@STEP_NEST_LEVEL@1@@@"
875 ]
876 },
877 {
878 "cmd": [
879 "python",
880 "-u",
881 "[BUILD]/scripts/slave/tee.py",
882 "/path/to/tmp/logcat",
883 "--",
884 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
885 "[TMP_BASE]/logcat_tmp_4"
886 ],
887 "cwd": "[SLAVE_BUILD]",
888 "name": "events_unittests.logcat_dump",
889 "~followup_annotations": [
890 "@@@STEP_NEST_LEVEL@1@@@"
891 ]
892 },
893 {
894 "cmd": [],
895 "cwd": "[SLAVE_BUILD]",
896 "name": "gl_tests"
897 },
898 {
899 "cmd": [
900 "[BUILD]/scripts/slave/daemonizer.py",
901 "--",
902 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
903 "[TMP_BASE]/logcat_tmp_5"
904 ],
905 "cwd": "[SLAVE_BUILD]",
906 "env": {
907 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
908 },
909 "name": "gl_tests.spawn_logcat_monitor",
910 "~followup_annotations": [
911 "@@@STEP_NEST_LEVEL@1@@@"
912 ]
913 },
914 {
915 "cmd": [
916 "python",
917 "-u",
918 "[SLAVE_BUILD]/src/build/android/test_runner.py",
919 "gtest",
920 "-s",
921 "gl_tests",
922 "--blacklist-file",
923 "[SLAVE_BUILD]/src/out/bad_devices.json",
924 "--verbose",
925 "--release",
926 "--flakiness-dashboard-server=test-results.appspot.com",
927 "--json-results-file",
928 "/path/to/tmp/json"
929 ],
930 "cwd": "[SLAVE_BUILD]",
931 "env": {
932 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
933 },
934 "name": "gl_tests.gl_tests",
935 "~followup_annotations": [
936 "@@@STEP_NEST_LEVEL@1@@@"
937 ]
938 },
939 {
940 "cmd": [
941 "python",
942 "-u",
943 "[BUILD]/scripts/slave/tee.py",
944 "/path/to/tmp/logcat",
945 "--",
946 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
947 "[TMP_BASE]/logcat_tmp_5"
948 ],
949 "cwd": "[SLAVE_BUILD]",
950 "name": "gl_tests.logcat_dump",
951 "~followup_annotations": [
952 "@@@STEP_NEST_LEVEL@1@@@"
953 ]
954 },
955 {
956 "cmd": [],
957 "cwd": "[SLAVE_BUILD]",
958 "name": "gl_unittests"
959 },
960 {
961 "cmd": [
962 "[BUILD]/scripts/slave/daemonizer.py",
963 "--",
964 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
965 "[TMP_BASE]/logcat_tmp_6"
966 ],
967 "cwd": "[SLAVE_BUILD]",
968 "env": {
969 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
970 },
971 "name": "gl_unittests.spawn_logcat_monitor",
972 "~followup_annotations": [
973 "@@@STEP_NEST_LEVEL@1@@@"
974 ]
975 },
976 {
977 "cmd": [
978 "python",
979 "-u",
980 "[SLAVE_BUILD]/src/build/android/test_runner.py",
981 "gtest",
982 "-s",
983 "gl_unittests",
984 "--blacklist-file",
985 "[SLAVE_BUILD]/src/out/bad_devices.json",
986 "--verbose",
987 "--release",
988 "--flakiness-dashboard-server=test-results.appspot.com",
989 "--json-results-file",
990 "/path/to/tmp/json"
991 ],
992 "cwd": "[SLAVE_BUILD]",
993 "env": {
994 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
995 },
996 "name": "gl_unittests.gl_unittests",
997 "~followup_annotations": [
998 "@@@STEP_NEST_LEVEL@1@@@"
999 ]
1000 },
1001 {
1002 "cmd": [
1003 "python",
1004 "-u",
1005 "[BUILD]/scripts/slave/tee.py",
1006 "/path/to/tmp/logcat",
1007 "--",
1008 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1009 "[TMP_BASE]/logcat_tmp_6"
1010 ],
1011 "cwd": "[SLAVE_BUILD]",
1012 "name": "gl_unittests.logcat_dump",
1013 "~followup_annotations": [
1014 "@@@STEP_NEST_LEVEL@1@@@"
1015 ]
1016 },
1017 {
1018 "cmd": [],
1019 "cwd": "[SLAVE_BUILD]",
1020 "name": "gpu_unittests"
1021 },
1022 {
1023 "cmd": [
1024 "[BUILD]/scripts/slave/daemonizer.py",
1025 "--",
1026 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1027 "[TMP_BASE]/logcat_tmp_7"
1028 ],
1029 "cwd": "[SLAVE_BUILD]",
1030 "env": {
1031 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1032 },
1033 "name": "gpu_unittests.spawn_logcat_monitor",
1034 "~followup_annotations": [
1035 "@@@STEP_NEST_LEVEL@1@@@"
1036 ]
1037 },
1038 {
1039 "cmd": [
1040 "python",
1041 "-u",
1042 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1043 "gtest",
1044 "-s",
1045 "gpu_unittests",
1046 "--blacklist-file",
1047 "[SLAVE_BUILD]/src/out/bad_devices.json",
1048 "--verbose",
1049 "--release",
1050 "--flakiness-dashboard-server=test-results.appspot.com",
1051 "--json-results-file",
1052 "/path/to/tmp/json"
1053 ],
1054 "cwd": "[SLAVE_BUILD]",
1055 "env": {
1056 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1057 },
1058 "name": "gpu_unittests.gpu_unittests",
1059 "~followup_annotations": [
1060 "@@@STEP_NEST_LEVEL@1@@@"
1061 ]
1062 },
1063 {
1064 "cmd": [
1065 "python",
1066 "-u",
1067 "[BUILD]/scripts/slave/tee.py",
1068 "/path/to/tmp/logcat",
1069 "--",
1070 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1071 "[TMP_BASE]/logcat_tmp_7"
1072 ],
1073 "cwd": "[SLAVE_BUILD]",
1074 "name": "gpu_unittests.logcat_dump",
1075 "~followup_annotations": [
1076 "@@@STEP_NEST_LEVEL@1@@@"
1077 ]
1078 },
1079 {
1080 "cmd": [],
1081 "cwd": "[SLAVE_BUILD]",
1082 "name": "ipc_tests"
1083 },
1084 {
1085 "cmd": [
1086 "[BUILD]/scripts/slave/daemonizer.py",
1087 "--",
1088 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1089 "[TMP_BASE]/logcat_tmp_8"
1090 ],
1091 "cwd": "[SLAVE_BUILD]",
1092 "env": {
1093 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1094 },
1095 "name": "ipc_tests.spawn_logcat_monitor",
1096 "~followup_annotations": [
1097 "@@@STEP_NEST_LEVEL@1@@@"
1098 ]
1099 },
1100 {
1101 "cmd": [
1102 "python",
1103 "-u",
1104 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1105 "gtest",
1106 "-s",
1107 "ipc_tests",
1108 "--blacklist-file",
1109 "[SLAVE_BUILD]/src/out/bad_devices.json",
1110 "--verbose",
1111 "--release",
1112 "--flakiness-dashboard-server=test-results.appspot.com",
1113 "--json-results-file",
1114 "/path/to/tmp/json"
1115 ],
1116 "cwd": "[SLAVE_BUILD]",
1117 "env": {
1118 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1119 },
1120 "name": "ipc_tests.ipc_tests",
1121 "~followup_annotations": [
1122 "@@@STEP_NEST_LEVEL@1@@@"
1123 ]
1124 },
1125 {
1126 "cmd": [
1127 "python",
1128 "-u",
1129 "[BUILD]/scripts/slave/tee.py",
1130 "/path/to/tmp/logcat",
1131 "--",
1132 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1133 "[TMP_BASE]/logcat_tmp_8"
1134 ],
1135 "cwd": "[SLAVE_BUILD]",
1136 "name": "ipc_tests.logcat_dump",
1137 "~followup_annotations": [
1138 "@@@STEP_NEST_LEVEL@1@@@"
1139 ]
1140 },
1141 {
1142 "cmd": [],
1143 "cwd": "[SLAVE_BUILD]",
1144 "name": "media_unittests"
1145 },
1146 {
1147 "cmd": [
1148 "[BUILD]/scripts/slave/daemonizer.py",
1149 "--",
1150 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1151 "[TMP_BASE]/logcat_tmp_9"
1152 ],
1153 "cwd": "[SLAVE_BUILD]",
1154 "env": {
1155 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1156 },
1157 "name": "media_unittests.spawn_logcat_monitor",
1158 "~followup_annotations": [
1159 "@@@STEP_NEST_LEVEL@1@@@"
1160 ]
1161 },
1162 {
1163 "cmd": [
1164 "python",
1165 "-u",
1166 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1167 "gtest",
1168 "-s",
1169 "media_unittests",
1170 "--blacklist-file",
1171 "[SLAVE_BUILD]/src/out/bad_devices.json",
1172 "--verbose",
1173 "--release",
1174 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate",
1175 "--flakiness-dashboard-server=test-results.appspot.com",
1176 "--json-results-file",
1177 "/path/to/tmp/json"
1178 ],
1179 "cwd": "[SLAVE_BUILD]",
1180 "env": {
1181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1182 },
1183 "name": "media_unittests.media_unittests",
1184 "~followup_annotations": [
1185 "@@@STEP_NEST_LEVEL@1@@@"
1186 ]
1187 },
1188 {
1189 "cmd": [
1190 "python",
1191 "-u",
1192 "[BUILD]/scripts/slave/tee.py",
1193 "/path/to/tmp/logcat",
1194 "--",
1195 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1196 "[TMP_BASE]/logcat_tmp_9"
1197 ],
1198 "cwd": "[SLAVE_BUILD]",
1199 "name": "media_unittests.logcat_dump",
1200 "~followup_annotations": [
1201 "@@@STEP_NEST_LEVEL@1@@@"
1202 ]
1203 },
1204 {
1205 "cmd": [],
1206 "cwd": "[SLAVE_BUILD]",
1207 "name": "net_unittests"
1208 },
1209 {
1210 "cmd": [
1211 "[BUILD]/scripts/slave/daemonizer.py",
1212 "--",
1213 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1214 "[TMP_BASE]/logcat_tmp_10"
1215 ],
1216 "cwd": "[SLAVE_BUILD]",
1217 "env": {
1218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1219 },
1220 "name": "net_unittests.spawn_logcat_monitor",
1221 "~followup_annotations": [
1222 "@@@STEP_NEST_LEVEL@1@@@"
1223 ]
1224 },
1225 {
1226 "cmd": [
1227 "python",
1228 "-u",
1229 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1230 "gtest",
1231 "-s",
1232 "net_unittests",
1233 "--blacklist-file",
1234 "[SLAVE_BUILD]/src/out/bad_devices.json",
1235 "--verbose",
1236 "--release",
1237 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1238 "--flakiness-dashboard-server=test-results.appspot.com",
1239 "--json-results-file",
1240 "/path/to/tmp/json"
1241 ],
1242 "cwd": "[SLAVE_BUILD]",
1243 "env": {
1244 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1245 },
1246 "name": "net_unittests.net_unittests",
1247 "~followup_annotations": [
1248 "@@@STEP_NEST_LEVEL@1@@@"
1249 ]
1250 },
1251 {
1252 "cmd": [
1253 "python",
1254 "-u",
1255 "[BUILD]/scripts/slave/tee.py",
1256 "/path/to/tmp/logcat",
1257 "--",
1258 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1259 "[TMP_BASE]/logcat_tmp_10"
1260 ],
1261 "cwd": "[SLAVE_BUILD]",
1262 "name": "net_unittests.logcat_dump",
1263 "~followup_annotations": [
1264 "@@@STEP_NEST_LEVEL@1@@@"
1265 ]
1266 },
1267 {
1268 "cmd": [],
1269 "cwd": "[SLAVE_BUILD]",
1270 "name": "sandbox_linux_unittests"
1271 },
1272 {
1273 "cmd": [
1274 "[BUILD]/scripts/slave/daemonizer.py",
1275 "--",
1276 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1277 "[TMP_BASE]/logcat_tmp_11"
1278 ],
1279 "cwd": "[SLAVE_BUILD]",
1280 "env": {
1281 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1282 },
1283 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1284 "~followup_annotations": [
1285 "@@@STEP_NEST_LEVEL@1@@@"
1286 ]
1287 },
1288 {
1289 "cmd": [
713 "python", 1290 "python",
714 "-u", 1291 "-u",
715 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1292 "[SLAVE_BUILD]/src/build/android/test_runner.py",
716 "gtest", 1293 "gtest",
717 "-s", 1294 "-s",
718 "events_unittests", 1295 "sandbox_linux_unittests",
719 "--blacklist-file", 1296 "--blacklist-file",
720 "[SLAVE_BUILD]/src/out/bad_devices.json", 1297 "[SLAVE_BUILD]/src/out/bad_devices.json",
721 "--verbose", 1298 "--verbose",
722 "--release", 1299 "--release",
723 "--flakiness-dashboard-server=test-results.appspot.com", 1300 "--flakiness-dashboard-server=test-results.appspot.com",
724 "--json-results-file", 1301 "--json-results-file",
725 "/path/to/tmp/json" 1302 "/path/to/tmp/json"
726 ], 1303 ],
727 "cwd": "[SLAVE_BUILD]", 1304 "cwd": "[SLAVE_BUILD]",
728 "env": { 1305 "env": {
729 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1306 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
730 }, 1307 },
731 "name": "events_unittests" 1308 "name": "sandbox_linux_unittests.sandbox_linux_unittests",
1309 "~followup_annotations": [
1310 "@@@STEP_NEST_LEVEL@1@@@"
1311 ]
732 }, 1312 },
733 { 1313 {
734 "cmd": [ 1314 "cmd": [
735 "python", 1315 "python",
736 "-u", 1316 "-u",
737 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1317 "[BUILD]/scripts/slave/tee.py",
738 "gtest", 1318 "/path/to/tmp/logcat",
739 "-s", 1319 "--",
740 "gl_tests", 1320 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
741 "--blacklist-file", 1321 "[TMP_BASE]/logcat_tmp_11"
742 "[SLAVE_BUILD]/src/out/bad_devices.json", 1322 ],
743 "--verbose", 1323 "cwd": "[SLAVE_BUILD]",
744 "--release", 1324 "name": "sandbox_linux_unittests.logcat_dump",
745 "--flakiness-dashboard-server=test-results.appspot.com", 1325 "~followup_annotations": [
746 "--json-results-file", 1326 "@@@STEP_NEST_LEVEL@1@@@"
747 "/path/to/tmp/json" 1327 ]
1328 },
1329 {
1330 "cmd": [],
1331 "cwd": "[SLAVE_BUILD]",
1332 "name": "sql_unittests"
1333 },
1334 {
1335 "cmd": [
1336 "[BUILD]/scripts/slave/daemonizer.py",
1337 "--",
1338 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1339 "[TMP_BASE]/logcat_tmp_12"
748 ], 1340 ],
749 "cwd": "[SLAVE_BUILD]", 1341 "cwd": "[SLAVE_BUILD]",
750 "env": { 1342 "env": {
751 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1343 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
752 }, 1344 },
753 "name": "gl_tests" 1345 "name": "sql_unittests.spawn_logcat_monitor",
1346 "~followup_annotations": [
1347 "@@@STEP_NEST_LEVEL@1@@@"
1348 ]
754 }, 1349 },
755 { 1350 {
756 "cmd": [ 1351 "cmd": [
757 "python",
758 "-u",
759 "[SLAVE_BUILD]/src/build/android/test_runner.py",
760 "gtest",
761 "-s",
762 "gl_unittests",
763 "--blacklist-file",
764 "[SLAVE_BUILD]/src/out/bad_devices.json",
765 "--verbose",
766 "--release",
767 "--flakiness-dashboard-server=test-results.appspot.com",
768 "--json-results-file",
769 "/path/to/tmp/json"
770 ],
771 "cwd": "[SLAVE_BUILD]",
772 "env": {
773 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
774 },
775 "name": "gl_unittests"
776 },
777 {
778 "cmd": [
779 "python", 1352 "python",
780 "-u", 1353 "-u",
781 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1354 "[SLAVE_BUILD]/src/build/android/test_runner.py",
782 "gtest", 1355 "gtest",
783 "-s", 1356 "-s",
784 "gpu_unittests", 1357 "sql_unittests",
785 "--blacklist-file", 1358 "--blacklist-file",
786 "[SLAVE_BUILD]/src/out/bad_devices.json", 1359 "[SLAVE_BUILD]/src/out/bad_devices.json",
787 "--verbose", 1360 "--verbose",
788 "--release", 1361 "--release",
1362 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate",
789 "--flakiness-dashboard-server=test-results.appspot.com", 1363 "--flakiness-dashboard-server=test-results.appspot.com",
790 "--json-results-file", 1364 "--json-results-file",
791 "/path/to/tmp/json" 1365 "/path/to/tmp/json"
792 ], 1366 ],
793 "cwd": "[SLAVE_BUILD]", 1367 "cwd": "[SLAVE_BUILD]",
794 "env": { 1368 "env": {
795 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1369 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
796 }, 1370 },
797 "name": "gpu_unittests" 1371 "name": "sql_unittests.sql_unittests",
1372 "~followup_annotations": [
1373 "@@@STEP_NEST_LEVEL@1@@@"
1374 ]
798 }, 1375 },
799 { 1376 {
800 "cmd": [ 1377 "cmd": [
801 "python", 1378 "python",
802 "-u", 1379 "-u",
803 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1380 "[BUILD]/scripts/slave/tee.py",
804 "gtest", 1381 "/path/to/tmp/logcat",
805 "-s", 1382 "--",
806 "ipc_tests", 1383 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
807 "--blacklist-file", 1384 "[TMP_BASE]/logcat_tmp_12"
808 "[SLAVE_BUILD]/src/out/bad_devices.json", 1385 ],
809 "--verbose", 1386 "cwd": "[SLAVE_BUILD]",
810 "--release", 1387 "name": "sql_unittests.logcat_dump",
811 "--flakiness-dashboard-server=test-results.appspot.com", 1388 "~followup_annotations": [
812 "--json-results-file", 1389 "@@@STEP_NEST_LEVEL@1@@@"
813 "/path/to/tmp/json" 1390 ]
1391 },
1392 {
1393 "cmd": [],
1394 "cwd": "[SLAVE_BUILD]",
1395 "name": "sync_unit_tests"
1396 },
1397 {
1398 "cmd": [
1399 "[BUILD]/scripts/slave/daemonizer.py",
1400 "--",
1401 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1402 "[TMP_BASE]/logcat_tmp_13"
814 ], 1403 ],
815 "cwd": "[SLAVE_BUILD]", 1404 "cwd": "[SLAVE_BUILD]",
816 "env": { 1405 "env": {
817 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1406 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
818 }, 1407 },
819 "name": "ipc_tests" 1408 "name": "sync_unit_tests.spawn_logcat_monitor",
1409 "~followup_annotations": [
1410 "@@@STEP_NEST_LEVEL@1@@@"
1411 ]
820 }, 1412 },
821 { 1413 {
822 "cmd": [ 1414 "cmd": [
823 "python", 1415 "python",
824 "-u", 1416 "-u",
825 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1417 "[SLAVE_BUILD]/src/build/android/test_runner.py",
826 "gtest", 1418 "gtest",
827 "-s", 1419 "-s",
828 "media_unittests", 1420 "sync_unit_tests",
829 "--blacklist-file", 1421 "--blacklist-file",
830 "[SLAVE_BUILD]/src/out/bad_devices.json", 1422 "[SLAVE_BUILD]/src/out/bad_devices.json",
831 "--verbose", 1423 "--verbose",
832 "--release", 1424 "--release",
833 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate", 1425 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate",
834 "--flakiness-dashboard-server=test-results.appspot.com", 1426 "--flakiness-dashboard-server=test-results.appspot.com",
835 "--json-results-file", 1427 "--json-results-file",
836 "/path/to/tmp/json" 1428 "/path/to/tmp/json"
837 ], 1429 ],
838 "cwd": "[SLAVE_BUILD]", 1430 "cwd": "[SLAVE_BUILD]",
839 "env": { 1431 "env": {
840 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1432 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
841 }, 1433 },
842 "name": "media_unittests" 1434 "name": "sync_unit_tests.sync_unit_tests",
1435 "~followup_annotations": [
1436 "@@@STEP_NEST_LEVEL@1@@@"
1437 ]
843 }, 1438 },
844 { 1439 {
845 "cmd": [ 1440 "cmd": [
846 "python", 1441 "python",
847 "-u", 1442 "-u",
848 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1443 "[BUILD]/scripts/slave/tee.py",
849 "gtest", 1444 "/path/to/tmp/logcat",
850 "-s", 1445 "--",
851 "net_unittests", 1446 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
852 "--blacklist-file", 1447 "[TMP_BASE]/logcat_tmp_13"
853 "[SLAVE_BUILD]/src/out/bad_devices.json", 1448 ],
854 "--verbose", 1449 "cwd": "[SLAVE_BUILD]",
855 "--release", 1450 "name": "sync_unit_tests.logcat_dump",
856 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1451 "~followup_annotations": [
857 "--flakiness-dashboard-server=test-results.appspot.com", 1452 "@@@STEP_NEST_LEVEL@1@@@"
858 "--json-results-file", 1453 ]
859 "/path/to/tmp/json" 1454 },
1455 {
1456 "cmd": [],
1457 "cwd": "[SLAVE_BUILD]",
1458 "name": "ui_android_unittests"
1459 },
1460 {
1461 "cmd": [
1462 "[BUILD]/scripts/slave/daemonizer.py",
1463 "--",
1464 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1465 "[TMP_BASE]/logcat_tmp_14"
860 ], 1466 ],
861 "cwd": "[SLAVE_BUILD]", 1467 "cwd": "[SLAVE_BUILD]",
862 "env": { 1468 "env": {
863 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
864 }, 1470 },
865 "name": "net_unittests" 1471 "name": "ui_android_unittests.spawn_logcat_monitor",
1472 "~followup_annotations": [
1473 "@@@STEP_NEST_LEVEL@1@@@"
1474 ]
866 }, 1475 },
867 { 1476 {
868 "cmd": [ 1477 "cmd": [
869 "python", 1478 "python",
870 "-u", 1479 "-u",
871 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1480 "[SLAVE_BUILD]/src/build/android/test_runner.py",
872 "gtest", 1481 "gtest",
873 "-s", 1482 "-s",
874 "sandbox_linux_unittests", 1483 "ui_android_unittests",
875 "--blacklist-file", 1484 "--blacklist-file",
876 "[SLAVE_BUILD]/src/out/bad_devices.json", 1485 "[SLAVE_BUILD]/src/out/bad_devices.json",
877 "--verbose", 1486 "--verbose",
878 "--release", 1487 "--release",
879 "--flakiness-dashboard-server=test-results.appspot.com", 1488 "--flakiness-dashboard-server=test-results.appspot.com",
880 "--json-results-file", 1489 "--json-results-file",
881 "/path/to/tmp/json" 1490 "/path/to/tmp/json"
882 ], 1491 ],
883 "cwd": "[SLAVE_BUILD]", 1492 "cwd": "[SLAVE_BUILD]",
884 "env": { 1493 "env": {
885 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
886 }, 1495 },
887 "name": "sandbox_linux_unittests" 1496 "name": "ui_android_unittests.ui_android_unittests",
1497 "~followup_annotations": [
1498 "@@@STEP_NEST_LEVEL@1@@@"
1499 ]
888 }, 1500 },
889 { 1501 {
890 "cmd": [ 1502 "cmd": [
891 "python", 1503 "python",
892 "-u", 1504 "-u",
893 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1505 "[BUILD]/scripts/slave/tee.py",
894 "gtest", 1506 "/path/to/tmp/logcat",
895 "-s", 1507 "--",
896 "sql_unittests", 1508 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
897 "--blacklist-file", 1509 "[TMP_BASE]/logcat_tmp_14"
898 "[SLAVE_BUILD]/src/out/bad_devices.json", 1510 ],
899 "--verbose", 1511 "cwd": "[SLAVE_BUILD]",
900 "--release", 1512 "name": "ui_android_unittests.logcat_dump",
901 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate", 1513 "~followup_annotations": [
902 "--flakiness-dashboard-server=test-results.appspot.com", 1514 "@@@STEP_NEST_LEVEL@1@@@"
903 "--json-results-file", 1515 ]
904 "/path/to/tmp/json" 1516 },
1517 {
1518 "cmd": [],
1519 "cwd": "[SLAVE_BUILD]",
1520 "name": "ui_base_unittests"
1521 },
1522 {
1523 "cmd": [
1524 "[BUILD]/scripts/slave/daemonizer.py",
1525 "--",
1526 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1527 "[TMP_BASE]/logcat_tmp_15"
905 ], 1528 ],
906 "cwd": "[SLAVE_BUILD]", 1529 "cwd": "[SLAVE_BUILD]",
907 "env": { 1530 "env": {
908 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
909 }, 1532 },
910 "name": "sql_unittests" 1533 "name": "ui_base_unittests.spawn_logcat_monitor",
1534 "~followup_annotations": [
1535 "@@@STEP_NEST_LEVEL@1@@@"
1536 ]
911 }, 1537 },
912 { 1538 {
913 "cmd": [ 1539 "cmd": [
914 "python", 1540 "python",
915 "-u", 1541 "-u",
916 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1542 "[SLAVE_BUILD]/src/build/android/test_runner.py",
917 "gtest", 1543 "gtest",
918 "-s", 1544 "-s",
919 "sync_unit_tests", 1545 "ui_base_unittests",
920 "--blacklist-file", 1546 "--blacklist-file",
921 "[SLAVE_BUILD]/src/out/bad_devices.json", 1547 "[SLAVE_BUILD]/src/out/bad_devices.json",
922 "--verbose", 1548 "--verbose",
923 "--release", 1549 "--release",
924 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", 1550 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
925 "--flakiness-dashboard-server=test-results.appspot.com", 1551 "--flakiness-dashboard-server=test-results.appspot.com",
926 "--json-results-file", 1552 "--json-results-file",
927 "/path/to/tmp/json" 1553 "/path/to/tmp/json"
928 ], 1554 ],
929 "cwd": "[SLAVE_BUILD]", 1555 "cwd": "[SLAVE_BUILD]",
930 "env": { 1556 "env": {
931 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1557 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
932 }, 1558 },
933 "name": "sync_unit_tests" 1559 "name": "ui_base_unittests.ui_base_unittests",
1560 "~followup_annotations": [
1561 "@@@STEP_NEST_LEVEL@1@@@"
1562 ]
934 }, 1563 },
935 { 1564 {
936 "cmd": [ 1565 "cmd": [
937 "python", 1566 "python",
938 "-u", 1567 "-u",
939 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1568 "[BUILD]/scripts/slave/tee.py",
940 "gtest", 1569 "/path/to/tmp/logcat",
941 "-s", 1570 "--",
942 "ui_android_unittests", 1571 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
943 "--blacklist-file", 1572 "[TMP_BASE]/logcat_tmp_15"
944 "[SLAVE_BUILD]/src/out/bad_devices.json", 1573 ],
945 "--verbose", 1574 "cwd": "[SLAVE_BUILD]",
946 "--release", 1575 "name": "ui_base_unittests.logcat_dump",
947 "--flakiness-dashboard-server=test-results.appspot.com", 1576 "~followup_annotations": [
948 "--json-results-file", 1577 "@@@STEP_NEST_LEVEL@1@@@"
949 "/path/to/tmp/json" 1578 ]
1579 },
1580 {
1581 "cmd": [],
1582 "cwd": "[SLAVE_BUILD]",
1583 "name": "ui_touch_selection_unittests"
1584 },
1585 {
1586 "cmd": [
1587 "[BUILD]/scripts/slave/daemonizer.py",
1588 "--",
1589 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1590 "[TMP_BASE]/logcat_tmp_16"
950 ], 1591 ],
951 "cwd": "[SLAVE_BUILD]", 1592 "cwd": "[SLAVE_BUILD]",
952 "env": { 1593 "env": {
953 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1594 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
954 }, 1595 },
955 "name": "ui_android_unittests" 1596 "name": "ui_touch_selection_unittests.spawn_logcat_monitor",
1597 "~followup_annotations": [
1598 "@@@STEP_NEST_LEVEL@1@@@"
1599 ]
956 }, 1600 },
957 { 1601 {
958 "cmd": [ 1602 "cmd": [
959 "python", 1603 "python",
960 "-u", 1604 "-u",
961 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1605 "[SLAVE_BUILD]/src/build/android/test_runner.py",
962 "gtest", 1606 "gtest",
963 "-s", 1607 "-s",
964 "ui_base_unittests", 1608 "ui_touch_selection_unittests",
965 "--blacklist-file", 1609 "--blacklist-file",
966 "[SLAVE_BUILD]/src/out/bad_devices.json", 1610 "[SLAVE_BUILD]/src/out/bad_devices.json",
967 "--verbose", 1611 "--verbose",
968 "--release", 1612 "--release",
969 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
970 "--flakiness-dashboard-server=test-results.appspot.com", 1613 "--flakiness-dashboard-server=test-results.appspot.com",
971 "--json-results-file", 1614 "--json-results-file",
972 "/path/to/tmp/json" 1615 "/path/to/tmp/json"
973 ], 1616 ],
974 "cwd": "[SLAVE_BUILD]", 1617 "cwd": "[SLAVE_BUILD]",
975 "env": { 1618 "env": {
976 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1619 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
977 }, 1620 },
978 "name": "ui_base_unittests" 1621 "name": "ui_touch_selection_unittests.ui_touch_selection_unittests",
1622 "~followup_annotations": [
1623 "@@@STEP_NEST_LEVEL@1@@@"
1624 ]
979 }, 1625 },
980 { 1626 {
981 "cmd": [ 1627 "cmd": [
982 "python", 1628 "python",
983 "-u", 1629 "-u",
984 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1630 "[BUILD]/scripts/slave/tee.py",
985 "gtest", 1631 "/path/to/tmp/logcat",
986 "-s", 1632 "--",
987 "ui_touch_selection_unittests", 1633 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
988 "--blacklist-file", 1634 "[TMP_BASE]/logcat_tmp_16"
989 "[SLAVE_BUILD]/src/out/bad_devices.json", 1635 ],
990 "--verbose", 1636 "cwd": "[SLAVE_BUILD]",
991 "--release", 1637 "name": "ui_touch_selection_unittests.logcat_dump",
992 "--flakiness-dashboard-server=test-results.appspot.com", 1638 "~followup_annotations": [
993 "--json-results-file", 1639 "@@@STEP_NEST_LEVEL@1@@@"
994 "/path/to/tmp/json" 1640 ]
1641 },
1642 {
1643 "cmd": [],
1644 "cwd": "[SLAVE_BUILD]",
1645 "name": "unit_tests"
1646 },
1647 {
1648 "cmd": [
1649 "[BUILD]/scripts/slave/daemonizer.py",
1650 "--",
1651 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1652 "[TMP_BASE]/logcat_tmp_17"
995 ], 1653 ],
996 "cwd": "[SLAVE_BUILD]", 1654 "cwd": "[SLAVE_BUILD]",
997 "env": { 1655 "env": {
998 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1656 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
999 }, 1657 },
1000 "name": "ui_touch_selection_unittests" 1658 "name": "unit_tests.spawn_logcat_monitor",
1659 "~followup_annotations": [
1660 "@@@STEP_NEST_LEVEL@1@@@"
1661 ]
1001 }, 1662 },
1002 { 1663 {
1003 "cmd": [ 1664 "cmd": [
1004 "python", 1665 "python",
1005 "-u", 1666 "-u",
1006 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1667 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1007 "gtest", 1668 "gtest",
1008 "-s", 1669 "-s",
1009 "unit_tests", 1670 "unit_tests",
1010 "--blacklist-file", 1671 "--blacklist-file",
1011 "[SLAVE_BUILD]/src/out/bad_devices.json", 1672 "[SLAVE_BUILD]/src/out/bad_devices.json",
1012 "--verbose", 1673 "--verbose",
1013 "--release", 1674 "--release",
1014 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate", 1675 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate",
1015 "--flakiness-dashboard-server=test-results.appspot.com", 1676 "--flakiness-dashboard-server=test-results.appspot.com",
1016 "--json-results-file", 1677 "--json-results-file",
1017 "/path/to/tmp/json" 1678 "/path/to/tmp/json"
1018 ], 1679 ],
1019 "cwd": "[SLAVE_BUILD]", 1680 "cwd": "[SLAVE_BUILD]",
1020 "env": { 1681 "env": {
1021 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1682 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1022 }, 1683 },
1023 "name": "unit_tests" 1684 "name": "unit_tests.unit_tests",
1685 "~followup_annotations": [
1686 "@@@STEP_NEST_LEVEL@1@@@"
1687 ]
1024 }, 1688 },
1025 { 1689 {
1026 "cmd": [ 1690 "cmd": [
1691 "python",
1692 "-u",
1693 "[BUILD]/scripts/slave/tee.py",
1694 "/path/to/tmp/logcat",
1695 "--",
1696 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1697 "[TMP_BASE]/logcat_tmp_17"
1698 ],
1699 "cwd": "[SLAVE_BUILD]",
1700 "name": "unit_tests.logcat_dump",
1701 "~followup_annotations": [
1702 "@@@STEP_NEST_LEVEL@1@@@"
1703 ]
1704 },
1705 {
1706 "cmd": [
1027 "python", 1707 "python",
1028 "-u", 1708 "-u",
1029 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 1709 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
1030 "browser_tests" 1710 "browser_tests"
1031 ], 1711 ],
1032 "cwd": "[SLAVE_BUILD]", 1712 "cwd": "[SLAVE_BUILD]",
1033 "name": "[collect error] browser_tests", 1713 "name": "[collect error] browser_tests",
1034 "~followup_annotations": [ 1714 "~followup_annotations": [
1035 "@@@STEP_LOG_LINE@python.inline@@@@", 1715 "@@@STEP_LOG_LINE@python.inline@@@@",
1036 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 1716 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 "name": "shutdown_device_monitor" 1835 "name": "shutdown_device_monitor"
1156 }, 1836 },
1157 { 1837 {
1158 "cmd": [ 1838 "cmd": [
1159 "python", 1839 "python",
1160 "-u", 1840 "-u",
1161 "[BUILD]/scripts/slave/tee.py", 1841 "[BUILD]/scripts/slave/tee.py",
1162 "[SLAVE_BUILD]/src/out/Release/full_log", 1842 "[SLAVE_BUILD]/src/out/Release/full_log",
1163 "--", 1843 "--",
1164 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1844 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1165 "[SLAVE_BUILD]/src/out/logcat" 1845 "[SLAVE_BUILD]/src/out/logcat_dir"
1166 ], 1846 ],
1167 "cwd": "[SLAVE_BUILD]", 1847 "cwd": "[SLAVE_BUILD]",
1168 "name": "logcat_dump" 1848 "name": "logcat_dump"
1169 }, 1849 },
1170 { 1850 {
1171 "cmd": [ 1851 "cmd": [
1172 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 1852 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
1173 "--arch", 1853 "--arch",
1174 "arm", 1854 "arm",
1175 "--more-info", 1855 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1893 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1214 "@@@STEP_LOG_END@python.inline@@@" 1894 "@@@STEP_LOG_END@python.inline@@@"
1215 ] 1895 ]
1216 }, 1896 },
1217 { 1897 {
1218 "name": "$result", 1898 "name": "$result",
1219 "recipe_result": null, 1899 "recipe_result": null,
1220 "status_code": 0 1900 "status_code": 0
1221 } 1901 }
1222 ] 1902 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698