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

Unified Diff: tools/mb/mb_config.pyl

Issue 1458193002: Flip the CrOS GN release bots to use Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix target nesting Created 5 years, 1 month 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.chromiumos.json ('k') | ui/events/BUILD.gn » ('j') | 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 a49c5f75ad38a44d27e67175358d78b9d2d335fa..39e39f481af95aed6b0a62a9f96ccf0089525612 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -24,8 +24,8 @@
'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
- 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'],
- 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'],
+ 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
+ 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_trybot'],
'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
'dev_gn_release': ['gn', 'release', 'shared'],
'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
@@ -292,6 +292,11 @@
'gyp_defines': 'branding=Chrome buildtype=Official',
},
+ 'ozone': {
+ 'gn_args': 'use_ozone=true',
+ 'gyp_defines': 'use_ozone=1',
+ },
+
'proprietary_codecs': {
'gn_args': 'proprietary_codecs=true',
'gyp_defines': 'proprietary_codecs=1',
@@ -377,7 +382,7 @@
'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
},
'chromium.chromiumos': {
- 'Linux ChromiumOS GN': 'chromeos_gn_release_bot',
+ 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
},
'chromium.linux': {
@@ -489,7 +494,7 @@
'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
'linux_chromium_gn_rel': 'gn_release_trybot',
- 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot',
+ 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698