Add Win UWP bots.
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 <oprypin@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25835}
This commit is contained in:

committed by
Commit Bot

parent
cf9da5dcfe
commit
7492764588
@ -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"',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user