OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 slaves = [ | |
6 # Linux | |
7 { | |
8 'master': 'WebRTCFYI', | |
9 'os': 'linux', | |
10 'version': 'precise', | |
11 'bits': '64', | |
12 'builder': [ | |
13 'Linux Tsan v2', | |
14 'Linux TsanRV', | |
15 ], | |
16 'hostname': 'linux-webrtc-vm-%d' % i, | |
17 } for i in range(1, 3) | |
18 ] | |
OLD | NEW |