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

Unified Diff: tools/mb/mb_config.pyl

Issue 2184203002: Remove old Blink try bot names from mb_config.pyl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 c37279f95b626e5ce749509c8e90d546bcf961be..c9e275e574abe7ad8b12e8aca7188cf038138813 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -673,30 +673,18 @@
# release trybots must *not* enable dchecks, because that could
# cause them to produce different baselines than the release
# waterfall bots, and run-webkit-tests can't handle that (by design).
- 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
- 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
- 'linux_blink_dbg': 'swarming_gn_debug_trybot',
- 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot',
'linux_precise_blink_compile_rel':
'swarming_gn_release_bot_minimal_symbols',
'linux_precise_blink_dbg': 'swarming_gn_debug_trybot',
'linux_precise_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
'linux_trusty_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
- 'mac_blink_compile_dbg': 'swarming_gn_debug_trybot',
- 'mac_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
- 'mac_blink_dbg': 'swarming_gn_debug_trybot',
- 'mac_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
'mac10.9_blink_compile_dbg': 'swarming_gn_debug_trybot',
'mac10.9_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
'mac10.9_blink_dbg': 'swarming_gn_debug_trybot',
'mac10.9_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
'mac10.10_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
'mac10.11_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
- 'win_blink_compile_dbg': 'swarming_gn_debug_trybot_x86',
- 'win_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
- 'win_blink_dbg': 'swarming_gn_debug_trybot_x86',
- 'win_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
'win7_blink_compile_dbg': 'swarming_gn_debug_trybot_x86',
'win7_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
'win7_blink_dbg': 'swarming_gn_debug_trybot_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