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

Unified Diff: tools/mb/mb_config.pyl

Issue 1915833004: Flip all remaining Linux x86 (32-bit) bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 dc9b573728075fbf452748f30869143e3fda7c13..ee7359bed3f66ac0b380cfed1e657e0b74b9aebf 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -116,7 +116,7 @@
'Chromium Linux Goma Canary': 'gn_release_bot',
'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
- 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86',
+ 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86',
'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
'Chromium Mac 10.11': 'gyp_release_bot',
'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot',
@@ -290,7 +290,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',
@@ -709,10 +709,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',
@@ -1118,6 +1118,10 @@
'gn', 'release_bot',
],
+ 'gn_release_bot_x86': [
+ 'gn', 'release_bot', 'x86',
+ ],
+
'gn_release_bot_minimal_symbols': [
'gn', 'release_bot_minimal_symbols',
],
@@ -1309,10 +1313,6 @@
'gyp', 'release_bot', 'android',
],
- 'gyp_release_bot_x86': [
- 'gyp', 'release_bot', 'x86',
- ],
-
'gyp_release_trybot': [
'gyp', 'release_trybot',
],
@@ -1665,6 +1665,14 @@
'swarming', 'gn', 'debug_bot',
],
+ 'swarming_gn_debug_bot_no_symbols_x86': [
+ 'swarming', 'gn', 'debug_bot', 'no_symbols', 'x86',
+ ],
+
+ 'swarming_gn_debug_trybot_x86': [
+ 'swarming', 'gn', 'debug_trybot', 'x86',
+ ],
+
'swarming_gn_debug_bot_minimal_symbols_x64': [
'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
],
@@ -1742,14 +1750,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