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

Unified Diff: scripts/slave/recipes/v8.py

Issue 230473004: V8 Buildbot: Add the ability to disable tests in nosnap mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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/recipes/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index 2ef6e9fadf92caaf8a74060fd6461776669cb472..739f00c8e9a488e2f7e23885e0916c3e8cc2369d 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -204,6 +204,7 @@ BUILDERS = {
},
'V8 Linux - nosnap': {
'recipe_config': 'v8',
+ 'v8_apply_config': ['no_snapshot'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 32,
@@ -215,6 +216,7 @@ BUILDERS = {
'testing': {'platform': 'linux'},
},
'V8 Linux - nosnap - debug': {
+ 'v8_apply_config': ['no_snapshot'],
'recipe_config': 'v8',
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -548,6 +550,7 @@ BUILDERS = {
},
'V8 Linux - arm64 - sim - nosnap - debug - 1': {
'recipe_config': 'v8',
+ 'v8_apply_config': ['no_snapshot'],
'chromium_apply_config': ['no_snapshot'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -562,6 +565,7 @@ BUILDERS = {
},
'V8 Linux - arm64 - sim - nosnap - debug - 2': {
'recipe_config': 'v8',
+ 'v8_apply_config': ['no_snapshot'],
'chromium_apply_config': ['no_snapshot'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -622,6 +626,7 @@ BUILDERS = {
####### Category: FYI
'V8 Win32 - nosnap - shared': {
'recipe_config': 'v8',
+ 'v8_apply_config': ['no_snapshot'],
'chromium_apply_config': ['shared_library', 'no_snapshot'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',

Powered by Google App Engine
This is Rietveld 408576698