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

Unified Diff: tools/mb/mb_config.pyl

Issue 1332133002: Flip Linux debug bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 24140084ba6e9e375d6f8a7baa38e23c4024afee..773950f3f94570ecde12ebe32a1f89e5e4c9d89a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -53,10 +53,10 @@
'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'release_trybot'],
'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'debug_trybot'],
'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'release_trybot'],
+ 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
+ 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
- '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'],
'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'],
@@ -301,8 +301,8 @@
'Linux Tests': 'swarming_gn_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 Builder (dbg)': 'swarming_gn_debug_bot',
+ 'Linux Tests (dbg)(1)': 'swarming_gn_debug_bot',
'Linux GN': 'gn_release_bot',
'Linux GN Clobber': 'gn_release_bot',
'Linux GN (dbg)': 'gn_debug_bot',
@@ -386,8 +386,8 @@
'linux_chromium_gn_rel': 'gn_release_trybot',
'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot',
'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
- 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot',
- 'linux_chromium_dbg_ng': 'swarming_gyp_debug_trybot',
+ 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
+ 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
'linux_chromium_trusty_dbg': 'gyp_debug_bot',
'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86',
'linux_chromium_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