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

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

Issue 2338293005: Rename all 'WebKit Linux' builders to 'WebKit Linux Precise' (1/3 CLs) (Closed)
Patch Set: Created 4 years, 3 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 { 118 {
119 'master': 'ChromiumFYI', 119 'master': 'ChromiumFYI',
120 'builder': 'Android VR Tests', 120 'builder': 'Android VR Tests',
121 'hostname': 'build122-b1', 121 'hostname': 'build122-b1',
122 'os': 'linux', 122 'os': 'linux',
123 'version': 'trusty', 123 'version': 'trusty',
124 'bits': '64', 124 'bits': '64',
125 }, 125 },
126 { 126 {
127 'master': 'ChromiumFYI', 127 'master': 'ChromiumFYI',
128 'builder': 'WebKit Linux - WPTServe', 128 'builder': 'WebKit Linux Precise - WPTServe',
129 'hostname': 'slave72-c1', 129 'hostname': 'slave72-c1',
130 'os': 'linux', 130 'os': 'linux',
131 'version': 'precise', 131 'version': 'precise',
132 'bits': '64', 132 'bits': '64',
133 }, 133 },
134 { 134 {
135 'master': 'ChromiumFYI', 135 'master': 'ChromiumFYI',
136 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 136 'builder': ['Linux V8 API Stability', 'WebKit Linux Precise - TraceWrappable s'],
137 'hostname': 'slave49-c1', 137 'hostname': 'slave49-c1',
138 'os': 'linux', 138 'os': 'linux',
139 'version': 'precise', 139 'version': 'precise',
140 'bits': '64', 140 'bits': '64',
141 }, 141 },
142 { 142 {
143 'master': 'ChromiumFYI', 143 'master': 'ChromiumFYI',
144 'builder': 'Headless Linux (dbg)', 144 'builder': 'Headless Linux (dbg)',
145 'hostname': 'slave16-c1', 145 'hostname': 'slave16-c1',
146 'os': 'linux', 146 'os': 'linux',
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'master': 'ChromiumFYI', 770 'master': 'ChromiumFYI',
771 'builder': [ 771 'builder': [
772 'Chromium Win PGO Builder', 772 'Chromium Win PGO Builder',
773 'Chromium Win x64 PGO Builder', 773 'Chromium Win x64 PGO Builder',
774 ], 774 ],
775 'hostname': slave, 775 'hostname': slave,
776 'os': 'win', 776 'os': 'win',
777 'version': 'win7', 777 'version': 'win7',
778 'bits': '64', 778 'bits': '64',
779 }) 779 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698