Index: scripts/slave/recipes/chromium_trybot.py |
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py |
index b65966f1989d9b7ad9b521217df2da1b358bac85..1ff98f4dba09c1ceeb74cc058cf6c1d6d4974c89 100644 |
--- a/scripts/slave/recipes/chromium_trybot.py |
+++ b/scripts/slave/recipes/chromium_trybot.py |
@@ -91,6 +91,19 @@ BUILDERS = { |
'test_spec_file': 'chromium_memory_trybot.json', |
}, |
}, |
+ 'linux_asan': { |
Paweł Hajdan Jr.
2014/08/26 16:27:20
The builder name should match above pattern and th
|
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_BITS': 64, |
+ }, |
+ 'exclude_compile_all': True, |
+ 'chromium_config': 'chromium_asan', |
+ 'compile_only': False, |
+ 'testing': { |
+ 'platform': 'linux', |
+ 'test_spec_file': 'chromium_memory_trybot.json', |
+ }, |
+ }, |
# Fake builder to provide testing coverage for non-bot_update. |
'linux_no_bot_update': { |
'chromium_config_kwargs': { |