From 769f72f0dc239e3bcba06db3638224399f904fa7 Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 25 Aug 2017 12:11:21 -0700 Subject: [PATCH] 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} --- tools_webrtc/mb/mb_config.pyl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 23f03a291e..35b249c01b 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -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', }