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

Side by Side Diff: masters/master.chromium.linux/slaves.cfg

Issue 602963002: Use only one tester for debug Linux since we're swarming the tests now. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 3 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 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'master': 'ChromiumLinux', 56 'master': 'ChromiumLinux',
57 'builder': 'Linux Builder (dbg)(32)', 57 'builder': 'Linux Builder (dbg)(32)',
58 'hostname': 'build12-m1', 58 'hostname': 'build12-m1',
59 'os': 'linux', 59 'os': 'linux',
60 'version': 'precise', 60 'version': 'precise',
61 'bits': '32', 61 'bits': '32',
62 }, 62 },
63 { 63 {
64 'master': 'ChromiumLinux', 64 'master': 'ChromiumLinux',
65 'hostname': 'vm916-m1', 65 'hostname': 'vm916-m1',
66 'builder': 'Linux Tests (dbg)(1)', 66 'builder': 'Linux Tests (dbg)',
67 'os': 'linux', 67 'os': 'linux',
68 'version': 'precise', 68 'version': 'precise',
69 'bits': '64', 69 'bits': '64',
70 },
71 {
72 'master': 'ChromiumLinux',
73 'hostname': 'vm917-m1',
jam 2014/09/24 21:41:36 I didn't see an 'unused' file to put this VM in?
Paweł Hajdan Jr. 2014/09/24 22:20:01 That's okay, I think we just drop it, possibly sen
74 'builder': 'Linux Tests (dbg)(2)',
75 'os': 'linux',
76 'version': 'precise',
77 'bits': '64',
78 }, 70 },
79 { 71 {
80 'master': 'ChromiumLinux', 72 'master': 'ChromiumLinux',
81 'builder': 'Linux GN', 73 'builder': 'Linux GN',
82 'hostname': 'vm856-m1', 74 'hostname': 'vm856-m1',
83 'os': 'linux', 75 'os': 'linux',
84 'version': 'precise', 76 'version': 'precise',
85 'bits': '64', 77 'bits': '64',
86 }, 78 },
87 { 79 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 }, 145 },
154 { 146 {
155 'master': 'ChromiumLinux', 147 'master': 'ChromiumLinux',
156 'builder': 'Android GN', 148 'builder': 'Android GN',
157 'hostname': 'build24-a1', 149 'hostname': 'build24-a1',
158 'os': 'linux', 150 'os': 'linux',
159 'version': 'precise', 151 'version': 'precise',
160 'bits': '64', 152 'bits': '64',
161 }, 153 },
162 ] 154 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.linux/master_linux_cfg.py ('k') | scripts/slave/recipe_modules/chromium/chromium_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698