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

Side by Side Diff: masters/master.client.webrtc/slaves.cfg

Issue 1525163005: WebRTC: Move Win Clang commit bots to client.webrtc master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 | Annotate | Revision Log
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 # Linux 32-bit. 6 # Linux 32-bit.
7 { 7 {
8 'master': 'WebRTC', 8 'master': 'WebRTC',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'precise', 10 'version': 'precise',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'os': 'win', 161 'os': 'win',
162 'version': 'win7', 162 'version': 'win7',
163 'bits': '64', 163 'bits': '64',
164 'builder': [ 164 'builder': [
165 'Win32 Debug', 165 'Win32 Debug',
166 'Win32 Release', 166 'Win32 Release',
167 'Win64 Debug', 167 'Win64 Debug',
168 'Win64 Release', 168 'Win64 Release',
169 'Win64 Debug (GN)', 169 'Win64 Debug (GN)',
170 'Win64 Release (GN)', 170 'Win64 Release (GN)',
171 'Win32 Debug (Clang)',
172 'Win32 Release (Clang)',
173 'Win64 Debug (Clang)',
174 'Win64 Release (Clang)',
171 'Win SyzyASan', 175 'Win SyzyASan',
172 ], 176 ],
173 'hostname': 'vm%d-m3' % i, 177 'hostname': 'vm%d-m3' % i,
174 } for i in [162, 168, 169, 193] + range(87, 91) 178 } for i in [162, 168, 169, 193] + range(87, 91)
175 ] + [ 179 ] + [
176 { 180 {
177 'master': 'WebRTC', 181 'master': 'WebRTC',
178 'os': 'win', 182 'os': 'win',
179 'version': 'win7', 183 'version': 'win7',
180 'bits': '64', 184 'bits': '64',
(...skipping 18 matching lines...) Expand all
199 'master': 'WebRTC', 203 'master': 'WebRTC',
200 'os': 'win', 204 'os': 'win',
201 'version': 'win7', 205 'version': 'win7',
202 'bits': '64', 206 'bits': '64',
203 'builder': [ 207 'builder': [
204 'Win32 Release [large tests]', 208 'Win32 Release [large tests]',
205 ], 209 ],
206 'hostname': 'chromeperf90', 210 'hostname': 'chromeperf90',
207 } 211 }
208 ] 212 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc/master_win_cfg.py ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698