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

Unified Diff: tools/mb/mb_config.pyl

Issue 1289093002: Fix MB definitions for Linux Builder (dbg)(32), Linux Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 7c2e449dd42cec3636a63b34c2da21cf26a0c8ea..e7496887453b6b5ca582560796ff914d5dd0adbe 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -39,10 +39,8 @@
'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'],
'gn_release_trybot': ['gn', 'release_trybot'],
'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
- 'gyp_debug_bot_no_symbols_x86': ['gyp', 'debug_bot', 'no_symbols', 'x86'],
'gyp_debug_bot': ['gyp', 'debug_bot'],
'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'],
- 'gyp_release_bot': ['gyp', 'release_bot'],
'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm'],
'gyp_release_trybot': ['gyp', 'release_trybot'],
@@ -54,6 +52,7 @@
'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp', 'release_bot'],
'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'release_trybot'],
'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'],
+ 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86'],
'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'],
'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'],
@@ -288,9 +287,9 @@
},
'chromium.linux': {
'Linux Builder': 'swarming_gyp_release_bot',
- 'Linux Tests': 'gyp_release_bot',
- 'Linux Builder (dbg)(32)': 'gyp_debug_bot_no_symbols_x86',
- 'Linux Tests (dbg)(1)(32)': 'gyp_debug_bot_no_symbols_x86',
+ 'Linux Tests': 'swarming_gyp_release_bot',
+ 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
+ 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
'Linux Builder (dbg)': 'swarming_gyp_debug_bot',
'Linux Tests (dbg)(1)': 'swarming_gyp_debug_bot',
'Linux GN': 'gn_release_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