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

Side by Side Diff: masters/master.client.webrtc.fyi/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 6 # Linux
7 { 7 {
8 'master': 'WebRTCFYI', 8 'master': 'WebRTCFYI',
9 'os': 'linux', 9 'os': 'linux',
10 'version': 'precise', 10 'version': 'precise',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'hostname': 'vm267-m3', 46 'hostname': 'vm267-m3',
47 }, 47 },
48 # Win 48 # Win
49 { 49 {
50 'master': 'WebRTCFYI', 50 'master': 'WebRTCFYI',
51 'os': 'win', 51 'os': 'win',
52 'version': 'win7', 52 'version': 'win7',
53 'bits': '64', 53 'bits': '64',
54 'builder': [ 54 'builder': [
55 'Win32 Release (swarming)', 55 'Win32 Release (swarming)',
56 'Win32 Debug (Clang)',
57 'Win32 Release (Clang)',
58 'Win64 Debug (Clang)',
59 'Win64 Release (Clang)',
60 ], 56 ],
61 'hostname': 'vm303-m3', 57 'hostname': 'vm303-m3',
62 }, 58 },
63 ] 59 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_win_cfg.py ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698