| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Sets up all the builders we want this buildbot master to run. | 5 # Sets up all the builders we want this buildbot master to run. |
| 6 | 6 |
| 7 #pylint: disable=C0301 | 7 #pylint: disable=C0301 |
| 8 | 8 |
| 9 from skia_master_scripts import android_factory | 9 from skia_master_scripts import android_factory |
| 10 from skia_master_scripts import canary_factory | 10 from skia_master_scripts import canary_factory |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 'qt_sdk': 'C:/Qt/4.8.5/', | 123 'qt_sdk': 'C:/Qt/4.8.5/', |
| 124 'skia_directwrite': '1'}) | 124 'skia_directwrite': '1'}) |
| 125 gyp_exc = repr({'skia_win_debuggers_path': 'c:/DbgHelp', | 125 gyp_exc = repr({'skia_win_debuggers_path': 'c:/DbgHelp', |
| 126 'qt_sdk': 'C:/Qt/4.8.5/', | 126 'qt_sdk': 'C:/Qt/4.8.5/', |
| 127 'skia_win_exceptions': '1'}) | 127 'skia_win_exceptions': '1'}) |
| 128 gyp_10_6 = repr({'skia_osx_sdkroot': 'macosx10.6'}) | 128 gyp_10_6 = repr({'skia_osx_sdkroot': 'macosx10.6'}) |
| 129 gyp_ios = repr({'skia_os': 'ios'}) | 129 gyp_ios = repr({'skia_os': 'ios'}) |
| 130 no_gpu = repr({'skia_gpu': '0'}) | 130 no_gpu = repr({'skia_gpu': '0'}) |
| 131 clang = repr({'skia_clang_build': '1'}) | 131 clang = repr({'skia_clang_build': '1'}) |
| 132 valgrind = repr({'skia_release_optimization_level': '1'}) | 132 valgrind = repr({'skia_release_optimization_level': '1'}) |
| 133 pdfviewer = repr({'skia_run_pdfviewer_in_gm': '1'}) |
| 133 | 134 |
| 134 # builder_specs is a dictionary whose keys are specifications for compile | 135 # builder_specs is a dictionary whose keys are specifications for compile |
| 135 # builders and values are specifications for Test and Perf builders which will | 136 # builders and values are specifications for Test and Perf builders which will |
| 136 # eventually *depend* on those compile builders. | 137 # eventually *depend* on those compile builders. |
| 137 builder_specs = {} | 138 builder_specs = {} |
| 138 # | 139 # |
| 139 # COMPILE BUILDERS
TEST AND PERF BUILDERS | 140 # COMPILE BUILDERS
TEST AND PERF BUILDERS |
| 140 # | 141 # |
| 141 # OS Compiler Config Arch Extra Config GYP_DEFS WERR
Role OS Model GPU Extra Config GM
Subdir | 142 # OS Compiler Config Arch Extra Config GYP_DEFS WERR
Role OS Model GPU Extra Config GM
Subdir |
| 142 # | 143 # |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 ('Mac10.7', 'Clang', 'Debug', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float')], | 176 ('Mac10.7', 'Clang', 'Debug', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float')], |
| 176 ('Mac10.7', 'Clang', 'Release', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float'), | 177 ('Mac10.7', 'Clang', 'Release', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float'), |
| 177
('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, Non
e)], | 178
('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, Non
e)], |
| 178 ('Mac10.7', 'Clang', 'Debug', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float')], | 179 ('Mac10.7', 'Clang', 'Debug', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float')], |
| 179 ('Mac10.7', 'Clang', 'Release', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float'), | 180 ('Mac10.7', 'Clang', 'Release', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-lion-float'), |
| 180
('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, Non
e)], | 181
('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', None, Non
e)], |
| 181 ('Mac10.8', 'Clang', 'Debug', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8')], | 182 ('Mac10.8', 'Clang', 'Debug', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8')], |
| 182 ('Mac10.8', 'Clang', 'Release', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8'), | 183 ('Mac10.8', 'Clang', 'Release', 'x86', None, None, True
, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8'), |
| 183
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, Non
e)], | 184
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, Non
e)], |
| 184 ('Mac10.8', 'Clang', 'Debug', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8')], | 185 ('Mac10.8', 'Clang', 'Debug', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8')], |
| 185 ('Mac10.8', 'Clang', 'Release', 'x86_64', None, None, Fals
e, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8'), | 186 ('Mac10.8', 'Clang', 'Release', 'x86_64', None, pdfviewer, Fals
e, f, p) : [('Test', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, 'ba
se-macmini-10_8'), |
| 186
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, Non
e)],}) | 187
('Perf', 'Mac10.8', 'MacMini4.1', 'GeForce320M', None, Non
e)],}) |
| 187 p = skia_factory.TARGET_PLATFORM_WIN32 | 188 p = skia_factory.TARGET_PLATFORM_WIN32 |
| 188 builder_specs.update({ | 189 builder_specs.update({ |
| 189 ('Win7', 'VS2010', 'Debug', 'x86', None, gyp_win7, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float')], | 190 ('Win7', 'VS2010', 'Debug', 'x86', None, gyp_win7, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float')], |
| 190 ('Win7', 'VS2010', 'Release', 'x86', None, gyp_win7, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float'), | 191 ('Win7', 'VS2010', 'Release', 'x86', None, gyp_win7, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float'), |
| 191
('Perf', 'Win7', 'ShuttleA', 'HD2000', None, Non
e)], | 192
('Perf', 'Win7', 'ShuttleA', 'HD2000', None, Non
e)], |
| 192 ('Win7', 'VS2010', 'Debug', 'x86_64', None, gyp_win7, Fals
e, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float')], | 193 ('Win7', 'VS2010', 'Debug', 'x86_64', None, gyp_win7, Fals
e, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float')], |
| 193 ('Win7', 'VS2010', 'Release', 'x86_64', None, gyp_win7, Fals
e, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float'), | 194 ('Win7', 'VS2010', 'Release', 'x86_64', None, gyp_win7, Fals
e, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', None, 'ba
se-shuttle-win7-intel-float'), |
| 194
('Perf', 'Win7', 'ShuttleA', 'HD2000', None, Non
e)], | 195
('Perf', 'Win7', 'ShuttleA', 'HD2000', None, Non
e)], |
| 195 ('Win7', 'VS2010', 'Debug', 'x86', 'ANGLE', gyp_angle, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', 'ANGLE', 'ba
se-shuttle-win7-intel-angle')], | 196 ('Win7', 'VS2010', 'Debug', 'x86', 'ANGLE', gyp_angle, True
, f, p) : [('Test', 'Win7', 'ShuttleA', 'HD2000', 'ANGLE', 'ba
se-shuttle-win7-intel-angle')], |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 helper.Factory('f_%s' % builder_name, | 412 helper.Factory('f_%s' % builder_name, |
| 412 factory( | 413 factory( |
| 413 do_upload_results=do_upload_results, | 414 do_upload_results=do_upload_results, |
| 414 target_platform=target_platform, | 415 target_platform=target_platform, |
| 415 builder_name=builder_name, | 416 builder_name=builder_name, |
| 416 do_patch_step=(scheduler == utils.TRY_SCHEDULERS_STR), | 417 do_patch_step=(scheduler == utils.TRY_SCHEDULERS_STR), |
| 417 **factory_args | 418 **factory_args |
| 418 ).Build()) | 419 ).Build()) |
| 419 | 420 |
| 420 return helper.Update(cfg) | 421 return helper.Update(cfg) |
| OLD | NEW |