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

Side by Side Diff: masters/master.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: fixes Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'bits': '64', 101 'bits': '64',
102 }, 102 },
103 { 103 {
104 'master': 'ChromiumWin', 104 'master': 'ChromiumWin',
105 'builder': 'Win8 GN (dbg)', 105 'builder': 'Win8 GN (dbg)',
106 'hostname': 'vm876-m1', 106 'hostname': 'vm876-m1',
107 'os': 'win', 107 'os': 'win',
108 'version': 'win8', 108 'version': 'win8',
109 'bits': '64', 109 'bits': '64',
110 }, 110 },
111 {
112 'master': 'ChromiumWin',
113 'builder': 'Win10 Tests x64',
114 'hostname': 'vm6-m1',
115 'os': 'win',
116 'version': 'win10',
117 'bits': '64',
118 },
111 ] 119 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.win/master_win_cfg.py ('k') | masters/master.tryserver.chromium.win/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698