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

Unified Diff: tools/mb/mb_config.pyl

Issue 1928093002: Flip remaining Linux x86 bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 10dda222371372f36dd907430eebe681d7d012ac..2afe1ef3f0dbe6af47c8adf6e76b2bcfe5b27350 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -302,7 +302,7 @@
'Cast Android (dbg)': 'android_cast_gn_debug_static_bot',
'Cast Linux': 'cast_gn_release_bot',
'Linux Builder (dbg)': 'swarming_gn_debug_bot',
- 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
+ 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_no_symbols_x86',
'Linux Builder': 'swarming_gn_release_bot',
'Linux Tests (dbg)(1)': 'none',
'Linux Tests (dbg)(1)(32)': 'none',
@@ -721,10 +721,10 @@
'linux_chromium_chromeos_variable': 'findit',
'linux_chromium_chromeos_variable_chrome': 'findit',
'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
- 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
+ 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
- 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
+ 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
@@ -1759,10 +1759,18 @@
'swarming', 'gn', 'debug_bot', 'x64',
],
+ 'swarming_gn_debug_bot_no_symbols_x86': [
+ 'swarming', 'gn', 'debug_bot', 'no_symbols', 'x86',
+ ],
+
'swarming_gn_debug_trybot': [
'swarming', 'gn', 'debug_trybot',
],
+ 'swarming_gn_debug_trybot_x86': [
+ 'swarming', 'gn', 'debug_trybot', 'x86',
+ ],
+
'swarming_gn_release_bot': [
'swarming', 'gn', 'release_bot',
],
@@ -1832,14 +1840,6 @@
'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x86',
],
- 'swarming_gyp_debug_bot_no_symbols_x86': [
- 'swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86',
- ],
-
- 'swarming_gyp_debug_trybot_x86': [
- 'swarming', 'gyp', 'debug_trybot', 'x86',
- ],
-
'swarming_gyp_msan_release_bot': [
'swarming', 'gyp', 'msan', '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