MB: Add experimental trybot configs

BUG=webrtc:8099
TBR=ehmaldonado@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/3002353002
Cr-Commit-Position: refs/heads/master@{#19528}
This commit is contained in:
kjellander 2017-08-25 12:11:21 -07:00 committed by Commit Bot
parent c1f691dff2
commit 769f72f0dc

View File

@ -136,6 +136,7 @@
'mac_rel': 'release_bot_x64',
'mac_asan': 'mac_asan_clang_release_bot_x64',
'mac_baremetal': 'release_bot_x64',
'mac_experimental': 'release_bot_x64',
# Linux
'linux_compile_dbg': 'debug_bot_x64',
@ -156,6 +157,7 @@
'linux_ubsan': 'ubsan_clang_release_bot_x64',
'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
'linux_baremetal': 'release_bot_x64',
'linux_experimental': 'release_bot_x64',
'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
# Android
@ -188,6 +190,7 @@
'win_asan': 'win_asan_clang_release_bot_x86',
'win_msvc_rel': 'win_msvc_release_bot_x86',
'win_baremetal': 'release_bot_x86',
'win_experimental': 'release_bot_x86',
'win_x64_win8': 'debug_bot_x64',
'win_x64_win10': 'debug_bot_x64',
}