Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: webrtc/build/mb_config.pyl

Issue 2494573004: MB: Add new Win8 and Win10 bots. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 7e572980217bcb13eacd0d0232e3d799183969c6..0d0215e32abe07d363dbf9108bad2b318ead0a72 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -111,6 +111,8 @@
# Windows
'Win64 Debug (swarming)': 'gn_debug_bot_x64',
+ 'Win64 Debug (Win8)': 'gn_debug_bot_x64',
+ 'Win64 Debug (Win10)': 'gn_debug_bot_x64',
},
'tryserver.webrtc': {
# iOS
@@ -187,6 +189,8 @@
'win_asan': 'win_gn_syzyasan_release_bot_x86',
'win_baremetal': 'gn_release_bot_x86',
'win_swarming': 'swarming_gn_debug_bot_x64',
+ 'win_x64_win8': 'gn_debug_bot_x64',
+ 'win_x64_win10': 'gn_debug_bot_x64',
'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698