| OLD | NEW |
| (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 ] |
| OLD | NEW |