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

Unified Diff: masters/master.tryserver.chromium.win/slaves.cfg

Issue 1830323005: Windows 10 64-bit try server configuration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: more Created 4 years, 9 months 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
Index: masters/master.tryserver.chromium.win/slaves.cfg
diff --git a/masters/master.tryserver.chromium.win/slaves.cfg b/masters/master.tryserver.chromium.win/slaves.cfg
index d4fd125ce85468d5d9b1ade708b3ae996aaa2271..e22237a62d233355e0a834408f9caa7575f8326c 100644
--- a/masters/master.tryserver.chromium.win/slaves.cfg
+++ b/masters/master.tryserver.chromium.win/slaves.cfg
@@ -33,6 +33,7 @@ def windows():
'win_chromium_compile_dbg_ng',
'win_chromium_rel_ng',
'win_chromium_x64_rel_ng',
+ 'win10_chromium_x64_rel_ng',
Dirk Pranke 2016/03/28 22:17:13 move this back to the 'win8_builders' pool (i.e.,
Will Harris 2016/03/29 22:36:01 Done.
]
cq_pool = distribute_slaves(cq_slaves, cq_builders, 'win7', 'win_cq')
@@ -89,7 +90,6 @@ def windows():
'win8_chromium_ng',
'win8_chromium_gn_dbg',
'win8_chromium_gn_upload',
- 'win10_chromium_rel_ng', # Moved off of GCE for VS 2015 compat
]
win8_pool = distribute_slaves(win8_slaves, win8_builders, 'win8', 'win8')

Powered by Google App Engine
This is Rietveld 408576698