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 | 7 |
8 #pylint: disable=C0301 | 8 #pylint: disable=C0301 |
9 | 9 |
10 | 10 |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 builder_specs = [ | 288 builder_specs = [ |
289 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Debug',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 289 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Debug',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
290 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 290 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
291 ('Perf', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 291 ('Perf', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
292 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Debug',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 292 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Debug',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
293 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 293 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
294 ('Perf', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), | 294 ('Perf', 'Ubuntu12', 'ShuttleA', 'GTX660', 'x86_64', 'Release',
None, None, f_factory, LINUX, S_PERCOMMIT, {}), |
295 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Debug',
'ZeroGPUCache', None, f_factory, LINUX, S_PERCOMMIT, {}), | 295 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Debug',
'ZeroGPUCache', None, f_factory, LINUX, S_PERCOMMIT, {}), |
296 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Release',
'Valgrind', VALGRIND, f_factory, LINUX, S_PERCOMMIT, {'flavor': 'valgr
ind'}), | 296 ('Test', 'Ubuntu12', 'ShuttleA', 'GTX550Ti', 'x86_64', 'Release',
'Valgrind', VALGRIND, f_factory, LINUX, S_PERCOMMIT, {'flavor': 'valgr
ind'}), |
297 ('Test', 'Ubuntu13.10', 'ShuttleA', 'NoGPU', 'x86_64', 'Debug',
None, NO_GPU, f_factory, LINUX, S_PERCOMMIT, {}), | 297 ('Test', 'Ubuntu13.10', 'ShuttleA', 'NoGPU', 'x86_64', 'Debug',
None, NO_GPU, f_factory, LINUX, S_PERCOMMIT, {}), |
298 ('Test', 'Ubuntu13.10', 'ShuttleA', 'HD2000', 'x86_64', 'Debug',
'ASAN', None, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'ad
dress'}), | 298 ('Test', 'Ubuntu13.10', 'GCE', 'NoGPU', 'x86_64', 'Debug',
'ASAN', NO_GPU, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'ad
dress'}), |
299 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Debug',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 299 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Debug',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
300 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 300 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
301 ('Perf', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 301 ('Perf', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
302 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Debug',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 302 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Debug',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
303 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 303 ('Test', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
304 ('Perf', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), | 304 ('Perf', 'Mac10.6', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Release',
None, GYP_10_6, f_factory, MAC, S_PERCOMMIT, {}), |
305 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Debug',
None, None, f_factory, MAC, S_PERCOMMIT, {}), | 305 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Debug',
None, None, f_factory, MAC, S_PERCOMMIT, {}), |
306 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, None, f_factory, MAC, S_PERCOMMIT, {}), | 306 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, None, f_factory, MAC, S_PERCOMMIT, {}), |
307 ('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, None, f_factory, MAC, S_PERCOMMIT, {}), | 307 ('Perf', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86', 'Release',
None, None, f_factory, MAC, S_PERCOMMIT, {}), |
308 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Debug',
None, None, f_factory, MAC, S_PERCOMMIT, {}), | 308 ('Test', 'Mac10.7', 'MacMini4.1', 'GeForce320M', 'x86_64', 'Debug',
None, None, f_factory, MAC, S_PERCOMMIT, {}), |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 # To resolve https://code.google.com/p/skia/issues/detail?id=2432 | 444 # To resolve https://code.google.com/p/skia/issues/detail?id=2432 |
445 # ('buildbots: don't run UpdateScripts if running on non-production | 445 # ('buildbots: don't run UpdateScripts if running on non-production |
446 # master'), I wanted to add a third boolean flag (do_update_scripts), | 446 # master'), I wanted to add a third boolean flag (do_update_scripts), |
447 # but I saw that I would need to add it in so many places I was | 447 # but I saw that I would need to add it in so many places I was |
448 # discouraged. If the merged all the flags into a single object it | 448 # discouraged. If the merged all the flags into a single object it |
449 # would be easier to add more flags. | 449 # would be easier to add more flags. |
450 do_upload_render_results=active_master.do_upload_render_results, | 450 do_upload_render_results=active_master.do_upload_render_results, |
451 do_upload_bench_results=active_master.do_upload_bench_results) | 451 do_upload_bench_results=active_master.do_upload_bench_results) |
452 | 452 |
453 return helper.Update(cfg) | 453 return helper.Update(cfg) |
OLD | NEW |