From 7492764588934609c7febe5b4364f7cbcb0694c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Wed, 28 Nov 2018 12:24:23 +0100 Subject: [PATCH] Add Win UWP bots. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These special bots will be monitored by Microsoft engineers. Bug: webrtc:10050 Change-Id: I124789628a1f0bbe4ef1a2988261d2175da6387a Reviewed-on: https://webrtc-review.googlesource.com/c/112082 Reviewed-by: Oleh Prypin Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#25835} --- tools_webrtc/mb/mb_config.pyl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 50b4275432..7c536df6ee 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -89,6 +89,7 @@ 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64', 'Win64 Release (Clang)': 'win_clang_release_bot_x64', 'Win32 ASan': 'win_asan_clang_release_bot_x86', + 'Win64 UWP': 'win_uwp_release_bot_x64', 'Win (more configs)': { 'bwe_test_logging': 'bwe_test_logging_x86', @@ -229,6 +230,7 @@ 'win_experimental': 'release_bot_x86', 'win_x64_win8': 'debug_bot_x64', 'win_x64_win10': 'debug_bot_x64', + 'win_x64_uwp': 'win_uwp_release_bot_x64', 'win_more_configs': { 'bwe_test_logging': 'bwe_test_logging_x86', @@ -348,6 +350,9 @@ 'gn', 'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x86', 'win_fastlink', ], + 'win_uwp_release_bot_x64': [ + 'gn', 'clang', 'openh264', 'release_bot', 'x64', 'winuwp', + ], # Mac 'mac_asan_clang_release_bot_x64': [ @@ -586,5 +591,9 @@ 'no_sctp': { 'gn_args': 'rtc_enable_sctp=false', }, + + 'winuwp': { + 'gn_args': 'target_os="winuwp"', + }, }, }