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

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

Issue 2072823003: master.chromium.infra: Remove redundant tools/build builder (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove old scheduler Created 4 years, 5 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
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2015 The Chromium Authors. All rights reserved. 4 # Copyright 2015 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 slaves = [ 8 slaves = [
9 { 9 {
10 'master': 'Infra', 10 'master': 'Infra',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 43 ],
44 'hostname': 'slave138-c1', 44 'hostname': 'slave138-c1',
45 'os': 'linux', 45 'os': 'linux',
46 'version': 'trusty', 46 'version': 'trusty',
47 'bits': '64', 47 'bits': '64',
48 }, 48 },
49 { 49 {
50 'master': 'Infra', 50 'master': 'Infra',
51 'builder': [ 51 'builder': [
52 'recipe_engine-recipes-tests', 52 'recipe_engine-recipes-tests',
53 'build-recipes-tests',
54 'depot_tools-recipes-tests', 53 'depot_tools-recipes-tests',
55 ], 54 ],
56 'hostname': 'slave111-c1', 55 'hostname': 'slave111-c1',
57 'os': 'linux', 56 'os': 'linux',
58 'version': 'trusty', 57 'version': 'trusty',
59 'bits': '64', 58 'bits': '64',
60 }, 59 },
61 { 60 {
62 'master': 'Infra', 61 'master': 'Infra',
63 'builder': [ 62 'builder': [
64 'recipe_engine-recipes-tests', 63 'recipe_engine-recipes-tests',
65 'build-recipes-tests',
66 'depot_tools-recipes-tests', 64 'depot_tools-recipes-tests',
67 ], 65 ],
68 'hostname': 'slave112-c1', 66 'hostname': 'slave112-c1',
69 'os': 'linux', 67 'os': 'linux',
70 'version': 'trusty', 68 'version': 'trusty',
71 'bits': '64', 69 'bits': '64',
72 }, 70 },
73 { 71 {
74 'master': 'Infra', 72 'master': 'Infra',
75 'builder': [ 73 'builder': [
76 'recipe_engine-recipes-tests', 74 'recipe_engine-recipes-tests',
77 'build-recipes-tests',
78 'depot_tools-recipes-tests', 75 'depot_tools-recipes-tests',
79 ], 76 ],
80 'hostname': 'slave113-c1', 77 'hostname': 'slave113-c1',
81 'os': 'linux', 78 'os': 'linux',
82 'version': 'trusty', 79 'version': 'trusty',
83 'bits': '64', 80 'bits': '64',
84 }, 81 },
85 { 82 {
86 'master': 'Infra', 83 'master': 'Infra',
87 'builder': ['infra-continuous-trusty-32'], 84 'builder': ['infra-continuous-trusty-32'],
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'builder': [ 163 'builder': [
167 'codesearch-submodules-chromium', 164 'codesearch-submodules-chromium',
168 'codesearch-submodules-infra', 165 'codesearch-submodules-infra',
169 ], 166 ],
170 'hostname': 'slave110-c1', 167 'hostname': 'slave110-c1',
171 'os': 'linux', 168 'os': 'linux',
172 'version': 'trusty', 169 'version': 'trusty',
173 'bits': '64', 170 'bits': '64',
174 }, 171 },
175 ] 172 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698