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

Side by Side Diff: infra/bots/recipe_modules/skia/fake_specs.py

Issue 2189393002: Stop running nanobench on Test.*Debug bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix upload_perf_results Created 4 years, 4 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 | « no previous file | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is generated by the infra/bots/gen_buildbot_specs.py script. 5 # This file is generated by the infra/bots/gen_buildbot_specs.py script.
6 6
7 FAKE_SPECS = { 7 FAKE_SPECS = {
8 'Build-Mac-Clang-Arm7-Debug-Android': { 8 'Build-Mac-Clang-Arm7-Debug-Android': {
9 'build_targets': [ 9 'build_targets': [
10 'most', 10 'most',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'env': { 857 'env': {
858 'GYP_DEFINES': 858 'GYP_DEFINES':
859 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0', 859 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0',
860 }, 860 },
861 'nanobench_flags': [ 861 'nanobench_flags': [
862 '--dummy-flags', 862 '--dummy-flags',
863 ], 863 ],
864 'upload_dm_results': True, 864 'upload_dm_results': True,
865 'upload_perf_results': True, 865 'upload_perf_results': True,
866 }, 866 },
867 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind': {
868 'build_targets': [
869 'nanobench',
870 ],
871 'builder_cfg': {
872 'arch': 'x86_64',
873 'compiler': 'GCC',
874 'configuration': 'Release',
875 'cpu_or_gpu': 'GPU',
876 'cpu_or_gpu_value': 'GTX550Ti',
877 'extra_config': 'Valgrind',
878 'is_trybot': False,
879 'model': 'ShuttleA',
880 'os': 'Ubuntu',
881 'role': 'Perf',
882 },
883 'configuration': 'Release',
884 'dm_flags': [
885 '--dummy-flags',
886 ],
887 'do_perf_steps': True,
888 'do_test_steps': False,
889 'env': {
890 'GYP_DEFINES':
891 ('skia_arch_type=x86_64 skia_dump_stats=1 skia_release_optimization'
892 '_level=1 skia_warnings_as_errors=0'),
893 },
894 'nanobench_flags': [
895 '--dummy-flags',
896 ],
897 'upload_dm_results': False,
898 'upload_perf_results': True,
899 },
867 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench': { 900 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench': {
868 'build_targets': [ 901 'build_targets': [
869 'visualbench', 902 'visualbench',
870 ], 903 ],
871 'builder_cfg': { 904 'builder_cfg': {
872 'arch': 'x86_64', 905 'arch': 'x86_64',
873 'compiler': 'GCC', 906 'compiler': 'GCC',
874 'configuration': 'Release', 907 'configuration': 'Release',
875 'cpu_or_gpu': 'GPU', 908 'cpu_or_gpu': 'GPU',
876 'cpu_or_gpu_value': 'GTX550Ti', 909 'cpu_or_gpu_value': 'GTX550Ti',
(...skipping 13 matching lines...) Expand all
890 'GYP_DEFINES': 923 'GYP_DEFINES':
891 ('skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 skia_warni' 924 ('skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 skia_warni'
892 'ngs_as_errors=0'), 925 'ngs_as_errors=0'),
893 }, 926 },
894 'nanobench_flags': [ 927 'nanobench_flags': [
895 '--dummy-flags', 928 '--dummy-flags',
896 ], 929 ],
897 'upload_dm_results': True, 930 'upload_dm_results': True,
898 'upload_perf_results': True, 931 'upload_perf_results': True,
899 }, 932 },
933 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug': {
934 'build_targets': [
935 'nanobench',
936 ],
937 'builder_cfg': {
938 'arch': 'x86_64',
939 'compiler': 'MSVC',
940 'configuration': 'Debug',
941 'cpu_or_gpu': 'CPU',
942 'cpu_or_gpu_value': 'AVX2',
943 'is_trybot': False,
944 'model': 'GCE',
945 'os': 'Win',
946 'role': 'Perf',
947 },
948 'configuration': 'Debug_x64',
949 'dm_flags': [
950 '--dummy-flags',
951 ],
952 'do_perf_steps': True,
953 'do_test_steps': False,
954 'env': {
955 'GYP_DEFINES':
956 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_gpu=0 skia_warning'
957 's_as_errors=0 skia_win_debuggers_path=c:/DbgHelp'),
958 },
959 'nanobench_flags': [
960 '--dummy-flags',
961 ],
962 'upload_dm_results': True,
963 'upload_perf_results': False,
964 },
900 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release': { 965 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release': {
901 'build_targets': [ 966 'build_targets': [
902 'nanobench', 967 'nanobench',
903 ], 968 ],
904 'builder_cfg': { 969 'builder_cfg': {
905 'arch': 'x86_64', 970 'arch': 'x86_64',
906 'compiler': 'MSVC', 971 'compiler': 'MSVC',
907 'configuration': 'Release', 972 'configuration': 'Release',
908 'cpu_or_gpu': 'CPU', 973 'cpu_or_gpu': 'CPU',
909 'cpu_or_gpu_value': 'AVX2', 974 'cpu_or_gpu_value': 'AVX2',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 }, 1023 },
959 'nanobench_flags': [ 1024 'nanobench_flags': [
960 '--dummy-flags', 1025 '--dummy-flags',
961 ], 1026 ],
962 'upload_dm_results': True, 1027 'upload_dm_results': True,
963 'upload_perf_results': True, 1028 'upload_perf_results': True,
964 }, 1029 },
965 'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug': { 1030 'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug': {
966 'build_targets': [ 1031 'build_targets': [
967 'dm', 1032 'dm',
968 'nanobench',
969 ], 1033 ],
970 'builder_cfg': { 1034 'builder_cfg': {
971 'arch': 'Arm7', 1035 'arch': 'Arm7',
972 'compiler': 'GCC', 1036 'compiler': 'GCC',
973 'configuration': 'Debug', 1037 'configuration': 'Debug',
974 'cpu_or_gpu': 'GPU', 1038 'cpu_or_gpu': 'GPU',
975 'cpu_or_gpu_value': 'Mali400', 1039 'cpu_or_gpu_value': 'Mali400',
976 'is_trybot': False, 1040 'is_trybot': False,
977 'model': 'GalaxyS3', 1041 'model': 'GalaxyS3',
978 'os': 'Android', 1042 'os': 'Android',
979 'role': 'Test', 1043 'role': 'Test',
980 }, 1044 },
981 'configuration': 'Debug', 1045 'configuration': 'Debug',
982 'device_cfg': 'arm_v7_neon', 1046 'device_cfg': 'arm_v7_neon',
983 'dm_flags': [ 1047 'dm_flags': [
984 '--dummy-flags', 1048 '--dummy-flags',
985 ], 1049 ],
986 'do_perf_steps': True, 1050 'do_perf_steps': False,
987 'do_test_steps': True, 1051 'do_test_steps': True,
988 'env': { 1052 'env': {
989 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0', 1053 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0',
990 }, 1054 },
991 'nanobench_flags': [ 1055 'nanobench_flags': [
992 '--dummy-flags', 1056 '--dummy-flags',
993 ], 1057 ],
994 'product.board': 'm0', 1058 'product.board': 'm0',
995 'upload_dm_results': True, 1059 'upload_dm_results': True,
996 'upload_perf_results': False, 1060 'upload_perf_results': False,
997 }, 1061 },
998 'Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan': { 1062 'Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan': {
999 'build_targets': [ 1063 'build_targets': [
1000 'dm', 1064 'dm',
1001 'nanobench',
1002 ], 1065 ],
1003 'builder_cfg': { 1066 'builder_cfg': {
1004 'arch': 'Arm64', 1067 'arch': 'Arm64',
1005 'compiler': 'GCC', 1068 'compiler': 'GCC',
1006 'configuration': 'Debug', 1069 'configuration': 'Debug',
1007 'cpu_or_gpu': 'GPU', 1070 'cpu_or_gpu': 'GPU',
1008 'cpu_or_gpu_value': 'TegraX1', 1071 'cpu_or_gpu_value': 'TegraX1',
1009 'extra_config': 'Vulkan', 1072 'extra_config': 'Vulkan',
1010 'is_trybot': False, 1073 'is_trybot': False,
1011 'model': 'NVIDIA_Shield', 1074 'model': 'NVIDIA_Shield',
1012 'os': 'Android', 1075 'os': 'Android',
1013 'role': 'Test', 1076 'role': 'Test',
1014 }, 1077 },
1015 'configuration': 'Debug', 1078 'configuration': 'Debug',
1016 'device_cfg': 'arm64', 1079 'device_cfg': 'arm64',
1017 'dm_flags': [ 1080 'dm_flags': [
1018 '--dummy-flags', 1081 '--dummy-flags',
1019 ], 1082 ],
1020 'do_perf_steps': True, 1083 'do_perf_steps': False,
1021 'do_test_steps': True, 1084 'do_test_steps': True,
1022 'env': { 1085 'env': {
1023 'GYP_DEFINES': 1086 'GYP_DEFINES':
1024 ('skia_arch_type=arm64 skia_vulkan=1 skia_vulkan_debug_layers=0 ski' 1087 ('skia_arch_type=arm64 skia_vulkan=1 skia_vulkan_debug_layers=0 ski'
1025 'a_warnings_as_errors=0'), 1088 'a_warnings_as_errors=0'),
1026 }, 1089 },
1027 'nanobench_flags': [ 1090 'nanobench_flags': [
1028 '--dummy-flags', 1091 '--dummy-flags',
1029 ], 1092 ],
1030 'product.board': 'foster', 1093 'product.board': 'foster',
1031 'upload_dm_results': True, 1094 'upload_dm_results': True,
1032 'upload_perf_results': False, 1095 'upload_perf_results': False,
1033 }, 1096 },
1034 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug': { 1097 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug': {
1035 'build_targets': [ 1098 'build_targets': [
1036 'dm', 1099 'dm',
1037 'nanobench',
1038 ], 1100 ],
1039 'builder_cfg': { 1101 'builder_cfg': {
1040 'arch': 'Arm7', 1102 'arch': 'Arm7',
1041 'compiler': 'GCC', 1103 'compiler': 'GCC',
1042 'configuration': 'Debug', 1104 'configuration': 'Debug',
1043 'cpu_or_gpu': 'GPU', 1105 'cpu_or_gpu': 'GPU',
1044 'cpu_or_gpu_value': 'Tegra3', 1106 'cpu_or_gpu_value': 'Tegra3',
1045 'is_trybot': False, 1107 'is_trybot': False,
1046 'model': 'Nexus7', 1108 'model': 'Nexus7',
1047 'os': 'Android', 1109 'os': 'Android',
1048 'role': 'Test', 1110 'role': 'Test',
1049 }, 1111 },
1050 'configuration': 'Debug', 1112 'configuration': 'Debug',
1051 'device_cfg': 'arm_v7_neon', 1113 'device_cfg': 'arm_v7_neon',
1052 'dm_flags': [ 1114 'dm_flags': [
1053 '--dummy-flags', 1115 '--dummy-flags',
1054 ], 1116 ],
1055 'do_perf_steps': True, 1117 'do_perf_steps': False,
1056 'do_test_steps': True, 1118 'do_test_steps': True,
1057 'env': { 1119 'env': {
1058 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0', 1120 'GYP_DEFINES': 'skia_arch_type=arm skia_warnings_as_errors=0',
1059 }, 1121 },
1060 'nanobench_flags': [ 1122 'nanobench_flags': [
1061 '--dummy-flags', 1123 '--dummy-flags',
1062 ], 1124 ],
1063 'product.board': 'grouper', 1125 'product.board': 'grouper',
1064 'upload_dm_results': True, 1126 'upload_dm_results': True,
1065 'upload_perf_results': False, 1127 'upload_perf_results': False,
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 }, 1223 },
1162 'nanobench_flags': [ 1224 'nanobench_flags': [
1163 '--dummy-flags', 1225 '--dummy-flags',
1164 ], 1226 ],
1165 'upload_dm_results': False, 1227 'upload_dm_results': False,
1166 'upload_perf_results': False, 1228 'upload_perf_results': False,
1167 }, 1229 },
1168 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug': { 1230 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug': {
1169 'build_targets': [ 1231 'build_targets': [
1170 'dm', 1232 'dm',
1171 'nanobench',
1172 ], 1233 ],
1173 'builder_cfg': { 1234 'builder_cfg': {
1174 'arch': 'x86_64', 1235 'arch': 'x86_64',
1175 'compiler': 'GCC', 1236 'compiler': 'GCC',
1176 'configuration': 'Debug', 1237 'configuration': 'Debug',
1177 'cpu_or_gpu': 'CPU', 1238 'cpu_or_gpu': 'CPU',
1178 'cpu_or_gpu_value': 'AVX2', 1239 'cpu_or_gpu_value': 'AVX2',
1179 'is_trybot': False, 1240 'is_trybot': False,
1180 'model': 'GCE', 1241 'model': 'GCE',
1181 'os': 'Ubuntu', 1242 'os': 'Ubuntu',
1182 'role': 'Test', 1243 'role': 'Test',
1183 }, 1244 },
1184 'configuration': 'Debug', 1245 'configuration': 'Debug',
1185 'dm_flags': [ 1246 'dm_flags': [
1186 '--dummy-flags', 1247 '--dummy-flags',
1187 ], 1248 ],
1188 'do_perf_steps': True, 1249 'do_perf_steps': False,
1189 'do_test_steps': True, 1250 'do_test_steps': True,
1190 'env': { 1251 'env': {
1191 'GYP_DEFINES': 1252 'GYP_DEFINES':
1192 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0', 1253 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0',
1193 }, 1254 },
1194 'nanobench_flags': [ 1255 'nanobench_flags': [
1195 '--dummy-flags', 1256 '--dummy-flags',
1196 ], 1257 ],
1197 'upload_dm_results': True, 1258 'upload_dm_results': True,
1198 'upload_perf_results': False, 1259 'upload_perf_results': False,
(...skipping 12 matching lines...) Expand all
1211 'extra_config': 'MSAN', 1272 'extra_config': 'MSAN',
1212 'is_trybot': False, 1273 'is_trybot': False,
1213 'model': 'GCE', 1274 'model': 'GCE',
1214 'os': 'Ubuntu', 1275 'os': 'Ubuntu',
1215 'role': 'Test', 1276 'role': 'Test',
1216 }, 1277 },
1217 'configuration': 'Debug', 1278 'configuration': 'Debug',
1218 'dm_flags': [ 1279 'dm_flags': [
1219 '--dummy-flags', 1280 '--dummy-flags',
1220 ], 1281 ],
1221 'do_perf_steps': True, 1282 'do_perf_steps': False,
1222 'do_test_steps': True, 1283 'do_test_steps': True,
1223 'env': { 1284 'env': {
1224 'GYP_DEFINES': 1285 'GYP_DEFINES':
1225 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0', 1286 'skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0',
1226 }, 1287 },
1227 'nanobench_flags': [ 1288 'nanobench_flags': [
1228 '--dummy-flags', 1289 '--dummy-flags',
1229 ], 1290 ],
1230 'upload_dm_results': False, 1291 'upload_dm_results': False,
1231 'upload_perf_results': False, 1292 'upload_perf_results': False,
1232 }, 1293 },
1233 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind': { 1294 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind': {
1234 'build_targets': [ 1295 'build_targets': [
1235 'dm', 1296 'dm',
1236 'nanobench',
1237 ], 1297 ],
1238 'builder_cfg': { 1298 'builder_cfg': {
1239 'arch': 'x86_64', 1299 'arch': 'x86_64',
1240 'compiler': 'GCC', 1300 'compiler': 'GCC',
1241 'configuration': 'Release', 1301 'configuration': 'Release',
1242 'cpu_or_gpu': 'GPU', 1302 'cpu_or_gpu': 'GPU',
1243 'cpu_or_gpu_value': 'GTX550Ti', 1303 'cpu_or_gpu_value': 'GTX550Ti',
1244 'extra_config': 'Valgrind', 1304 'extra_config': 'Valgrind',
1245 'is_trybot': False, 1305 'is_trybot': False,
1246 'model': 'ShuttleA', 1306 'model': 'ShuttleA',
1247 'os': 'Ubuntu', 1307 'os': 'Ubuntu',
1248 'role': 'Test', 1308 'role': 'Test',
1249 }, 1309 },
1250 'configuration': 'Release', 1310 'configuration': 'Release',
1251 'dm_flags': [ 1311 'dm_flags': [
1252 '--dummy-flags', 1312 '--dummy-flags',
1253 ], 1313 ],
1254 'do_perf_steps': True, 1314 'do_perf_steps': False,
1255 'do_test_steps': True, 1315 'do_test_steps': True,
1256 'env': { 1316 'env': {
1257 'GYP_DEFINES': 1317 'GYP_DEFINES':
1258 ('skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warn' 1318 ('skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warn'
1259 'ings_as_errors=0'), 1319 'ings_as_errors=0'),
1260 }, 1320 },
1261 'nanobench_flags': [ 1321 'nanobench_flags': [
1262 '--dummy-flags', 1322 '--dummy-flags',
1263 ], 1323 ],
1264 'upload_dm_results': False, 1324 'upload_dm_results': False,
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'is_trybot': False, 1435 'is_trybot': False,
1376 'model': 'iPad4', 1436 'model': 'iPad4',
1377 'os': 'iOS', 1437 'os': 'iOS',
1378 'role': 'Test', 1438 'role': 'Test',
1379 }, 1439 },
1380 'configuration': 'Debug', 1440 'configuration': 'Debug',
1381 'device_cfg': 'iPad4,1', 1441 'device_cfg': 'iPad4,1',
1382 'dm_flags': [ 1442 'dm_flags': [
1383 '--dummy-flags', 1443 '--dummy-flags',
1384 ], 1444 ],
1385 'do_perf_steps': True, 1445 'do_perf_steps': False,
1386 'do_test_steps': True, 1446 'do_test_steps': True,
1387 'env': { 1447 'env': {
1388 'CC': '/usr/bin/clang', 1448 'CC': '/usr/bin/clang',
1389 'CXX': '/usr/bin/clang++', 1449 'CXX': '/usr/bin/clang++',
1390 'GYP_DEFINES': 1450 'GYP_DEFINES':
1391 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1451 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1392 's_errors=0'), 1452 's_errors=0'),
1393 }, 1453 },
1394 'nanobench_flags': [ 1454 'nanobench_flags': [
1395 '--dummy-flags', 1455 '--dummy-flags',
(...skipping 30 matching lines...) Expand all
1426 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1486 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1427 's_errors=0'), 1487 's_errors=0'),
1428 }, 1488 },
1429 'nanobench_flags': [ 1489 'nanobench_flags': [
1430 '--dummy-flags', 1490 '--dummy-flags',
1431 ], 1491 ],
1432 'upload_dm_results': True, 1492 'upload_dm_results': True,
1433 'upload_perf_results': False, 1493 'upload_perf_results': False,
1434 }, 1494 },
1435 } 1495 }
OLDNEW
« no previous file with comments | « no previous file | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698