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

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

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files Created 4 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 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': {

Powered by Google App Engine
This is Rietveld 408576698