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

Side by Side Diff: masters/master.chromium.chromedriver/slaves.cfg

Issue 1990393002: Upgrade a slave for chromium.chromedriver Linux builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 slaves = [ 5 slaves = [
6 { 6 {
7 'master': 'ChromiumChromeDriver', 7 'master': 'ChromiumChromeDriver',
8 'hostname': 'vm890-m1', 8 'hostname': 'vm890-m1',
9 'builder': 'Win7', 9 'builder': 'Win7',
10 'os': 'win', 10 'os': 'win',
11 'version': 'win7', 11 'version': 'win7',
12 'bits': '64', 12 'bits': '64',
13 }, 13 },
14 { 14 {
15 'master': 'ChromiumChromeDriver', 15 'master': 'ChromiumChromeDriver',
16 'hostname': 'vm640-m1', 16 'hostname': 'vm640-m1',
17 'builder': 'Mac 10.6', # Actually 10.9 now. 17 'builder': 'Mac 10.6', # Actually 10.9 now.
18 'os': 'mac', 18 'os': 'mac',
19 'version': '10.9', 19 'version': '10.9',
20 'bits': '64', 20 'bits': '64',
21 }, 21 },
22 { 22 {
23 'master': 'ChromiumChromeDriver', 23 'master': 'ChromiumChromeDriver',
24 'hostname': 'vm853-m1', 24 'hostname': 'slave108-c1',
25 'builder': 'Linux', 25 'builder': 'Linux',
26 'os': 'linux', 26 'os': 'linux',
27 'version': 'precise', 27 'version': 'trusty',
28 'bits': '64', 28 'bits': '64',
29 }, 29 },
30 { 30 {
31 'master': 'ChromiumChromeDriver', 31 'master': 'ChromiumChromeDriver',
32 'hostname': 'vm867-m1', 32 'hostname': 'vm867-m1',
33 'builder': 'Linux32', 33 'builder': 'Linux32',
34 'os': 'linux', 34 'os': 'linux',
35 'version': 'precise', 35 'version': 'precise',
36 'bits': '32', 36 'bits': '32',
37 }, 37 },
38 ] 38 ]
OLDNEW
« 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