| Index: scripts/slave/recipe_modules/v8/builders.py
|
| diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
|
| index dbac853f51c157cc63d8b34e658e079d22080182..2e98e7c6ce14e2700b38f7706278a04ba2a36748 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1466,35 +1466,6 @@ BUILDERS = {
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| - 'V8 Linux - x87 - nosnap - debug builder': {
|
| - 'v8_apply_config': ['no_snapshot'],
|
| - 'chromium_apply_config': [
|
| - 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'],
|
| - 'v8_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder',
|
| - 'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
|
| - 'testing': {'platform': 'linux'},
|
| - 'triggers': [
|
| - 'V8 Linux - x87 - nosnap - debug',
|
| - ],
|
| - },
|
| - 'V8 Linux - x87 - nosnap - debug': {
|
| - 'v8_apply_config': ['no_snapshot'],
|
| - 'chromium_apply_config': [
|
| - 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'],
|
| - 'v8_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'tester',
|
| - 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder',
|
| - 'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
|
| - 'tests': [V8Testing],
|
| - 'testing': {'platform': 'linux'},
|
| - },
|
| 'V8 Linux - predictable': {
|
| 'v8_apply_config': ['predictable'],
|
| 'chromium_apply_config': ['v8_ninja', 'clang', 'goma', 'predictable'],
|
| @@ -1554,6 +1525,40 @@ BUILDERS = {
|
| },
|
| },
|
| },
|
| +####### Waterfall: client.v8.ports
|
| + 'client.v8.ports': {
|
| + 'builders': {
|
| + 'V8 Linux - x87 - nosnap - debug builder': {
|
| + 'v8_apply_config': ['no_snapshot'],
|
| + 'chromium_apply_config': [
|
| + 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder',
|
| + 'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
|
| + 'testing': {'platform': 'linux'},
|
| + 'triggers': [
|
| + 'V8 Linux - x87 - nosnap - debug',
|
| + ],
|
| + },
|
| + 'V8 Linux - x87 - nosnap - debug': {
|
| + 'v8_apply_config': ['no_snapshot'],
|
| + 'chromium_apply_config': [
|
| + 'v8_ninja', 'default_compiler', 'goma', 'no_snapshot', 'x87'],
|
| + 'v8_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder',
|
| + 'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
|
| + 'tests': [V8Testing],
|
| + 'testing': {'platform': 'linux'},
|
| + },
|
| + },
|
| + },
|
| ####### Waterfall: tryserver.v8
|
| 'tryserver.v8': {
|
| 'builders': {
|
|
|