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

Side by Side Diff: tools/buildbot_spec.json

Issue 1258193004: buildbot_spec: Add configuration, do_*_steps, upload_*_results, more env (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | tools/buildbot_spec.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 { 1 {
2 "Build-Mac10.8-Clang-Arm7-Debug-Android": { 2 "Build-Mac10.8-Clang-Arm7-Debug-Android": {
3 "build_targets": [ 3 "build_targets": [
4 "most" 4 "most"
5 ], 5 ],
6 "builder_cfg": { 6 "builder_cfg": {
7 "compiler": "Clang", 7 "compiler": "Clang",
8 "configuration": "Debug", 8 "configuration": "Debug",
9 "extra_config": "Android", 9 "extra_config": "Android",
10 "is_trybot": false, 10 "is_trybot": false,
11 "os": "Mac10.8", 11 "os": "Mac10.8",
12 "role": "Build", 12 "role": "Build",
13 "target_arch": "Arm7" 13 "target_arch": "Arm7"
14 }, 14 },
15 "configuration": "Debug",
15 "device_cfg": "arm_v7_neon", 16 "device_cfg": "arm_v7_neon",
16 "dm_flags": [ 17 "dm_flags": [
17 "--config", 18 "--config",
18 "565", 19 "565",
19 "8888", 20 "8888",
20 "gpu", 21 "gpu",
21 "msaa4", 22 "msaa4",
22 "serialize-8888", 23 "serialize-8888",
23 "tiles_rt-8888", 24 "tiles_rt-8888",
24 "pipe-8888", 25 "pipe-8888",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "subset", 129 "subset",
129 "32bpp-pixeldata-cropped.bmp", 130 "32bpp-pixeldata-cropped.bmp",
130 "_", 131 "_",
131 "image", 132 "image",
132 "decode", 133 "decode",
133 "Hopstarter-Mac-Folders-Apple.ico", 134 "Hopstarter-Mac-Folders-Apple.ico",
134 "--match", 135 "--match",
135 "~tabl_mozilla_0", 136 "~tabl_mozilla_0",
136 "~desk_yahoonews_0" 137 "~desk_yahoonews_0"
137 ], 138 ],
139 "do_perf_steps": false,
140 "do_test_steps": false,
138 "env": { 141 "env": {
139 "CC": "/usr/bin/clang", 142 "CC": "/usr/bin/clang",
140 "CXX": "/usr/bin/clang++", 143 "CXX": "/usr/bin/clang++",
141 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0" 144 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0"
142 }, 145 },
143 "nanobench_flags": [ 146 "nanobench_flags": [
144 "--scales", 147 "--scales",
145 "1.0", 148 "1.0",
146 "1.1", 149 "1.1",
147 "--config", 150 "--config",
148 "565", 151 "565",
149 "8888", 152 "8888",
150 "gpu", 153 "gpu",
151 "nonrendering", 154 "nonrendering",
152 "angle", 155 "angle",
153 "hwui", 156 "hwui",
154 "msaa4", 157 "msaa4",
155 "nvprmsaa4", 158 "nvprmsaa4",
156 "--match", 159 "--match",
157 "~blurroundrect", 160 "~blurroundrect",
158 "~patch_grid", 161 "~patch_grid",
159 "~desk_carsvg" 162 "~desk_carsvg"
160 ] 163 ],
164 "upload_dm_results": true,
165 "upload_perf_results": false
161 }, 166 },
162 "Build-Ubuntu-GCC-Arm7-Debug-Android_FrameworkDefs": { 167 "Build-Ubuntu-GCC-Arm7-Debug-Android_FrameworkDefs": {
163 "build_targets": [ 168 "build_targets": [
164 "most" 169 "most"
165 ], 170 ],
166 "builder_cfg": { 171 "builder_cfg": {
167 "compiler": "GCC", 172 "compiler": "GCC",
168 "configuration": "Debug", 173 "configuration": "Debug",
169 "extra_config": "Android_FrameworkDefs", 174 "extra_config": "Android_FrameworkDefs",
170 "is_trybot": false, 175 "is_trybot": false,
171 "os": "Ubuntu", 176 "os": "Ubuntu",
172 "role": "Build", 177 "role": "Build",
173 "target_arch": "Arm7" 178 "target_arch": "Arm7"
174 }, 179 },
180 "configuration": "Debug",
175 "device_cfg": "arm_v7_neon", 181 "device_cfg": "arm_v7_neon",
176 "dm_flags": [ 182 "dm_flags": [
177 "--config", 183 "--config",
178 "565", 184 "565",
179 "8888", 185 "8888",
180 "gpu", 186 "gpu",
181 "msaa4", 187 "msaa4",
182 "serialize-8888", 188 "serialize-8888",
183 "tiles_rt-8888", 189 "tiles_rt-8888",
184 "pipe-8888", 190 "pipe-8888",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "subset", 294 "subset",
289 "32bpp-pixeldata-cropped.bmp", 295 "32bpp-pixeldata-cropped.bmp",
290 "_", 296 "_",
291 "image", 297 "image",
292 "decode", 298 "decode",
293 "Hopstarter-Mac-Folders-Apple.ico", 299 "Hopstarter-Mac-Folders-Apple.ico",
294 "--match", 300 "--match",
295 "~tabl_mozilla_0", 301 "~tabl_mozilla_0",
296 "~desk_yahoonews_0" 302 "~desk_yahoonews_0"
297 ], 303 ],
304 "do_perf_steps": false,
305 "do_test_steps": false,
298 "env": { 306 "env": {
299 "GYP_DEFINES": "skia_arch_type=arm skia_use_android_framework_defines=1 sk ia_warnings_as_errors=1" 307 "GYP_DEFINES": "skia_arch_type=arm skia_use_android_framework_defines=1 sk ia_warnings_as_errors=1"
300 }, 308 },
301 "nanobench_flags": [ 309 "nanobench_flags": [
302 "--scales", 310 "--scales",
303 "1.0", 311 "1.0",
304 "1.1", 312 "1.1",
305 "--config", 313 "--config",
306 "565", 314 "565",
307 "8888", 315 "8888",
308 "gpu", 316 "gpu",
309 "nonrendering", 317 "nonrendering",
310 "angle", 318 "angle",
311 "hwui", 319 "hwui",
312 "msaa4", 320 "msaa4",
313 "nvprmsaa4", 321 "nvprmsaa4",
314 "--match", 322 "--match",
315 "~blurroundrect", 323 "~blurroundrect",
316 "~patch_grid", 324 "~patch_grid",
317 "~desk_carsvg" 325 "~desk_carsvg"
318 ] 326 ],
327 "upload_dm_results": true,
328 "upload_perf_results": false
319 }, 329 },
320 "Build-Ubuntu-GCC-Arm7-Debug-Android_NoNeon": { 330 "Build-Ubuntu-GCC-Arm7-Debug-Android_NoNeon": {
321 "build_targets": [ 331 "build_targets": [
322 "most" 332 "most"
323 ], 333 ],
324 "builder_cfg": { 334 "builder_cfg": {
325 "compiler": "GCC", 335 "compiler": "GCC",
326 "configuration": "Debug", 336 "configuration": "Debug",
327 "extra_config": "Android_NoNeon", 337 "extra_config": "Android_NoNeon",
328 "is_trybot": false, 338 "is_trybot": false,
329 "os": "Ubuntu", 339 "os": "Ubuntu",
330 "role": "Build", 340 "role": "Build",
331 "target_arch": "Arm7" 341 "target_arch": "Arm7"
332 }, 342 },
343 "configuration": "Debug",
333 "device_cfg": "arm_v7", 344 "device_cfg": "arm_v7",
334 "dm_flags": [ 345 "dm_flags": [
335 "--config", 346 "--config",
336 "565", 347 "565",
337 "8888", 348 "8888",
338 "gpu", 349 "gpu",
339 "msaa4", 350 "msaa4",
340 "serialize-8888", 351 "serialize-8888",
341 "tiles_rt-8888", 352 "tiles_rt-8888",
342 "pipe-8888", 353 "pipe-8888",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "subset", 457 "subset",
447 "32bpp-pixeldata-cropped.bmp", 458 "32bpp-pixeldata-cropped.bmp",
448 "_", 459 "_",
449 "image", 460 "image",
450 "decode", 461 "decode",
451 "Hopstarter-Mac-Folders-Apple.ico", 462 "Hopstarter-Mac-Folders-Apple.ico",
452 "--match", 463 "--match",
453 "~tabl_mozilla_0", 464 "~tabl_mozilla_0",
454 "~desk_yahoonews_0" 465 "~desk_yahoonews_0"
455 ], 466 ],
467 "do_perf_steps": false,
468 "do_test_steps": false,
456 "env": { 469 "env": {
457 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1" 470 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1"
458 }, 471 },
459 "nanobench_flags": [ 472 "nanobench_flags": [
460 "--scales", 473 "--scales",
461 "1.0", 474 "1.0",
462 "1.1", 475 "1.1",
463 "--config", 476 "--config",
464 "565", 477 "565",
465 "8888", 478 "8888",
466 "gpu", 479 "gpu",
467 "nonrendering", 480 "nonrendering",
468 "angle", 481 "angle",
469 "hwui", 482 "hwui",
470 "msaa4", 483 "msaa4",
471 "nvprmsaa4", 484 "nvprmsaa4",
472 "--match", 485 "--match",
473 "~blurroundrect", 486 "~blurroundrect",
474 "~patch_grid", 487 "~patch_grid",
475 "~desk_carsvg" 488 "~desk_carsvg"
476 ] 489 ],
490 "upload_dm_results": true,
491 "upload_perf_results": false
477 }, 492 },
478 "Build-Ubuntu-GCC-Arm7-Debug-CrOS_Daisy": { 493 "Build-Ubuntu-GCC-Arm7-Debug-CrOS_Daisy": {
479 "build_targets": [ 494 "build_targets": [
480 "most" 495 "most"
481 ], 496 ],
482 "builder_cfg": { 497 "builder_cfg": {
483 "compiler": "GCC", 498 "compiler": "GCC",
484 "configuration": "Debug", 499 "configuration": "Debug",
485 "extra_config": "CrOS_Daisy", 500 "extra_config": "CrOS_Daisy",
486 "is_trybot": false, 501 "is_trybot": false,
487 "os": "Ubuntu", 502 "os": "Ubuntu",
488 "role": "Build", 503 "role": "Build",
489 "target_arch": "Arm7" 504 "target_arch": "Arm7"
490 }, 505 },
506 "configuration": "Debug",
491 "device_cfg": "daisy", 507 "device_cfg": "daisy",
492 "dm_flags": [ 508 "dm_flags": [
493 "--matrix", 509 "--matrix",
494 "0", 510 "0",
495 "1", 511 "1",
496 "1", 512 "1",
497 "0", 513 "0",
498 "--config", 514 "--config",
499 "565", 515 "565",
500 "8888", 516 "8888",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "24bpp-pixeldata-cropped.bmp", 624 "24bpp-pixeldata-cropped.bmp",
609 "_", 625 "_",
610 "image", 626 "image",
611 "subset", 627 "subset",
612 "32bpp-pixeldata-cropped.bmp", 628 "32bpp-pixeldata-cropped.bmp",
613 "_", 629 "_",
614 "image", 630 "image",
615 "decode", 631 "decode",
616 "Hopstarter-Mac-Folders-Apple.ico" 632 "Hopstarter-Mac-Folders-Apple.ico"
617 ], 633 ],
634 "do_perf_steps": false,
635 "do_test_steps": false,
618 "env": { 636 "env": {
619 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1" 637 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1"
620 }, 638 },
621 "nanobench_flags": [ 639 "nanobench_flags": [
622 "--scales", 640 "--scales",
623 "1.0", 641 "1.0",
624 "1.1", 642 "1.1",
625 "--config", 643 "--config",
626 "565", 644 "565",
627 "8888", 645 "8888",
628 "gpu", 646 "gpu",
629 "nonrendering", 647 "nonrendering",
630 "angle", 648 "angle",
631 "hwui", 649 "hwui",
632 "msaa16", 650 "msaa16",
633 "nvprmsaa16" 651 "nvprmsaa16"
634 ] 652 ],
653 "upload_dm_results": true,
654 "upload_perf_results": false
635 }, 655 },
636 "Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link": { 656 "Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link": {
637 "build_targets": [ 657 "build_targets": [
638 "most" 658 "most"
639 ], 659 ],
640 "builder_cfg": { 660 "builder_cfg": {
641 "compiler": "GCC", 661 "compiler": "GCC",
642 "configuration": "Debug", 662 "configuration": "Debug",
643 "extra_config": "CrOS_Link", 663 "extra_config": "CrOS_Link",
644 "is_trybot": false, 664 "is_trybot": false,
645 "os": "Ubuntu", 665 "os": "Ubuntu",
646 "role": "Build", 666 "role": "Build",
647 "target_arch": "x86_64" 667 "target_arch": "x86_64"
648 }, 668 },
669 "configuration": "Debug",
649 "device_cfg": "link", 670 "device_cfg": "link",
650 "dm_flags": [ 671 "dm_flags": [
651 "--matrix", 672 "--matrix",
652 "0", 673 "0",
653 "1", 674 "1",
654 "1", 675 "1",
655 "0", 676 "0",
656 "--config", 677 "--config",
657 "565", 678 "565",
658 "8888", 679 "8888",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 "24bpp-pixeldata-cropped.bmp", 788 "24bpp-pixeldata-cropped.bmp",
768 "_", 789 "_",
769 "image", 790 "image",
770 "subset", 791 "subset",
771 "32bpp-pixeldata-cropped.bmp", 792 "32bpp-pixeldata-cropped.bmp",
772 "_", 793 "_",
773 "image", 794 "image",
774 "decode", 795 "decode",
775 "Hopstarter-Mac-Folders-Apple.ico" 796 "Hopstarter-Mac-Folders-Apple.ico"
776 ], 797 ],
798 "do_perf_steps": false,
799 "do_test_steps": false,
777 "env": { 800 "env": {
778 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1" 801 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1"
779 }, 802 },
780 "nanobench_flags": [ 803 "nanobench_flags": [
781 "--scales", 804 "--scales",
782 "1.0", 805 "1.0",
783 "1.1", 806 "1.1",
784 "--config", 807 "--config",
785 "565", 808 "565",
786 "8888", 809 "8888",
787 "gpu", 810 "gpu",
788 "nonrendering", 811 "nonrendering",
789 "angle", 812 "angle",
790 "hwui", 813 "hwui",
791 "msaa16", 814 "msaa16",
792 "nvprmsaa16" 815 "nvprmsaa16"
793 ] 816 ],
817 "upload_dm_results": true,
818 "upload_perf_results": false
794 }, 819 },
795 "Build-Ubuntu-GCC-x86_64-Release-Mesa": { 820 "Build-Ubuntu-GCC-x86_64-Release-Mesa": {
796 "build_targets": [ 821 "build_targets": [
797 "most" 822 "most"
798 ], 823 ],
799 "builder_cfg": { 824 "builder_cfg": {
800 "compiler": "GCC", 825 "compiler": "GCC",
801 "configuration": "Release", 826 "configuration": "Release",
802 "extra_config": "Mesa", 827 "extra_config": "Mesa",
803 "is_trybot": false, 828 "is_trybot": false,
804 "os": "Ubuntu", 829 "os": "Ubuntu",
805 "role": "Build", 830 "role": "Build",
806 "target_arch": "x86_64" 831 "target_arch": "x86_64"
807 }, 832 },
833 "configuration": "Release",
808 "dm_flags": [ 834 "dm_flags": [
809 "--matrix", 835 "--matrix",
810 "0", 836 "0",
811 "1", 837 "1",
812 "1", 838 "1",
813 "0", 839 "0",
814 "--config", 840 "--config",
815 "565", 841 "565",
816 "8888", 842 "8888",
817 "gpu", 843 "gpu",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 "24bpp-pixeldata-cropped.bmp", 951 "24bpp-pixeldata-cropped.bmp",
926 "_", 952 "_",
927 "image", 953 "image",
928 "subset", 954 "subset",
929 "32bpp-pixeldata-cropped.bmp", 955 "32bpp-pixeldata-cropped.bmp",
930 "_", 956 "_",
931 "image", 957 "image",
932 "decode", 958 "decode",
933 "Hopstarter-Mac-Folders-Apple.ico" 959 "Hopstarter-Mac-Folders-Apple.ico"
934 ], 960 ],
961 "do_perf_steps": false,
962 "do_test_steps": false,
935 "env": { 963 "env": {
936 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1" 964 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1"
937 }, 965 },
938 "nanobench_flags": [ 966 "nanobench_flags": [
939 "--scales", 967 "--scales",
940 "1.0", 968 "1.0",
941 "1.1", 969 "1.1",
942 "--config", 970 "--config",
943 "565", 971 "565",
944 "8888", 972 "8888",
945 "gpu", 973 "gpu",
946 "nonrendering", 974 "nonrendering",
947 "angle", 975 "angle",
948 "hwui", 976 "hwui",
949 "msaa16", 977 "msaa16",
950 "nvprmsaa16" 978 "nvprmsaa16"
951 ] 979 ],
980 "upload_dm_results": true,
981 "upload_perf_results": false
952 }, 982 },
953 "Build-Win-MSVC-x86-Debug": { 983 "Build-Win-MSVC-x86-Debug": {
954 "build_targets": [ 984 "build_targets": [
955 "most" 985 "most"
956 ], 986 ],
957 "builder_cfg": { 987 "builder_cfg": {
958 "compiler": "MSVC", 988 "compiler": "MSVC",
959 "configuration": "Debug", 989 "configuration": "Debug",
960 "is_trybot": false, 990 "is_trybot": false,
961 "os": "Win", 991 "os": "Win",
962 "role": "Build", 992 "role": "Build",
963 "target_arch": "x86" 993 "target_arch": "x86"
964 }, 994 },
995 "configuration": "Debug",
965 "dm_flags": [ 996 "dm_flags": [
966 "--matrix", 997 "--matrix",
967 "0", 998 "0",
968 "1", 999 "1",
969 "1", 1000 "1",
970 "0", 1001 "0",
971 "--config", 1002 "--config",
972 "565", 1003 "565",
973 "8888", 1004 "8888",
974 "gpu", 1005 "gpu",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 "Hopstarter-Mac-Folders-Apple.ico", 1121 "Hopstarter-Mac-Folders-Apple.ico",
1091 "_", 1122 "_",
1092 "image", 1123 "image",
1093 "decode", 1124 "decode",
1094 "_", 1125 "_",
1095 "_", 1126 "_",
1096 "image", 1127 "image",
1097 "subset", 1128 "subset",
1098 "_" 1129 "_"
1099 ], 1130 ],
1131 "do_perf_steps": false,
1132 "do_test_steps": false,
1100 "env": { 1133 "env": {
1101 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0" 1134 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0"
1102 }, 1135 },
1103 "nanobench_flags": [ 1136 "nanobench_flags": [
1104 "--scales", 1137 "--scales",
1105 "1.0", 1138 "1.0",
1106 "1.1", 1139 "1.1",
1107 "--config", 1140 "--config",
1108 "565", 1141 "565",
1109 "8888", 1142 "8888",
1110 "gpu", 1143 "gpu",
1111 "nonrendering", 1144 "nonrendering",
1112 "angle", 1145 "angle",
1113 "hwui", 1146 "hwui",
1114 "msaa16", 1147 "msaa16",
1115 "nvprmsaa16" 1148 "nvprmsaa16"
1116 ] 1149 ],
1150 "upload_dm_results": true,
1151 "upload_perf_results": false
1117 }, 1152 },
1118 "Build-Win-MSVC-x86-Debug-Exceptions": { 1153 "Build-Win-MSVC-x86-Debug-Exceptions": {
1119 "build_targets": [ 1154 "build_targets": [
1120 "most" 1155 "most"
1121 ], 1156 ],
1122 "builder_cfg": { 1157 "builder_cfg": {
1123 "compiler": "MSVC", 1158 "compiler": "MSVC",
1124 "configuration": "Debug", 1159 "configuration": "Debug",
1125 "extra_config": "Exceptions", 1160 "extra_config": "Exceptions",
1126 "is_trybot": false, 1161 "is_trybot": false,
1127 "os": "Win", 1162 "os": "Win",
1128 "role": "Build", 1163 "role": "Build",
1129 "target_arch": "x86" 1164 "target_arch": "x86"
1130 }, 1165 },
1166 "configuration": "Debug",
1131 "dm_flags": [ 1167 "dm_flags": [
1132 "--matrix", 1168 "--matrix",
1133 "0", 1169 "0",
1134 "1", 1170 "1",
1135 "1", 1171 "1",
1136 "0", 1172 "0",
1137 "--config", 1173 "--config",
1138 "565", 1174 "565",
1139 "8888", 1175 "8888",
1140 "gpu", 1176 "gpu",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 "Hopstarter-Mac-Folders-Apple.ico", 1292 "Hopstarter-Mac-Folders-Apple.ico",
1257 "_", 1293 "_",
1258 "image", 1294 "image",
1259 "decode", 1295 "decode",
1260 "_", 1296 "_",
1261 "_", 1297 "_",
1262 "image", 1298 "image",
1263 "subset", 1299 "subset",
1264 "_" 1300 "_"
1265 ], 1301 ],
1302 "do_perf_steps": false,
1303 "do_test_steps": false,
1266 "env": { 1304 "env": {
1267 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0" 1305 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0"
1268 }, 1306 },
1269 "nanobench_flags": [ 1307 "nanobench_flags": [
1270 "--scales", 1308 "--scales",
1271 "1.0", 1309 "1.0",
1272 "1.1", 1310 "1.1",
1273 "--config", 1311 "--config",
1274 "565", 1312 "565",
1275 "8888", 1313 "8888",
1276 "gpu", 1314 "gpu",
1277 "nonrendering", 1315 "nonrendering",
1278 "angle", 1316 "angle",
1279 "hwui", 1317 "hwui",
1280 "msaa16", 1318 "msaa16",
1281 "nvprmsaa16" 1319 "nvprmsaa16"
1282 ] 1320 ],
1321 "upload_dm_results": true,
1322 "upload_perf_results": false
1283 }, 1323 },
1284 "Build-Win-MSVC-x86-Debug-GDI": { 1324 "Build-Win-MSVC-x86-Debug-GDI": {
1285 "build_targets": [ 1325 "build_targets": [
1286 "most" 1326 "most"
1287 ], 1327 ],
1288 "builder_cfg": { 1328 "builder_cfg": {
1289 "compiler": "MSVC", 1329 "compiler": "MSVC",
1290 "configuration": "Debug", 1330 "configuration": "Debug",
1291 "extra_config": "GDI", 1331 "extra_config": "GDI",
1292 "is_trybot": false, 1332 "is_trybot": false,
1293 "os": "Win", 1333 "os": "Win",
1294 "role": "Build", 1334 "role": "Build",
1295 "target_arch": "x86" 1335 "target_arch": "x86"
1296 }, 1336 },
1337 "configuration": "Debug",
1297 "dm_flags": [ 1338 "dm_flags": [
1298 "--matrix", 1339 "--matrix",
1299 "0", 1340 "0",
1300 "1", 1341 "1",
1301 "1", 1342 "1",
1302 "0", 1343 "0",
1303 "--config", 1344 "--config",
1304 "565", 1345 "565",
1305 "8888", 1346 "8888",
1306 "gpu", 1347 "gpu",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 "Hopstarter-Mac-Folders-Apple.ico", 1463 "Hopstarter-Mac-Folders-Apple.ico",
1423 "_", 1464 "_",
1424 "image", 1465 "image",
1425 "decode", 1466 "decode",
1426 "_", 1467 "_",
1427 "_", 1468 "_",
1428 "image", 1469 "image",
1429 "subset", 1470 "subset",
1430 "_" 1471 "_"
1431 ], 1472 ],
1473 "do_perf_steps": false,
1474 "do_test_steps": false,
1432 "env": { 1475 "env": {
1433 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_gdi=1 skia_war nings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0" 1476 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_gdi=1 skia_war nings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0"
1434 }, 1477 },
1435 "nanobench_flags": [ 1478 "nanobench_flags": [
1436 "--scales", 1479 "--scales",
1437 "1.0", 1480 "1.0",
1438 "1.1", 1481 "1.1",
1439 "--config", 1482 "--config",
1440 "565", 1483 "565",
1441 "8888", 1484 "8888",
1442 "gpu", 1485 "gpu",
1443 "nonrendering", 1486 "nonrendering",
1444 "angle", 1487 "angle",
1445 "hwui", 1488 "hwui",
1446 "msaa16", 1489 "msaa16",
1447 "nvprmsaa16" 1490 "nvprmsaa16"
1448 ] 1491 ],
1492 "upload_dm_results": true,
1493 "upload_perf_results": false
1449 }, 1494 },
1450 "Housekeeper-PerCommit": { 1495 "Housekeeper-PerCommit": {
1451 "build_targets": [ 1496 "build_targets": [
1452 "most" 1497 "most"
1453 ], 1498 ],
1454 "builder_cfg": { 1499 "builder_cfg": {
1455 "frequency": "PerCommit", 1500 "frequency": "PerCommit",
1456 "is_trybot": false, 1501 "is_trybot": false,
1457 "role": "Housekeeper" 1502 "role": "Housekeeper"
1458 }, 1503 },
1504 "configuration": "Release",
1459 "dm_flags": [ 1505 "dm_flags": [
1460 "--matrix", 1506 "--matrix",
1461 "0", 1507 "0",
1462 "1", 1508 "1",
1463 "1", 1509 "1",
1464 "0", 1510 "0",
1465 "--config", 1511 "--config",
1466 "565", 1512 "565",
1467 "8888", 1513 "8888",
1468 "gpu", 1514 "gpu",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 "24bpp-pixeldata-cropped.bmp", 1622 "24bpp-pixeldata-cropped.bmp",
1577 "_", 1623 "_",
1578 "image", 1624 "image",
1579 "subset", 1625 "subset",
1580 "32bpp-pixeldata-cropped.bmp", 1626 "32bpp-pixeldata-cropped.bmp",
1581 "_", 1627 "_",
1582 "image", 1628 "image",
1583 "decode", 1629 "decode",
1584 "Hopstarter-Mac-Folders-Apple.ico" 1630 "Hopstarter-Mac-Folders-Apple.ico"
1585 ], 1631 ],
1632 "do_perf_steps": false,
1633 "do_test_steps": false,
1586 "env": { 1634 "env": {
1587 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0" 1635 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0"
1588 }, 1636 },
1589 "nanobench_flags": [ 1637 "nanobench_flags": [
1590 "--scales", 1638 "--scales",
1591 "1.0", 1639 "1.0",
1592 "1.1", 1640 "1.1",
1593 "--config", 1641 "--config",
1594 "565", 1642 "565",
1595 "8888", 1643 "8888",
1596 "gpu", 1644 "gpu",
1597 "nonrendering", 1645 "nonrendering",
1598 "angle", 1646 "angle",
1599 "hwui", 1647 "hwui",
1600 "msaa16", 1648 "msaa16",
1601 "nvprmsaa16" 1649 "nvprmsaa16"
1602 ] 1650 ],
1651 "upload_dm_results": true,
1652 "upload_perf_results": false
1603 }, 1653 },
1604 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": { 1654 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": {
1605 "build_targets": [ 1655 "build_targets": [
1606 "nanobench" 1656 "nanobench"
1607 ], 1657 ],
1608 "builder_cfg": { 1658 "builder_cfg": {
1609 "arch": "x86_64", 1659 "arch": "x86_64",
1610 "compiler": "MSVC", 1660 "compiler": "MSVC",
1611 "configuration": "Release", 1661 "configuration": "Release",
1612 "cpu_or_gpu": "GPU", 1662 "cpu_or_gpu": "GPU",
1613 "cpu_or_gpu_value": "HD4600", 1663 "cpu_or_gpu_value": "HD4600",
1614 "is_trybot": true, 1664 "is_trybot": true,
1615 "model": "ShuttleB", 1665 "model": "ShuttleB",
1616 "os": "Win8", 1666 "os": "Win8",
1617 "role": "Perf" 1667 "role": "Perf"
1618 }, 1668 },
1669 "configuration": "Release_x64",
1619 "dm_flags": [ 1670 "dm_flags": [
1620 "--matrix", 1671 "--matrix",
1621 "0", 1672 "0",
1622 "1", 1673 "1",
1623 "1", 1674 "1",
1624 "0", 1675 "0",
1625 "--config", 1676 "--config",
1626 "565", 1677 "565",
1627 "8888", 1678 "8888",
1628 "gpu", 1679 "gpu",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 "Hopstarter-Mac-Folders-Apple.ico", 1794 "Hopstarter-Mac-Folders-Apple.ico",
1744 "_", 1795 "_",
1745 "image", 1796 "image",
1746 "decode", 1797 "decode",
1747 "_", 1798 "_",
1748 "_", 1799 "_",
1749 "image", 1800 "image",
1750 "subset", 1801 "subset",
1751 "_" 1802 "_"
1752 ], 1803 ],
1804 "do_perf_steps": true,
1805 "do_test_steps": false,
1753 "env": { 1806 "env": {
1754 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" 1807 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp"
1755 }, 1808 },
1756 "nanobench_flags": [ 1809 "nanobench_flags": [
1757 "--scales", 1810 "--scales",
1758 "1.0", 1811 "1.0",
1759 "1.1", 1812 "1.1",
1760 "--config", 1813 "--config",
1761 "565", 1814 "565",
1762 "8888", 1815 "8888",
1763 "gpu", 1816 "gpu",
1764 "nonrendering", 1817 "nonrendering",
1765 "angle", 1818 "angle",
1766 "hwui", 1819 "hwui",
1767 "msaa16", 1820 "msaa16",
1768 "nvprmsaa16" 1821 "nvprmsaa16"
1769 ] 1822 ],
1823 "upload_dm_results": true,
1824 "upload_perf_results": true
1770 }, 1825 },
1771 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": { 1826 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": {
1772 "build_targets": [ 1827 "build_targets": [
1773 "dm", 1828 "dm",
1774 "nanobench" 1829 "nanobench"
1775 ], 1830 ],
1776 "builder_cfg": { 1831 "builder_cfg": {
1777 "arch": "Arm7", 1832 "arch": "Arm7",
1778 "compiler": "GCC", 1833 "compiler": "GCC",
1779 "configuration": "Debug", 1834 "configuration": "Debug",
1780 "cpu_or_gpu": "GPU", 1835 "cpu_or_gpu": "GPU",
1781 "cpu_or_gpu_value": "Adreno420", 1836 "cpu_or_gpu_value": "Adreno420",
1782 "is_trybot": false, 1837 "is_trybot": false,
1783 "model": "Nexus6", 1838 "model": "Nexus6",
1784 "os": "Android", 1839 "os": "Android",
1785 "role": "Test" 1840 "role": "Test"
1786 }, 1841 },
1842 "configuration": "Debug",
1787 "device_cfg": "arm_v7_neon", 1843 "device_cfg": "arm_v7_neon",
1788 "dm_flags": [ 1844 "dm_flags": [
1789 "--config", 1845 "--config",
1790 "565", 1846 "565",
1791 "8888", 1847 "8888",
1792 "gpu", 1848 "gpu",
1793 "msaa4", 1849 "msaa4",
1794 "serialize-8888", 1850 "serialize-8888",
1795 "tiles_rt-8888", 1851 "tiles_rt-8888",
1796 "pipe-8888", 1852 "pipe-8888",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 "subset", 1955 "subset",
1900 "32bpp-pixeldata-cropped.bmp", 1956 "32bpp-pixeldata-cropped.bmp",
1901 "_", 1957 "_",
1902 "image", 1958 "image",
1903 "decode", 1959 "decode",
1904 "Hopstarter-Mac-Folders-Apple.ico", 1960 "Hopstarter-Mac-Folders-Apple.ico",
1905 "--match", 1961 "--match",
1906 "~tabl_mozilla_0", 1962 "~tabl_mozilla_0",
1907 "~desk_yahoonews_0" 1963 "~desk_yahoonews_0"
1908 ], 1964 ],
1965 "do_perf_steps": true,
1966 "do_test_steps": true,
1909 "env": { 1967 "env": {
1910 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 1968 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
1911 }, 1969 },
1912 "nanobench_flags": [ 1970 "nanobench_flags": [
1913 "--scales", 1971 "--scales",
1914 "1.0", 1972 "1.0",
1915 "1.1", 1973 "1.1",
1916 "--config", 1974 "--config",
1917 "565", 1975 "565",
1918 "8888", 1976 "8888",
1919 "gpu", 1977 "gpu",
1920 "nonrendering", 1978 "nonrendering",
1921 "angle", 1979 "angle",
1922 "hwui", 1980 "hwui",
1923 "msaa4", 1981 "msaa4",
1924 "nvprmsaa4", 1982 "nvprmsaa4",
1925 "--match", 1983 "--match",
1926 "~blurroundrect", 1984 "~blurroundrect",
1927 "~patch_grid", 1985 "~patch_grid",
1928 "~desk_carsvg" 1986 "~desk_carsvg"
1929 ] 1987 ],
1988 "upload_dm_results": true,
1989 "upload_perf_results": false
1930 }, 1990 },
1931 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug": { 1991 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug": {
1932 "build_targets": [ 1992 "build_targets": [
1933 "dm", 1993 "dm",
1934 "nanobench" 1994 "nanobench"
1935 ], 1995 ],
1936 "builder_cfg": { 1996 "builder_cfg": {
1937 "arch": "x86_64", 1997 "arch": "x86_64",
1938 "compiler": "GCC", 1998 "compiler": "GCC",
1939 "configuration": "Debug", 1999 "configuration": "Debug",
1940 "cpu_or_gpu": "CPU", 2000 "cpu_or_gpu": "CPU",
1941 "cpu_or_gpu_value": "AVX", 2001 "cpu_or_gpu_value": "AVX",
1942 "is_trybot": false, 2002 "is_trybot": false,
1943 "model": "Link", 2003 "model": "Link",
1944 "os": "ChromeOS", 2004 "os": "ChromeOS",
1945 "role": "Test" 2005 "role": "Test"
1946 }, 2006 },
2007 "configuration": "Debug",
1947 "device_cfg": "link", 2008 "device_cfg": "link",
1948 "dm_flags": [ 2009 "dm_flags": [
1949 "--matrix", 2010 "--matrix",
1950 "0", 2011 "0",
1951 "1", 2012 "1",
1952 "1", 2013 "1",
1953 "0", 2014 "0",
1954 "--config", 2015 "--config",
1955 "565", 2016 "565",
1956 "8888", 2017 "8888",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 "24bpp-pixeldata-cropped.bmp", 2126 "24bpp-pixeldata-cropped.bmp",
2066 "_", 2127 "_",
2067 "image", 2128 "image",
2068 "subset", 2129 "subset",
2069 "32bpp-pixeldata-cropped.bmp", 2130 "32bpp-pixeldata-cropped.bmp",
2070 "_", 2131 "_",
2071 "image", 2132 "image",
2072 "decode", 2133 "decode",
2073 "Hopstarter-Mac-Folders-Apple.ico" 2134 "Hopstarter-Mac-Folders-Apple.ico"
2074 ], 2135 ],
2136 "do_perf_steps": true,
2137 "do_test_steps": true,
2075 "env": { 2138 "env": {
2076 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 " 2139 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
2077 }, 2140 },
2078 "nanobench_flags": [ 2141 "nanobench_flags": [
2079 "--scales", 2142 "--scales",
2080 "1.0", 2143 "1.0",
2081 "1.1", 2144 "1.1",
2082 "--config", 2145 "--config",
2083 "565", 2146 "565",
2084 "8888", 2147 "8888",
2085 "gpu", 2148 "gpu",
2086 "nonrendering", 2149 "nonrendering",
2087 "angle", 2150 "angle",
2088 "hwui", 2151 "hwui",
2089 "msaa16", 2152 "msaa16",
2090 "nvprmsaa16" 2153 "nvprmsaa16"
2091 ] 2154 ],
2155 "upload_dm_results": true,
2156 "upload_perf_results": false
2092 }, 2157 },
2093 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release": { 2158 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release": {
2094 "build_targets": [ 2159 "build_targets": [
2095 "dm" 2160 "dm"
2096 ], 2161 ],
2097 "builder_cfg": { 2162 "builder_cfg": {
2098 "arch": "x86_64", 2163 "arch": "x86_64",
2099 "compiler": "Clang", 2164 "compiler": "Clang",
2100 "configuration": "Release", 2165 "configuration": "Release",
2101 "cpu_or_gpu": "GPU", 2166 "cpu_or_gpu": "GPU",
2102 "cpu_or_gpu_value": "GeForce320M", 2167 "cpu_or_gpu_value": "GeForce320M",
2103 "is_trybot": false, 2168 "is_trybot": false,
2104 "model": "MacMini4.1", 2169 "model": "MacMini4.1",
2105 "os": "Mac10.8", 2170 "os": "Mac10.8",
2106 "role": "Test" 2171 "role": "Test"
2107 }, 2172 },
2173 "configuration": "Release",
2108 "dm_flags": [ 2174 "dm_flags": [
2109 "--matrix", 2175 "--matrix",
2110 "0", 2176 "0",
2111 "1", 2177 "1",
2112 "1", 2178 "1",
2113 "0", 2179 "0",
2114 "--config", 2180 "--config",
2115 "565", 2181 "565",
2116 "8888", 2182 "8888",
2117 "gpu", 2183 "gpu",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 "24bpp-pixeldata-cropped.bmp", 2290 "24bpp-pixeldata-cropped.bmp",
2225 "_", 2291 "_",
2226 "image", 2292 "image",
2227 "subset", 2293 "subset",
2228 "32bpp-pixeldata-cropped.bmp", 2294 "32bpp-pixeldata-cropped.bmp",
2229 "_", 2295 "_",
2230 "image", 2296 "image",
2231 "decode", 2297 "decode",
2232 "Hopstarter-Mac-Folders-Apple.ico" 2298 "Hopstarter-Mac-Folders-Apple.ico"
2233 ], 2299 ],
2300 "do_perf_steps": false,
2301 "do_test_steps": true,
2234 "env": { 2302 "env": {
2235 "CC": "/usr/bin/clang", 2303 "CC": "/usr/bin/clang",
2236 "CXX": "/usr/bin/clang++", 2304 "CXX": "/usr/bin/clang++",
2237 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0" 2305 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0"
2238 }, 2306 },
2239 "nanobench_flags": [ 2307 "nanobench_flags": [
2240 "--scales", 2308 "--scales",
2241 "1.0", 2309 "1.0",
2242 "1.1", 2310 "1.1",
2243 "--config", 2311 "--config",
2244 "565", 2312 "565",
2245 "8888", 2313 "8888",
2246 "gpu", 2314 "gpu",
2247 "nonrendering", 2315 "nonrendering",
2248 "angle", 2316 "angle",
2249 "hwui", 2317 "hwui",
2250 "msaa16", 2318 "msaa16",
2251 "nvprmsaa16" 2319 "nvprmsaa16"
2252 ] 2320 ],
2321 "upload_dm_results": true,
2322 "upload_perf_results": false
2253 }, 2323 },
2254 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD": { 2324 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD": {
2255 "build_targets": [ 2325 "build_targets": [
2256 "dm" 2326 "dm"
2257 ], 2327 ],
2258 "builder_cfg": { 2328 "builder_cfg": {
2259 "arch": "x86_64", 2329 "arch": "x86_64",
2260 "compiler": "GCC", 2330 "compiler": "GCC",
2261 "configuration": "Release", 2331 "configuration": "Release",
2262 "cpu_or_gpu": "CPU", 2332 "cpu_or_gpu": "CPU",
2263 "cpu_or_gpu_value": "AVX2", 2333 "cpu_or_gpu_value": "AVX2",
2264 "extra_config": "SKNX_NO_SIMD", 2334 "extra_config": "SKNX_NO_SIMD",
2265 "is_trybot": false, 2335 "is_trybot": false,
2266 "model": "GCE", 2336 "model": "GCE",
2267 "os": "Ubuntu", 2337 "os": "Ubuntu",
2268 "role": "Test" 2338 "role": "Test"
2269 }, 2339 },
2340 "configuration": "Release",
2270 "dm_flags": [ 2341 "dm_flags": [
2271 "--matrix", 2342 "--matrix",
2272 "0", 2343 "0",
2273 "1", 2344 "1",
2274 "1", 2345 "1",
2275 "0", 2346 "0",
2276 "--config", 2347 "--config",
2277 "565", 2348 "565",
2278 "8888", 2349 "8888",
2279 "gpu", 2350 "gpu",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 "24bpp-pixeldata-cropped.bmp", 2459 "24bpp-pixeldata-cropped.bmp",
2389 "_", 2460 "_",
2390 "image", 2461 "image",
2391 "subset", 2462 "subset",
2392 "32bpp-pixeldata-cropped.bmp", 2463 "32bpp-pixeldata-cropped.bmp",
2393 "_", 2464 "_",
2394 "image", 2465 "image",
2395 "decode", 2466 "decode",
2396 "Hopstarter-Mac-Folders-Apple.ico" 2467 "Hopstarter-Mac-Folders-Apple.ico"
2397 ], 2468 ],
2469 "do_perf_steps": false,
2470 "do_test_steps": true,
2398 "env": { 2471 "env": {
2399 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 sknx_no_simd=1" 2472 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 sknx_no_simd=1"
2400 }, 2473 },
2401 "nanobench_flags": [ 2474 "nanobench_flags": [
2402 "--scales", 2475 "--scales",
2403 "1.0", 2476 "1.0",
2404 "1.1", 2477 "1.1",
2405 "--config", 2478 "--config",
2406 "565", 2479 "565",
2407 "8888", 2480 "8888",
2408 "gpu", 2481 "gpu",
2409 "nonrendering", 2482 "nonrendering",
2410 "angle", 2483 "angle",
2411 "hwui", 2484 "hwui",
2412 "msaa16", 2485 "msaa16",
2413 "nvprmsaa16" 2486 "nvprmsaa16"
2414 ] 2487 ],
2488 "upload_dm_results": true,
2489 "upload_perf_results": false
2415 }, 2490 },
2416 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared": { 2491 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared": {
2417 "build_targets": [ 2492 "build_targets": [
2418 "dm" 2493 "dm"
2419 ], 2494 ],
2420 "builder_cfg": { 2495 "builder_cfg": {
2421 "arch": "x86_64", 2496 "arch": "x86_64",
2422 "compiler": "GCC", 2497 "compiler": "GCC",
2423 "configuration": "Release", 2498 "configuration": "Release",
2424 "cpu_or_gpu": "CPU", 2499 "cpu_or_gpu": "CPU",
2425 "cpu_or_gpu_value": "AVX2", 2500 "cpu_or_gpu_value": "AVX2",
2426 "extra_config": "Shared", 2501 "extra_config": "Shared",
2427 "is_trybot": false, 2502 "is_trybot": false,
2428 "model": "GCE", 2503 "model": "GCE",
2429 "os": "Ubuntu", 2504 "os": "Ubuntu",
2430 "role": "Test" 2505 "role": "Test"
2431 }, 2506 },
2507 "configuration": "Release",
2432 "dm_flags": [ 2508 "dm_flags": [
2433 "--matrix", 2509 "--matrix",
2434 "0", 2510 "0",
2435 "1", 2511 "1",
2436 "1", 2512 "1",
2437 "0", 2513 "0",
2438 "--config", 2514 "--config",
2439 "565", 2515 "565",
2440 "8888", 2516 "8888",
2441 "gpu", 2517 "gpu",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
2550 "24bpp-pixeldata-cropped.bmp", 2626 "24bpp-pixeldata-cropped.bmp",
2551 "_", 2627 "_",
2552 "image", 2628 "image",
2553 "subset", 2629 "subset",
2554 "32bpp-pixeldata-cropped.bmp", 2630 "32bpp-pixeldata-cropped.bmp",
2555 "_", 2631 "_",
2556 "image", 2632 "image",
2557 "decode", 2633 "decode",
2558 "Hopstarter-Mac-Folders-Apple.ico" 2634 "Hopstarter-Mac-Folders-Apple.ico"
2559 ], 2635 ],
2636 "do_perf_steps": false,
2637 "do_test_steps": true,
2560 "env": { 2638 "env": {
2561 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa rnings_as_errors=0" 2639 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa rnings_as_errors=0"
2562 }, 2640 },
2563 "nanobench_flags": [ 2641 "nanobench_flags": [
2564 "--scales", 2642 "--scales",
2565 "1.0", 2643 "1.0",
2566 "1.1", 2644 "1.1",
2567 "--config", 2645 "--config",
2568 "565", 2646 "565",
2569 "8888", 2647 "8888",
2570 "gpu", 2648 "gpu",
2571 "nonrendering", 2649 "nonrendering",
2572 "angle", 2650 "angle",
2573 "hwui", 2651 "hwui",
2574 "msaa16", 2652 "msaa16",
2575 "nvprmsaa16" 2653 "nvprmsaa16"
2576 ] 2654 ],
2655 "upload_dm_results": true,
2656 "upload_perf_results": false
2577 }, 2657 },
2578 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": { 2658 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": {
2579 "build_targets": [ 2659 "build_targets": [
2580 "dm" 2660 "dm"
2581 ], 2661 ],
2582 "builder_cfg": { 2662 "builder_cfg": {
2583 "arch": "x86_64", 2663 "arch": "x86_64",
2584 "compiler": "GCC", 2664 "compiler": "GCC",
2585 "configuration": "Release", 2665 "configuration": "Release",
2586 "cpu_or_gpu": "GPU", 2666 "cpu_or_gpu": "GPU",
2587 "cpu_or_gpu_value": "GTX550Ti", 2667 "cpu_or_gpu_value": "GTX550Ti",
2588 "extra_config": "Valgrind", 2668 "extra_config": "Valgrind",
2589 "is_trybot": false, 2669 "is_trybot": false,
2590 "model": "ShuttleA", 2670 "model": "ShuttleA",
2591 "os": "Ubuntu", 2671 "os": "Ubuntu",
2592 "role": "Test" 2672 "role": "Test"
2593 }, 2673 },
2674 "configuration": "Release",
2594 "dm_flags": [ 2675 "dm_flags": [
2595 "--matrix", 2676 "--matrix",
2596 "0", 2677 "0",
2597 "1", 2678 "1",
2598 "1", 2679 "1",
2599 "0", 2680 "0",
2600 "--config", 2681 "--config",
2601 "565", 2682 "565",
2602 "8888", 2683 "8888",
2603 "gpu", 2684 "gpu",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2737 "skp", 2818 "skp",
2738 "_", 2819 "_",
2739 "desk_baidu.skp", 2820 "desk_baidu.skp",
2740 "pdf", 2821 "pdf",
2741 "skp", 2822 "skp",
2742 "_", 2823 "_",
2743 "desk_wikipedia.skp", 2824 "desk_wikipedia.skp",
2744 "--match", 2825 "--match",
2745 "~Threaded" 2826 "~Threaded"
2746 ], 2827 ],
2828 "do_perf_steps": true,
2829 "do_test_steps": true,
2747 "env": { 2830 "env": {
2748 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0" 2831 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0"
2749 }, 2832 },
2750 "nanobench_flags": [ 2833 "nanobench_flags": [
2751 "--scales", 2834 "--scales",
2752 "1.0", 2835 "1.0",
2753 "1.1", 2836 "1.1",
2754 "--config", 2837 "--config",
2755 "565", 2838 "565",
2756 "8888", 2839 "8888",
2757 "gpu", 2840 "gpu",
2758 "nonrendering", 2841 "nonrendering",
2759 "angle", 2842 "angle",
2760 "hwui", 2843 "hwui",
2761 "msaa16", 2844 "msaa16",
2762 "nvprmsaa16", 2845 "nvprmsaa16",
2763 "--loops", 2846 "--loops",
2764 "1", 2847 "1",
2765 "--samples", 2848 "--samples",
2766 "1" 2849 "1"
2767 ] 2850 ],
2851 "upload_dm_results": false,
2852 "upload_perf_results": false
2768 }, 2853 },
2769 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug": { 2854 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug": {
2770 "build_targets": [ 2855 "build_targets": [
2771 "dm", 2856 "dm",
2772 "nanobench" 2857 "nanobench"
2773 ], 2858 ],
2774 "builder_cfg": { 2859 "builder_cfg": {
2775 "arch": "x86_64", 2860 "arch": "x86_64",
2776 "compiler": "MSVC", 2861 "compiler": "MSVC",
2777 "configuration": "Debug", 2862 "configuration": "Debug",
2778 "cpu_or_gpu": "CPU", 2863 "cpu_or_gpu": "CPU",
2779 "cpu_or_gpu_value": "AVX", 2864 "cpu_or_gpu_value": "AVX",
2780 "is_trybot": false, 2865 "is_trybot": false,
2781 "model": "ShuttleA", 2866 "model": "ShuttleA",
2782 "os": "Win8", 2867 "os": "Win8",
2783 "role": "Test" 2868 "role": "Test"
2784 }, 2869 },
2870 "configuration": "Debug_x64",
2785 "dm_flags": [ 2871 "dm_flags": [
2786 "--matrix", 2872 "--matrix",
2787 "0", 2873 "0",
2788 "1", 2874 "1",
2789 "1", 2875 "1",
2790 "0", 2876 "0",
2791 "--config", 2877 "--config",
2792 "565", 2878 "565",
2793 "8888", 2879 "8888",
2794 "gpu", 2880 "gpu",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2910 "Hopstarter-Mac-Folders-Apple.ico", 2996 "Hopstarter-Mac-Folders-Apple.ico",
2911 "_", 2997 "_",
2912 "image", 2998 "image",
2913 "decode", 2999 "decode",
2914 "_", 3000 "_",
2915 "_", 3001 "_",
2916 "image", 3002 "image",
2917 "subset", 3003 "subset",
2918 "_" 3004 "_"
2919 ], 3005 ],
3006 "do_perf_steps": false,
3007 "do_test_steps": true,
2920 "env": { 3008 "env": {
2921 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" 3009 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp"
2922 }, 3010 },
2923 "nanobench_flags": [ 3011 "nanobench_flags": [
2924 "--scales", 3012 "--scales",
2925 "1.0", 3013 "1.0",
2926 "1.1", 3014 "1.1",
2927 "--config", 3015 "--config",
2928 "565", 3016 "565",
2929 "8888", 3017 "8888",
2930 "gpu", 3018 "gpu",
2931 "nonrendering", 3019 "nonrendering",
2932 "angle", 3020 "angle",
2933 "hwui", 3021 "hwui",
2934 "msaa16", 3022 "msaa16",
2935 "nvprmsaa16" 3023 "nvprmsaa16"
2936 ] 3024 ],
3025 "upload_dm_results": true,
3026 "upload_perf_results": false
2937 }, 3027 },
2938 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86-Release-ANGLE": { 3028 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86-Release-ANGLE": {
2939 "build_targets": [ 3029 "build_targets": [
2940 "dm" 3030 "dm"
2941 ], 3031 ],
2942 "builder_cfg": { 3032 "builder_cfg": {
2943 "arch": "x86", 3033 "arch": "x86",
2944 "compiler": "MSVC", 3034 "compiler": "MSVC",
2945 "configuration": "Release", 3035 "configuration": "Release",
2946 "cpu_or_gpu": "GPU", 3036 "cpu_or_gpu": "GPU",
2947 "cpu_or_gpu_value": "HD4600", 3037 "cpu_or_gpu_value": "HD4600",
2948 "extra_config": "ANGLE", 3038 "extra_config": "ANGLE",
2949 "is_trybot": false, 3039 "is_trybot": false,
2950 "model": "ShuttleB", 3040 "model": "ShuttleB",
2951 "os": "Win8", 3041 "os": "Win8",
2952 "role": "Test" 3042 "role": "Test"
2953 }, 3043 },
3044 "configuration": "Release",
2954 "dm_flags": [ 3045 "dm_flags": [
2955 "--matrix", 3046 "--matrix",
2956 "0", 3047 "0",
2957 "1", 3048 "1",
2958 "1", 3049 "1",
2959 "0", 3050 "0",
2960 "--config", 3051 "--config",
2961 "565", 3052 "565",
2962 "8888", 3053 "8888",
2963 "gpu", 3054 "gpu",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3079 "Hopstarter-Mac-Folders-Apple.ico", 3170 "Hopstarter-Mac-Folders-Apple.ico",
3080 "_", 3171 "_",
3081 "image", 3172 "image",
3082 "decode", 3173 "decode",
3083 "_", 3174 "_",
3084 "_", 3175 "_",
3085 "image", 3176 "image",
3086 "subset", 3177 "subset",
3087 "_" 3178 "_"
3088 ], 3179 ],
3180 "do_perf_steps": false,
3181 "do_test_steps": true,
3089 "env": { 3182 "env": {
3090 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_ arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" 3183 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_ arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp"
3091 }, 3184 },
3092 "nanobench_flags": [ 3185 "nanobench_flags": [
3093 "--scales", 3186 "--scales",
3094 "1.0", 3187 "1.0",
3095 "1.1", 3188 "1.1",
3096 "--config", 3189 "--config",
3097 "565", 3190 "565",
3098 "8888", 3191 "8888",
3099 "gpu", 3192 "gpu",
3100 "nonrendering", 3193 "nonrendering",
3101 "angle", 3194 "angle",
3102 "hwui", 3195 "hwui",
3103 "msaa16", 3196 "msaa16",
3104 "nvprmsaa16" 3197 "nvprmsaa16"
3105 ] 3198 ],
3199 "upload_dm_results": true,
3200 "upload_perf_results": false
3106 }, 3201 },
3107 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": { 3202 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": {
3108 "build_targets": [ 3203 "build_targets": [
3109 "iOSShell" 3204 "iOSShell"
3110 ], 3205 ],
3111 "builder_cfg": { 3206 "builder_cfg": {
3112 "arch": "Arm7", 3207 "arch": "Arm7",
3113 "compiler": "Clang", 3208 "compiler": "Clang",
3114 "configuration": "Debug", 3209 "configuration": "Debug",
3115 "cpu_or_gpu": "GPU", 3210 "cpu_or_gpu": "GPU",
3116 "cpu_or_gpu_value": "SGX554", 3211 "cpu_or_gpu_value": "SGX554",
3117 "is_trybot": false, 3212 "is_trybot": false,
3118 "model": "iPad4", 3213 "model": "iPad4",
3119 "os": "iOS", 3214 "os": "iOS",
3120 "role": "Test" 3215 "role": "Test"
3121 }, 3216 },
3217 "configuration": "Debug",
3122 "dm_flags": [ 3218 "dm_flags": [
3123 "--matrix", 3219 "--matrix",
3124 "0", 3220 "0",
3125 "1", 3221 "1",
3126 "1", 3222 "1",
3127 "0", 3223 "0",
3128 "--config", 3224 "--config",
3129 "565", 3225 "565",
3130 "8888", 3226 "8888",
3131 "gpu", 3227 "gpu",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 "image", 3363 "image",
3268 "subset", 3364 "subset",
3269 "_", 3365 "_",
3270 "msaa16", 3366 "msaa16",
3271 "gm", 3367 "gm",
3272 "_", 3368 "_",
3273 "tilemodesProcess", 3369 "tilemodesProcess",
3274 "--match", 3370 "--match",
3275 "~WritePixels" 3371 "~WritePixels"
3276 ], 3372 ],
3373 "do_perf_steps": true,
3374 "do_test_steps": true,
3277 "env": { 3375 "env": {
3278 "CC": "/usr/bin/clang", 3376 "CC": "/usr/bin/clang",
3279 "CXX": "/usr/bin/clang++", 3377 "CXX": "/usr/bin/clang++",
3280 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0" 3378 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0"
3281 }, 3379 },
3282 "nanobench_flags": [ 3380 "nanobench_flags": [
3283 "--scales", 3381 "--scales",
3284 "1.0", 3382 "1.0",
3285 "1.1", 3383 "1.1",
3286 "--skps", 3384 "--skps",
3287 "ignore_skps", 3385 "ignore_skps",
3288 "--config", 3386 "--config",
3289 "565", 3387 "565",
3290 "8888", 3388 "8888",
3291 "gpu", 3389 "gpu",
3292 "nonrendering", 3390 "nonrendering",
3293 "angle", 3391 "angle",
3294 "hwui", 3392 "hwui",
3295 "msaa16", 3393 "msaa16",
3296 "nvprmsaa16", 3394 "nvprmsaa16",
3297 "--match", 3395 "--match",
3298 "~blurroundrect", 3396 "~blurroundrect",
3299 "~patch_grid", 3397 "~patch_grid",
3300 "~desk_carsvg", 3398 "~desk_carsvg",
3301 "~keymobi", 3399 "~keymobi",
3302 "~path_hairline" 3400 "~path_hairline"
3303 ] 3401 ],
3402 "upload_dm_results": true,
3403 "upload_perf_results": false
3304 } 3404 }
3305 } 3405 }
OLDNEW
« no previous file with comments | « no previous file | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698