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

Unified Diff: tools/mb/mb_config.pyl

Issue 1988093003: Try again to flip main Linux 32-bit bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove dbus_unittests, filesystem_service_unittests, mus_gpu_unittests Created 4 years, 7 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 | « testing/buildbot/chromium.linux.json ('k') | 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 b59eb463566e274202fab5f79964fe4c04f41c71..bc9a1b8e49579c0a8bd84df92c87061f1b2e5a8f 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -100,7 +100,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',
@@ -306,7 +306,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_x86',
'Linux Builder': 'swarming_gn_release_bot',
'Linux Tests (dbg)(1)': 'none',
'Linux Tests (dbg)(1)(32)': 'none',
@@ -730,10 +730,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',
@@ -1144,6 +1144,10 @@
'gn', 'release_bot_minimal_symbols', 'x86',
],
+ 'gn_release_bot_x86': [
+ 'gn', 'release_bot', 'x86',
+ ],
+
'gn_release_drmemory_drfuzz': [
'gn', 'release', 'drmemory', 'drfuzz', 'proprietary_codecs',
],
@@ -1334,10 +1338,6 @@
'gyp', 'release_bot_minimal_symbols', 'x86'
],
- 'gyp_release_bot_x86': [
- 'gyp', 'release_bot', 'x86',
- ],
-
'gyp_release_trybot': [
'gyp', 'release_trybot',
],
@@ -1505,6 +1505,11 @@
'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming',
],
+ 'swarming_clang_tot_lld_release_shared': [
+ # TODO(crbug.com/605819): Enable debug info in release builds.
+ 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld',
+ ],
+
'swarming_clang_tot_shared_debug': [
'swarming', 'gn', 'clang_tot', 'shared', 'debug',
],
@@ -1521,9 +1526,8 @@
'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
],
- 'swarming_clang_tot_lld_release_shared': [
- # TODO(crbug.com/605819): Enable debug info in release builds.
- 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld',
+ 'swarming_gn_debug_bot_x86': [
+ 'swarming', 'gn', 'debug_bot', 'x86',
],
'swarming_gn_debug_trybot': [
@@ -1795,10 +1799,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': [
'swarming', 'gyp', 'debug_trybot',
],
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698