MB: Replace Win32 Release by Win64 Debug in FYI.

NOTRY=True
BUG=chromium:497757

Review-Url: https://codereview.webrtc.org/2484703002
Cr-Commit-Position: refs/heads/master@{#14951}
This commit is contained in:
ehmaldonado 2016-11-07 06:57:19 -08:00 committed by Commit bot
parent f502222443
commit 84309bc4e6

View File

@ -110,7 +110,7 @@
'Android32 Tests (L Nexus6)': 'none',
# Windows
'Win32 Release (swarming)': 'swarming_gn_release_bot_x86',
'Win64 Debug (swarming)': 'gn_debug_bot_x64',
},
'tryserver.webrtc': {
# iOS
@ -269,9 +269,6 @@
'gn_release_bot_x64': [
'gn', 'openh264_release_bot', 'x64'
],
'swarming_gn_release_bot_x86': [
'swarming', 'gn', 'openh264_release_bot', 'x86'
],
'swarming_gn_debug_bot_x64': [
'swarming', 'gn', 'openh264_debug_bot', 'x64'
],