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

Side by Side Diff: masters/master.chromium.infra.codesearch/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
OLDNEW
(Empty)
1 # -*- python -*-
2 # ex: set syntax=python:
3
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
6 # found in the LICENSE file.
7
8 slaves = [
9 {
10 'master': 'InfraCodesearch',
11 'builder': [
12 'codesearch-submodules-build',
13 'codesearch-submodules-chromium',
14 'codesearch-submodules-infra',
15 ],
16 'hostname': 'slave110-c1',
17 'os': 'linux',
18 'version': 'trusty',
19 'bits': '64',
20 },
21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698