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

Unified Diff: tools/mb/mb_config.pyl

Issue 1083683003: Speculative revert by sheriff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unrelated commit that had accidentally slipped in. 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 | « sync/test/fake_server/fake_server.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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..7af21da42fcd70bef5262737b835659b7468ecf0 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -22,10 +22,8 @@
'gn_release_bot': ['gn', 'release_bot'],
'gn_release_bot_x86': ['gn', 'release_bot', 'x86'],
'gn_release_trybot': ['gn', 'release_trybot'],
- 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
'gn_debug_bot': ['gn', 'debug_bot'],
- 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
- 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'],
+ 'gn_debug_bot_win_x86': ['gn', 'debug_static_bot', 'x86'],
'gyp_release_bot': ['gyp', 'release_bot'],
},
@@ -147,11 +145,11 @@
},
'chromium.mac': {
'Mac GN': 'gn_release_bot',
- 'Mac GN (dbg)': 'gn_debug_static_bot',
+ 'Mac GN (dbg)': 'gn_debug_bot',
},
'chromium.win': {
'Win8 GN': 'gn_release_bot_x86',
- 'Win8 GN (dbg)': 'gn_debug_static_bot_x86',
+ 'Win8 GN (dbg)': 'gn_debug_bot_win_x86',
},
'chromium.webkit': {
'Android GN': 'gn_release_bot',
@@ -174,13 +172,13 @@
'linux_chromium_gn_upload_x86': 'gn_release_bot_x86',
},
'tryserver.chromium.mac': {
- 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
+ 'mac_chromium_gn_dbg': 'gn_debug_bot',
'mac_chromium_gn_rel': 'gn_release_trybot',
'mac_chromium_gn_upload': 'gn_release_bot',
},
'tryserver.chromium.win': {
- 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86',
- 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
+ 'win8_chromium_gn_dbg': 'gn_debug_bot',
+ 'win8_chromium_gn_rel': 'gn_release_trybot',
'win8_chromium_gn_upload': 'gn_release_bot',
},
},
« no previous file with comments | « sync/test/fake_server/fake_server.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698