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

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

Issue 307353005: Add another MSan tester to chromium.fyi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: trigger Created 6 years, 6 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/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': {

Powered by Google App Engine
This is Rietveld 408576698