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

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

Issue 2264253002: Split codesearch builders onto their own master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Two more fixes Created 4 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
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | tests/masters_test.py » ('j') | 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'builder': [ 152 'builder': [
153 'conda-cipd-pkg-win-64', 153 'conda-cipd-pkg-win-64',
154 'infra-continuous-win-64', 154 'infra-continuous-win-64',
155 'luci-go-win64', 155 'luci-go-win64',
156 ], 156 ],
157 'hostname': 'vm412-m1', 157 'hostname': 'vm412-m1',
158 'os': 'win', 158 'os': 'win',
159 'version': 'win7', 159 'version': 'win7',
160 'bits': '64', 160 'bits': '64',
161 }, 161 },
162 {
163 'master': 'Infra',
164 'builder': [
165 'codesearch-submodules-build',
166 'codesearch-submodules-chromium',
167 'codesearch-submodules-infra',
168 ],
169 'hostname': 'slave110-c1',
170 'os': 'linux',
171 'version': 'trusty',
172 'bits': '64',
173 },
174 ] 162 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | tests/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698