| 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-Mac10.8-Clang-Arm7-Debug-Android': { | 4 'Build-Mac10.8-Clang-Arm7-Debug-Android': { |
| 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': 'Debug', | 10 'configuration': 'Debug', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'do_test_steps': False, | 103 'do_test_steps': False, |
| 104 'env': { | 104 'env': { |
| 105 'GYP_DEFINES': 'skia_shared_lib=1 skia_warnings_as_errors=0', | 105 'GYP_DEFINES': 'skia_shared_lib=1 skia_warnings_as_errors=0', |
| 106 }, | 106 }, |
| 107 'nanobench_flags': [ | 107 'nanobench_flags': [ |
| 108 '--dummy-flags', | 108 '--dummy-flags', |
| 109 ], | 109 ], |
| 110 'upload_dm_results': True, | 110 'upload_dm_results': True, |
| 111 'upload_perf_results': False, | 111 'upload_perf_results': False, |
| 112 }, | 112 }, |
| 113 'Perf-Android-GCC-Nexus5-CPU-NEON-Arm7-Release-Appurify': { |
| 114 'build_targets': [ |
| 115 'VisualBenchTest_APK', |
| 116 ], |
| 117 'builder_cfg': { |
| 118 'arch': 'Arm7', |
| 119 'compiler': 'GCC', |
| 120 'configuration': 'Release', |
| 121 'cpu_or_gpu': 'CPU', |
| 122 'cpu_or_gpu_value': 'NEON', |
| 123 'extra_config': 'Appurify', |
| 124 'is_trybot': False, |
| 125 'model': 'Nexus5', |
| 126 'os': 'Android', |
| 127 'role': 'Perf', |
| 128 }, |
| 129 'configuration': 'Release', |
| 130 'device_cfg': 'arm_v7', |
| 131 'dm_flags': [ |
| 132 '--dummy-flags', |
| 133 ], |
| 134 'do_perf_steps': True, |
| 135 'do_test_steps': False, |
| 136 'env': { |
| 137 'GYP_DEFINES': 'skia_arch_type=arm skia_gpu=0 skia_warnings_as_errors=0', |
| 138 }, |
| 139 'nanobench_flags': [ |
| 140 '--dummy-flags', |
| 141 ], |
| 142 'upload_dm_results': True, |
| 143 'upload_perf_results': True, |
| 144 }, |
| 113 'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify': { | 145 'Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify': { |
| 114 'build_targets': [ | 146 'build_targets': [ |
| 115 'VisualBenchTest_APK', | 147 'VisualBenchTest_APK', |
| 116 ], | 148 ], |
| 117 'builder_cfg': { | 149 'builder_cfg': { |
| 118 'arch': 'Arm7', | 150 'arch': 'Arm7', |
| 119 'compiler': 'GCC', | 151 'compiler': 'GCC', |
| 120 'configuration': 'Release', | 152 'configuration': 'Release', |
| 121 'cpu_or_gpu': 'GPU', | 153 'cpu_or_gpu': 'GPU', |
| 122 'cpu_or_gpu_value': 'Adreno330', | 154 'cpu_or_gpu_value': 'Adreno330', |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' | 525 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' |
| 494 's_errors=0'), | 526 's_errors=0'), |
| 495 }, | 527 }, |
| 496 'nanobench_flags': [ | 528 'nanobench_flags': [ |
| 497 '--dummy-flags', | 529 '--dummy-flags', |
| 498 ], | 530 ], |
| 499 'upload_dm_results': True, | 531 'upload_dm_results': True, |
| 500 'upload_perf_results': False, | 532 'upload_perf_results': False, |
| 501 }, | 533 }, |
| 502 } | 534 } |
| OLD | NEW |