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

Unified Diff: tools/mb/mb_config.pyl

Issue 1931033002: Flip all but one of the Linux Desktop ChromeOS CQ builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave ozone on gyp instead Created 4 years, 6 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 | « chrome/browser/extensions/extension_commands_global_registry_apitest.cc ('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 5f1e02d96145d5fd04d0a4a2e411f7e3552a3366..9036ea2823e16f7300fccaeb0677a60d781c8edd 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -71,9 +71,9 @@
'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
- 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
- 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot',
- 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot',
+ 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot',
+ 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot',
+ 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot',
'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
'Linux ChromiumOS Ozone Builder':
@@ -733,16 +733,16 @@
'swarming_asan_lsan_chromeos_gyp_release_trybot',
'linux_chromium_chromeos_asan_variable': 'findit',
'linux_chromium_chromeos_compile_dbg_ng':
- 'swarming_chromeos_gyp_debug_trybot',
+ 'swarming_chromeos_gn_debug_trybot',
'linux_chromium_chromeos_compile_rel_ng':
'swarming_chromeos_gn_release_trybot',
'linux_chromium_chromeos_dbg_ng':
- 'swarming_chromeos_gyp_debug_trybot',
+ 'swarming_chromeos_gn_debug_trybot',
'linux_chromium_chromeos_msan_rel_ng':
'swarming_chromeos_msan_gyp_release_trybot',
'linux_chromium_chromeos_ozone_rel_ng':
'swarming_chromeos_gyp_ozone_release_trybot',
- 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
+ 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gn_release_trybot',
'linux_chromium_chromeos_variable': 'findit',
'linux_chromium_chromeos_variable_chrome': 'findit',
'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
@@ -1510,28 +1510,24 @@
'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
],
- 'swarming_chromeos_gn_release_trybot': [
- 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
- ],
-
- 'swarming_chromeos_gyp_debug_bot': [
- 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
+ 'swarming_chromeos_gn_debug_bot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot',
],
- 'swarming_chromeos_gyp_debug_trybot': [
- 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_trybot',
+ 'swarming_chromeos_gn_debug_trybot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot',
],
'swarming_chromeos_gyp_ozone_release_trybot': [
'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot',
],
- 'swarming_chromeos_gyp_release_bot': [
- 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
+ 'swarming_chromeos_gn_release_bot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot',
],
- 'swarming_chromeos_gyp_release_trybot': [
- 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
+ 'swarming_chromeos_gn_release_trybot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
],
'swarming_chromeos_msan_gyp_release_trybot': [
@@ -1539,7 +1535,7 @@
],
'swarming_chromeos_ozone_gyp_release_bot': [
- 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming',
+ 'swarming', 'chromeos_with_codecs', 'ozone', 'gyp', 'release_bot',
],
'swarming_clang_tot_lld_release_shared': [
« no previous file with comments | « chrome/browser/extensions/extension_commands_global_registry_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698