Stop using goma for MSVC bots.

Bug: chromium:1006238,webrtc:11011
Change-Id: I7d2079e224f17b3cd0968109330cdd6ab00a3d97
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/155440
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29406}
This commit is contained in:
Mirko Bonadei 2019-10-08 15:56:53 +02:00 committed by Commit Bot
parent fa77ba6af1
commit cfe5e2a9f0

View File

@ -329,16 +329,16 @@
'clang', 'openh264', 'release_bot', 'x64', 'clang', 'openh264', 'release_bot', 'x64',
], ],
'win_msvc_debug_bot_x86': [ 'win_msvc_debug_bot_x86': [
'no_clang', 'debug_bot', 'x86', 'no_lld', 'no_clang', 'debug_bot_no_goma', 'x86', 'no_lld',
], ],
'win_msvc_release_bot_x86': [ 'win_msvc_release_bot_x86': [
'no_clang', 'release_bot', 'x86', 'no_lld', 'no_clang', 'release_bot_no_goma', 'x86', 'no_lld', 'minimal_symbols',
], ],
'win_msvc_debug_bot_x64': [ 'win_msvc_debug_bot_x64': [
'no_clang', 'debug_bot', 'x64', 'no_lld' 'no_clang', 'debug_bot_no_goma', 'x64', 'no_lld'
], ],
'win_msvc_release_bot_x64': [ 'win_msvc_release_bot_x64': [
'no_clang', 'release_bot', 'x64', 'no_lld', 'no_clang', 'release_bot_no_goma', 'x64', 'no_lld', 'minimal_symbols',
], ],
'win_asan_clang_release_bot_x64': [ 'win_asan_clang_release_bot_x64': [
'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64', 'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64',
@ -490,6 +490,10 @@
'mixins': ['debug', 'goma'], 'mixins': ['debug', 'goma'],
}, },
'debug_bot_no_goma': {
'mixins': ['debug', 'no_goma'],
},
'debug_static_bot': { 'debug_static_bot': {
'mixins': ['debug', 'minimal_symbols', 'goma'], 'mixins': ['debug', 'minimal_symbols', 'goma'],
}, },