OLD | NEW |
---|---|
1 # Copyright 2016 The V8 project authors. All rights reserved. | 1 # Copyright 2016 The V8 project 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 { | 5 { |
6 # This is a map of buildbot master names -> buildbot builder names -> | 6 # This is a map of buildbot master names -> buildbot builder names -> |
7 # config names (where each config name is a key in the 'configs' dict, | 7 # config names (where each config name is a key in the 'configs' dict, |
8 # below). MB uses this dict to look up which config to use for a given bot. | 8 # below). MB uses this dict to look up which config to use for a given bot. |
9 # Bots are ordered by appearance on waterfall. | 9 # Bots are ordered by appearance on waterfall. |
10 'masters': { | 10 'masters': { |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
334 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | 334 'gyp', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
335 'gyp_release_x86_interpreted_regexp': [ | 335 'gyp_release_x86_interpreted_regexp': [ |
336 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 336 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
337 'gyp_release_x86_minimal_symbols': [ | 337 'gyp_release_x86_minimal_symbols': [ |
338 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 338 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
339 'gyp_release_x86_no_i18n_trybot': [ | 339 'gyp_release_x86_no_i18n_trybot': [ |
340 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 340 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
341 'gyp_release_x86_no_snap': [ | 341 'gyp_release_x86_no_snap': [ |
342 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 342 'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
343 'gyp_release_x86_no_snap_shared_minimal_symbols': [ | 343 'gyp_release_x86_no_snap_shared_minimal_symbols': [ |
344 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'shared', 'swarming', | 344 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
345 'v8_snapshot_none'], | 345 'v8_snapshot_none'], |
346 'gyp_release_x86_no_snap_trybot': [ | 346 'gyp_release_x86_no_snap_trybot': [ |
347 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 347 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
348 'gyp_release_x86_predictable': [ | 348 'gyp_release_x86_predictable': [ |
349 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], | 349 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], |
350 'gyp_release_x86_shared_verify_heap': [ | 350 'gyp_release_x86_shared_verify_heap': [ |
351 'gyp', 'release_bot', 'x86', 'shared', 'swarming', 'v8_verify_heap'], | 351 'gyp', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
352 'gyp_release_x86_trybot': [ | 352 'gyp_release_x86_trybot': [ |
353 'gyp', 'release_trybot', 'x86', 'swarming'], | 353 'gyp', 'release_trybot', 'x86', 'swarming'], |
354 }, | 354 }, |
355 | 355 |
356 'mixins': { | 356 'mixins': { |
357 'android': { | 357 'android': { |
358 'gn_args': 'target_os="android"', | 358 'gn_args': 'target_os="android"', |
359 'gyp_defines': 'OS=android', | 359 'gyp_defines': 'OS=android', |
360 }, | 360 }, |
361 | 361 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
466 'msan': { | 466 'msan': { |
467 'gn_args': 'clang=true msan=true', | 467 'gn_args': 'clang=true msan=true', |
468 'gyp_defines': 'clang=1 msan=1', | 468 'gyp_defines': 'clang=1 msan=1', |
469 }, | 469 }, |
470 | 470 |
471 'release': { | 471 'release': { |
472 'gn_args': 'is_debug=false', | 472 'gn_args': 'is_debug=false', |
473 }, | 473 }, |
474 | 474 |
475 'release_bot': { | 475 'release_bot': { |
476 'mixins': ['release', 'static', 'goma'], | 476 'mixins': ['release', 'static', 'goma'], |
Michael Achenbach
2016/07/06 14:29:46
The 'static' here is the problem when using 'relea
| |
477 }, | 477 }, |
478 | 478 |
479 'release_trybot': { | 479 'release_trybot': { |
480 'mixins': ['release_bot', 'minimal_symbols', 'dcheck_always_on'], | 480 'mixins': ['release_bot', 'minimal_symbols', 'dcheck_always_on'], |
481 }, | 481 }, |
482 | 482 |
483 'shared': { | 483 'shared': { |
484 'gn_args': 'is_component_build=true', | 484 'gn_args': 'is_component_build=true', |
485 'gyp_defines': 'component=shared_library', | 485 'gyp_defines': 'component=shared_library', |
486 }, | 486 }, |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
624 'gn_args': 'target_cpu="x64"', | 624 'gn_args': 'target_cpu="x64"', |
625 'gyp_defines': 'target_arch=x64', | 625 'gyp_defines': 'target_arch=x64', |
626 }, | 626 }, |
627 | 627 |
628 'x86': { | 628 'x86': { |
629 'gn_args': 'target_cpu="x86"', | 629 'gn_args': 'target_cpu="x86"', |
630 'gyp_defines': 'target_arch=ia32', | 630 'gyp_defines': 'target_arch=ia32', |
631 }, | 631 }, |
632 }, | 632 }, |
633 } | 633 } |
OLD | NEW |