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

Unified Diff: tools/mb/mb_config.pyl

Issue 2538883003: Add a cast audio bot. (Closed)
Patch Set: Created 4 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 | « 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 34fb9becf58694097e918a48ded2b8de80df8f0c..96d0ea46a7ec93b4980aa8ee7fa1e7748ab51d67 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -247,11 +247,13 @@
'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
'Cast Android (dbg)': 'android_cast_debug_static_bot',
'Cast Linux': 'cast_release_bot',
+ 'Cast Audio Linux': 'cast_audio_release_bot',
'Linux Builder (dbg)': 'debug_bot',
'Linux Builder (dbg)(32)': 'debug_bot_x86',
'Linux Builder': 'release_bot',
# Trusty bots.
'Cast Linux Trusty': 'cast_release_bot',
+ 'Cast Audio Linux Trusty': 'cast_audio_release_bot',
Dirk Pranke 2016/12/01 00:38:39 Is just Trusty enough? Are you expecting 'Cast Aud
'Linux Builder Trusty (dbg)': 'debug_bot',
'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86',
'Linux Builder Trusty': 'release_bot',
@@ -502,6 +504,7 @@
'Chromium Linux Codesearch Builder': 'codesearch',
'ChromiumOS Codesearch Builder': 'codesearch',
'cast_shell_linux': 'cast_release_trybot',
+ 'cast_shell_audio_linux': 'cast_audio_release_trybot',
'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk',
'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk',
@@ -552,6 +555,7 @@
# Trusty trybot
'cast_shell_linux_trusty': 'cast_release_trybot',
+ 'cast_shell_audio_linux_trusty': 'cast_audio_release_trybot',
'linux_arm_trusty': 'release_trybot_arm',
'linux_chromium_asan_rel_ng_trusty': 'asan_lsan_release_trybot',
'linux_chromium_browser_side_navigation_rel_trusty': 'release_trybot',
@@ -938,6 +942,14 @@
'cast', 'release_trybot',
],
+ 'cast_audio_release_bot': [
+ 'cast', 'cast_audio', 'release_bot',
+ ],
+
+ 'cast_audio_release_trybot': [
+ 'cast', 'cast_audio', 'release_trybot',
+ ],
+
'cfi_full_cfi_diag_release_static': [
'cfi_full', 'cfi_diag', 'release', 'static',
],
@@ -1496,6 +1508,10 @@
'gn_args': 'is_chromecast=true',
},
+ 'cast_audio': {
+ 'gn_args': 'is_cast_audio_only=true enable_webrtc=false'
+ },
+
'cfi': {
'gn_args': 'is_cfi=true',
},
« 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