| Index: masters/master.chromium.infra.codesearch/slaves.cfg
|
| diff --git a/masters/master.chromium.infra.codesearch/slaves.cfg b/masters/master.chromium.infra.codesearch/slaves.cfg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4b1524610a0789d07c466bdc74d8c22701a07989
|
| --- /dev/null
|
| +++ b/masters/master.chromium.infra.codesearch/slaves.cfg
|
| @@ -0,0 +1,21 @@
|
| +# -*- python -*-
|
| +# ex: set syntax=python:
|
| +
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +slaves = [
|
| + {
|
| + 'master': 'InfraCodesearch',
|
| + 'builder': [
|
| + 'codesearch-submodules-build',
|
| + 'codesearch-submodules-chromium',
|
| + 'codesearch-submodules-infra',
|
| + ],
|
| + 'hostname': 'slave110-c1',
|
| + 'os': 'linux',
|
| + 'version': 'trusty',
|
| + 'bits': '64',
|
| + },
|
| +]
|
|
|