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

Unified Diff: tools/mb/mb_config.pyl

Issue 1839773004: Convert the Linux ChromiumOS Builder on chromium.chromiumos to MB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review modifications Created 4 years, 9 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 13d395bf653e7402e8e14483a8671f93fceb7036..8633530550fdf909bfa0bf94743bf1f6c3d4a311 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -71,7 +71,6 @@
'ChromiumOS amd64-generic Compile': 'tbd',
'ChromiumOS daisy Compile': 'tbd',
'ChromiumOS x86-generic Compile': 'tbd',
- 'Linux ChromiumOS Builder': 'tbd',
'Linux ChromiumOS Builder (dbg)': 'tbd',
'Linux ChromiumOS Full': 'tbd',
'Linux ChromiumOS Ozone Builder': 'tbd',
@@ -79,6 +78,7 @@
'Linux ChromiumOS Tests (1)': 'tbd',
'Linux ChromiumOS Tests (dbg)(1)': 'tbd',
+ 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
},
@@ -1227,6 +1227,10 @@
'swarming', 'asan', 'lsan', 'release_trybot',
],
+ 'swarming_chromeos_gyp_release_bot': [
+ 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
+ ],
+
'swarming_msan_gyp_release_trybot': [
'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
],
@@ -1520,6 +1524,12 @@
'gyp_defines': 'chromeos=1',
},
+ 'chromeos_with_codecs': {
+ 'gn_args': 'ffmpeg_branding="ChromeOS" proprietary_codecs=true',
+ 'gyp_defines': 'ffmpeg_branding=ChromeOS proprietary_codecs=1',
+ 'mixins': ['chromeos'],
+ },
+
'clang': {
'gn_args': 'is_clang=true',
'gyp_defines': 'clang=1',
« 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