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

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

Issue 1384273003: WebRTC: Bot for autorolling WebRTC+libjingle in Chromium DEPS. Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added LKGR lookup step Created 5 years, 1 month 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 # 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',
11 'bits': '64', 11 'bits': '64',
12 'builder': [ 12 'builder': [
13 'Android Builder (dbg)', 13 'Android Builder (dbg)',
14 'Auto-roll - Chromium DEPS',
14 'Auto-roll - WebRTC DEPS', 15 'Auto-roll - WebRTC DEPS',
15 'Linux32 ARM', 16 'Linux32 ARM',
16 'Linux64 GCC', 17 'Linux64 GCC',
17 'Linux64 Release (swarming)', 18 'Linux64 Release (swarming)',
18 'Linux Tsan v2 (parallel)', 19 'Linux Tsan v2 (parallel)',
19 ], 20 ],
20 'hostname': 'vm31-m3', 21 'hostname': 'vm31-m3',
21 }, 22 },
22 # Bare-metal Linux 64-bit machines with Android devices connected. 23 # Bare-metal Linux 64-bit machines with Android devices connected.
23 { 24 {
(...skipping 26 matching lines...) Expand all
50 'master': 'WebRTCFYI', 51 'master': 'WebRTCFYI',
51 'os': 'win', 52 'os': 'win',
52 'version': 'win7', 53 'version': 'win7',
53 'bits': '64', 54 'bits': '64',
54 'builder': [ 55 'builder': [
55 'Win32 Release (swarming)', 56 'Win32 Release (swarming)',
56 ], 57 ],
57 'hostname': 'vm303-m3', 58 'hostname': 'vm303-m3',
58 }, 59 },
59 ] 60 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc.fyi/master_linux_cfg.py ('k') | scripts/slave/recipes/webrtc/auto_roll_chromium_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698