Index: scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py |
diff --git a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py |
index 1d66c94bfc1d701a109e2bb8379f6505d082e268..4200af728e8e1141bdd86a6c8a4b9d325f4be8df 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py |
@@ -29,6 +29,46 @@ SPEC = { |
'test_spec_file': 'chromium.linux.json', |
}, |
}, |
+ 'V8 Linux GN': { |
+ 'chromium_config': 'chromium', |
+ 'gclient_config': 'chromium', |
+ 'gclient_apply_config': [ |
+ 'v8_bleeding_edge_git', |
+ 'chromium_lkcr', |
+ 'show_v8_revision', |
+ ], |
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Debug', |
Michael Achenbach
2016/03/21 09:19:36
This was a release bot before and should stay one.
Dirk Pranke
2016/03/21 19:21:07
Whoops, that must've been a copy/paste error. Will
|
+ 'TARGET_BITS': 64, |
+ }, |
+ 'bot_type': 'builder', |
+ 'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'}, |
+ 'testing': { |
+ 'platform': 'linux', |
+ 'test_spec_file': 'chromium.linux.json', |
+ }, |
+ }, |
+ 'V8 Android GN (dbg)': { |
+ 'chromium_config': 'chromium', |
+ 'gclient_config': 'chromium', |
+ 'gclient_apply_config': [ |
+ 'v8_bleeding_edge_git', |
+ 'chromium_lkcr', |
+ 'show_v8_revision', |
+ ], |
+ 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Debug', |
+ 'TARGET_BITS': 64, |
+ }, |
+ 'bot_type': 'builder', |
+ 'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'}, |
+ 'testing': { |
+ 'platform': 'linux', |
+ 'test_spec_file': 'chromium.linux.json', |
+ }, |
+ }, |
# Bot names should be in sync with chromium.linux's names to retrieve the |
# same test configuration files. |
'Linux Tests (dbg)(1)': { |