| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201
('Perf', 'Android', 'Nexus7', 'Tegra3', None, Non
e)], | 201
('Perf', 'Android', 'Nexus7', 'Tegra3', None, Non
e)], |
| 202 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Nexus10', None, True
, f, p) : [('Test', 'Android', 'Nexus10', 'MaliT604', None, 'ba
se-android-nexus-10')], | 202 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Nexus10', None, True
, f, p) : [('Test', 'Android', 'Nexus10', 'MaliT604', None, 'ba
se-android-nexus-10')], |
| 203 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Nexus10', None, True
, f, p) : [('Test', 'Android', 'Nexus10', 'MaliT604', None, 'ba
se-android-nexus-10'), | 203 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Nexus10', None, True
, f, p) : [('Test', 'Android', 'Nexus10', 'MaliT604', None, 'ba
se-android-nexus-10'), |
| 204
('Perf', 'Android', 'Nexus10', 'MaliT604', None, Non
e)], | 204
('Perf', 'Android', 'Nexus10', 'MaliT604', None, Non
e)], |
| 205 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'GalaxyNexus', None, True
, f, p) : [('Test', 'Android', 'GalaxyNexus','SGX540', None, 'ba
se-android-galaxy-nexus')], | 205 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'GalaxyNexus', None, True
, f, p) : [('Test', 'Android', 'GalaxyNexus','SGX540', None, 'ba
se-android-galaxy-nexus')], |
| 206 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'GalaxyNexus', None, True
, f, p) : [('Test', 'Android', 'GalaxyNexus','SGX540', None, 'ba
se-android-galaxy-nexus'), | 206 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'GalaxyNexus', None, True
, f, p) : [('Test', 'Android', 'GalaxyNexus','SGX540', None, 'ba
se-android-galaxy-nexus'), |
| 207
('Perf', 'Android', 'GalaxyNexus','SGX540', None, Non
e)], | 207
('Perf', 'Android', 'GalaxyNexus','SGX540', None, Non
e)], |
| 208 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Xoom', None, True
, f, p) : [('Test', 'Android', 'Xoom', 'Tegra2', None, 'ba
se-android-xoom')], | 208 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Xoom', None, True
, f, p) : [('Test', 'Android', 'Xoom', 'Tegra2', None, 'ba
se-android-xoom')], |
| 209 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Xoom', None, True
, f, p) : [('Test', 'Android', 'Xoom', 'Tegra2', None, 'ba
se-android-xoom'), | 209 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Xoom', None, True
, f, p) : [('Test', 'Android', 'Xoom', 'Tegra2', None, 'ba
se-android-xoom'), |
| 210
('Perf', 'Android', 'Xoom', 'Tegra2', None, Non
e)], | 210
('Perf', 'Android', 'Xoom', 'Tegra2', None, Non
e)], |
| 211 ('Ubuntu12', 'GCC', 'Debug', 'x86', 'RazrI', None, True
, f, p) : [('Test', 'Android', 'RazrI', 'SGX540', None, 'ba
se-android-razr-i')], | 211 ('Ubuntu12', 'GCC', 'Debug', 'x86', 'IntelRhb', None, True
, f, p) : [('Test', 'Android', 'IntelRhb', 'SGX544', None, 'ba
se-android-intel-rhb')], |
| 212 ('Ubuntu12', 'GCC', 'Release', 'x86', 'RazrI', None, True
, f, p) : [('Test', 'Android', 'RazrI', 'SGX540', None, 'ba
se-android-razr-i'), | 212 ('Ubuntu12', 'GCC', 'Release', 'x86', 'IntelRhb', None, True
, f, p) : [('Test', 'Android', 'IntelRhb', 'SGX544', None, 'ba
se-android-intel-rhb'), |
| 213
('Perf', 'Android', 'RazrI', 'SGX540', None, Non
e)],}) | 213
('Perf', 'Android', 'IntelRhb', 'SGX544', None, Non
e)],}) |
| 214 f = chromeos_factory.ChromeOSFactory | 214 f = chromeos_factory.ChromeOSFactory |
| 215 builder_specs.update({ | 215 builder_specs.update({ |
| 216 ('Ubuntu12', 'GCC', 'Debug', 'x86', 'Alex', None, True
, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e)], | 216 ('Ubuntu12', 'GCC', 'Debug', 'x86', 'Alex', None, True
, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e)], |
| 217 ('Ubuntu12', 'GCC', 'Release', 'x86', 'Alex', None, True
, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e), | 217 ('Ubuntu12', 'GCC', 'Release', 'x86', 'Alex', None, True
, f, p) : [('Test', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e), |
| 218
('Perf', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e)], | 218
('Perf', 'ChromeOS', 'Alex', 'GMA3150', None, Non
e)], |
| 219 ('Ubuntu12', 'GCC', 'Debug', 'x86_64', 'Link', None, True
, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, Non
e)], | 219 ('Ubuntu12', 'GCC', 'Debug', 'x86_64', 'Link', None, True
, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, Non
e)], |
| 220 ('Ubuntu12', 'GCC', 'Release', 'x86_64', 'Link', None, True
, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, Non
e), | 220 ('Ubuntu12', 'GCC', 'Release', 'x86_64', 'Link', None, True
, f, p) : [('Test', 'ChromeOS', 'Link', 'HD4000', None, Non
e), |
| 221
('Perf', 'ChromeOS', 'Link', 'HD4000', None, Non
e)], | 221
('Perf', 'ChromeOS', 'Link', 'HD4000', None, Non
e)], |
| 222 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Daisy', None, True
, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, Non
e)], | 222 ('Ubuntu12', 'GCC', 'Debug', 'Arm7', 'Daisy', None, True
, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, Non
e)], |
| 223 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Daisy', None, True
, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, Non
e), | 223 ('Ubuntu12', 'GCC', 'Release', 'Arm7', 'Daisy', None, True
, f, p) : [('Test', 'ChromeOS', 'Daisy', 'MaliT604', None, Non
e), |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 helper.Factory('f_%s' % builder_name, | 372 helper.Factory('f_%s' % builder_name, |
| 373 factory( | 373 factory( |
| 374 do_upload_results=do_upload_results, | 374 do_upload_results=do_upload_results, |
| 375 target_platform=target_platform, | 375 target_platform=target_platform, |
| 376 builder_name=builder_name, | 376 builder_name=builder_name, |
| 377 do_patch_step=(scheduler == utils.TRY_SCHEDULERS_STR), | 377 do_patch_step=(scheduler == utils.TRY_SCHEDULERS_STR), |
| 378 **factory_args | 378 **factory_args |
| 379 ).Build()) | 379 ).Build()) |
| 380 | 380 |
| 381 return helper.Update(cfg) | 381 return helper.Update(cfg) |
| OLD | NEW |