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

Unified Diff: tools/mb/mb_config.pyl

Issue 1375693003: Flip Linux Perf bot from GYP to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 4339002188317eae3e3c70c7c8c37a4263adb22b..98921fdc5cf7448312d4bfc5025a2840fdfa4c77 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -34,6 +34,7 @@
'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86'],
'gn_debug_static_bot': ['gn', 'debug_static_bot'],
'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
+ 'gn_official_goma': ['gn', 'official', 'goma'],
'gn_release_bot': ['gn', 'release_bot'],
'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'],
@@ -370,7 +371,7 @@
'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
'Win x64 Builder': 'gyp_official_goma_minimal_symbols_x64',
'Mac Builder': 'gyp_official_goma',
- 'Linux Builder': 'gyp_official_goma',
+ 'Linux Builder': 'gn_official_goma',
},
'chromium.win': {
# Windows bots take too long to link w/ full symbols and time out.
« 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