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

Unified Diff: tools/mb/mb_config.pyl

Issue 1090053002: Fix MB configs for chromium.webkit Android GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 53bbf0335b8dfe68c282fa73fdd27bfbb2d39f5e..1af44b89522acd5f7c87cdd681d942e6268a8bbe 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -154,8 +154,8 @@
'Win8 GN (dbg)': 'gn_debug_static_bot_x86',
},
'chromium.webkit': {
- 'Android GN': 'gn_release_bot',
- 'Android GN (dbg)': 'gn_debug_bot',
+ 'Android GN': 'android_gn_release_bot',
+ 'Android GN (dbg)': 'android_gn_debug_bot',
'Linux GN': 'gn_release_bot',
'Linux GN (dbg)': 'gn_debug_bot'
},
« 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