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

Unified Diff: tools/mb/mb_config.pyl

Issue 1170063002: Add mb config for CrWinClang64(dbg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 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
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 1ec74f9a3c0d8eac1042768e78c9118f8188c2f5..b532ded9a2763cca5b412a5b80cb9db06c21ab16 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -30,6 +30,9 @@
'gn_debug_static_bot': ['gn', 'debug_static_bot'],
'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'],
'gyp_release_bot': ['gyp', 'release_bot'],
+ # clang/win doesn't work with goma yet, so this can't use debug_bot:
+ 'win_clang_debug_bot':
+ ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'],
},
# This is a list of configs that do not actually exist on any bot
@@ -68,6 +71,11 @@
'gyp_defines': 'chromeos=1',
},
+ 'clang': {
+ 'gn_args': 'is_clang=true',
+ 'gyp_defines': 'clang=1',
+ },
+
'dcheck_always_on': {
'gn_args': 'dcheck_always_on=true',
'gyp_defines': 'dcheck_always_on=1',
@@ -167,6 +175,9 @@
'Linux GN': 'gn_release_bot',
'Linux GN (dbg)': 'gn_debug_bot'
},
+ 'chromium.fyi': {
+ 'CrWinClang64(dbg)': 'win_clang_debug_bot',
+ },
'chromium.webrtc.fyi': {
'Android GN': 'android_gn_release_bot',
'Android GN (dbg)': 'android_gn_debug_bot',
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698