| 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 4a93933e61af0aca0036f1dd06bc2c668bf180df..8ec0c59e23de42c886bcf8be2bd52044af0c8c3c 100644
|
| --- a/scripts/slave/recipe_modules/v8/builders.py
|
| +++ b/scripts/slave/recipe_modules/v8/builders.py
|
| @@ -1026,6 +1026,20 @@ BUILDERS = {
|
| 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| },
|
| + 'V8 Linux - x87 - nosnap - debug builder': {
|
| + 'v8_apply_config': ['no_snapshot'],
|
| + 'chromium_apply_config': ['no_snapshot', 'v8_goma', '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': ['no_snapshot', 'v8_goma', 'x87'],
|
| @@ -1033,7 +1047,9 @@ BUILDERS = {
|
| 'BUILD_CONFIG': 'Debug',
|
| 'TARGET_BITS': 32,
|
| },
|
| - 'bot_type': 'builder_tester',
|
| + 'bot_type': 'tester',
|
| + 'parent_buildername': 'V8 Linux - x87 - nosnap - debug builder',
|
| + 'build_gs_archive': 'linux_x87_nosnap_dbg_archive',
|
| 'tests': ['unittests', 'v8testing'],
|
| 'testing': {'platform': 'linux'},
|
| },
|
|
|