Index: scripts/slave/recipes/chromium.py |
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py |
index 66fcb6c62322e06661856a4223e910d28f5a1623..41d941b586cf8e2511af65022cc280b6c3542e4e 100644 |
--- a/scripts/slave/recipes/chromium.py |
+++ b/scripts/slave/recipes/chromium.py |
@@ -486,6 +486,9 @@ BUILDERS = { |
} |
}, |
'chromium.fyi': { |
+ 'settings': { |
+ 'build_gs_bucket': 'chromium-fyi-archive', |
+ }, |
'builders': { |
'Linux ARM Cross-Compile': { |
# TODO(phajdan.jr): Re-enable goma, http://crbug.com/349236 . |
@@ -617,6 +620,21 @@ BUILDERS = { |
'platform': 'linux', |
}, |
}, |
+ 'Chromium Linux MSan (browser tests)': { |
+ 'recipe_config': 'chromium_clang', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_BITS': 64, |
+ }, |
+ 'bot_type': 'tester', |
+ 'tests': [ |
+ DynamicGTestTests('Chromium Linux MSan'), |
+ ], |
+ 'parent_buildername': 'Chromium Linux MSan', |
+ 'testing': { |
+ 'platform': 'linux', |
+ }, |
+ }, |
}, |
}, |
'chromium.linux': { |