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

Unified Diff: tools/mb/mb_config.pyl

Issue 2371953002: mb: Enable goma and minimal_symbols for perf.fyi Win Clang Builder (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 694906bee4e421d47ee961c4253569e0495ff7d6..2d23f825baf5659153a72a8d00e7ca07e0903e77 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -298,7 +298,7 @@
'chromium.perf.fyi': {
'Win Builder': 'official_goma',
- 'Win Clang Builder': 'official_clang',
+ 'Win Clang Builder': 'official_goma_minimal_symbols_clang',
},
'client.nacl.sdk': {
@@ -1203,6 +1203,10 @@
'clang', 'official',
],
+ 'official_goma_minimal_symbols_clang': [
+ 'official', 'goma', 'minimal_symbols', 'clang',
+ ],
+
'official_clang_x86': [
'clang', 'official', 'x86',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698