OLD | NEW |
1 # This file is generated by the scripts/slave/skia/gen_buildbot_specs.py script. | 1 # This file is generated by the scripts/slave/skia/gen_buildbot_specs.py script. |
2 | 2 |
3 FAKE_SPECS = { | 3 FAKE_SPECS = { |
4 'Build-Mac-Clang-Arm7-Release-iOS': { | 4 'Build-Mac-Clang-Arm7-Release-iOS': { |
5 'build_targets': [ | 5 'build_targets': [ |
6 'most', | 6 'most', |
7 ], | 7 ], |
8 'builder_cfg': { | 8 'builder_cfg': { |
9 'compiler': 'Clang', | 9 'compiler': 'Clang', |
10 'configuration': 'Release', | 10 'configuration': 'Release', |
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 'cpu_or_gpu_value': 'AVX2', | 879 'cpu_or_gpu_value': 'AVX2', |
880 'is_trybot': True, | 880 'is_trybot': True, |
881 'model': 'GCE', | 881 'model': 'GCE', |
882 'os': 'Ubuntu', | 882 'os': 'Ubuntu', |
883 'role': 'Test', | 883 'role': 'Test', |
884 }, | 884 }, |
885 'configuration': 'Coverage', | 885 'configuration': 'Coverage', |
886 'dm_flags': [ | 886 'dm_flags': [ |
887 '--dummy-flags', | 887 '--dummy-flags', |
888 ], | 888 ], |
| 889 'do_compile_steps': False, |
889 'do_perf_steps': False, | 890 'do_perf_steps': False, |
890 'do_test_steps': True, | 891 'do_test_steps': True, |
891 'env': { | 892 'env': { |
892 'CC': '/usr/bin/clang-3.6', | 893 'CC': '/usr/bin/clang-3.6', |
893 'CXX': '/usr/bin/clang++-3.6', | 894 'CXX': '/usr/bin/clang++-3.6', |
894 'GYP_DEFINES': | 895 'GYP_DEFINES': |
895 ('skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_warnings' | 896 ('skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_warnings' |
896 '_as_errors=0'), | 897 '_as_errors=0'), |
897 }, | 898 }, |
898 'nanobench_flags': [ | 899 'nanobench_flags': [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1164 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' | 1165 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' |
1165 's_errors=0'), | 1166 's_errors=0'), |
1166 }, | 1167 }, |
1167 'nanobench_flags': [ | 1168 'nanobench_flags': [ |
1168 '--dummy-flags', | 1169 '--dummy-flags', |
1169 ], | 1170 ], |
1170 'upload_dm_results': True, | 1171 'upload_dm_results': True, |
1171 'upload_perf_results': False, | 1172 'upload_perf_results': False, |
1172 }, | 1173 }, |
1173 } | 1174 } |
OLD | NEW |