Chromium Code Reviews| 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..9fede17905924b64f7df591f3b6068aaec2b5291 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 - debug builder', |
|
kjellander_chromium
2015/04/09 09:17:14
This should be 'V8 Linux - x87 - nosnap - debug bu
Michael Achenbach
2015/04/09 09:19:30
Totally :)
|
| + 'build_gs_archive': 'linux_x87_nosnap_dbg_archive', |
| 'tests': ['unittests', 'v8testing'], |
| 'testing': {'platform': 'linux'}, |
| }, |