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

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

Issue 2238493002: WebRTC: Remove Linux32 Debug+Release builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed the exclusion of the bots Created 4 years, 4 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 # 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.
7 {
8 'master': 'WebRTC',
9 'os': 'linux',
10 'version': 'trusty',
11 'bits': '32',
12 'builder': [
13 'Linux32 Debug',
14 'Linux32 Release',
15 ],
16 'hostname': 'vm310-m3',
17 }
18 ] + [
19 # Linux 64-bit. 6 # Linux 64-bit.
20 { 7 {
21 'master': 'WebRTC', 8 'master': 'WebRTC',
22 'os': 'linux', 9 'os': 'linux',
23 'version': 'trusty', 10 'version': 'trusty',
24 'bits': '64', 11 'bits': '64',
25 'builder': [ 12 'builder': [
26 'Android32 Builder', 13 'Android32 Builder',
27 'Android32 Builder (dbg)', 14 'Android32 Builder (dbg)',
28 'Android32 Builder x86', 15 'Android32 Builder x86',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'master': 'WebRTC', 196 'master': 'WebRTC',
210 'os': 'win', 197 'os': 'win',
211 'version': 'win7', 198 'version': 'win7',
212 'bits': '64', 199 'bits': '64',
213 'builder': [ 200 'builder': [
214 'Win32 Release [large tests]', 201 'Win32 Release [large tests]',
215 ], 202 ],
216 'hostname': 'build20-b3', 203 'hostname': 'build20-b3',
217 } 204 }
218 ] 205 ]
OLDNEW
« no previous file with comments | « masters/master.client.webrtc/master_linux_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