Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1012)

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1076723002: V8 Buildbot: Split x87 into builder/tester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'},
},

Powered by Google App Engine
This is Rietveld 408576698