Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2012 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 # See master.experimental/slaves.cfg for documentation. | 8 # See master.experimental/slaves.cfg for documentation. |
| 9 | 9 |
| 10 slaves = [ | 10 slaves = [ |
| 11 { | 11 { |
| 12 'master': 'ChromiumPerfAv', | 12 'master': 'ChromiumPerfAv', |
| 13 'hostname': 'chromeperf17', | 13 'hostname': 'chromeperf17', |
| 14 'builder': 'AV Linux', | 14 'builder': 'AV Linux', |
| 15 'os': 'linux', | 15 'os': 'linux', |
| 16 'version': 'precise', | 16 'version': 'precise', |
| 17 'bits': '64', | 17 'bits': '64', |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 'master': 'ChromiumPerfAv', | 20 'master': 'ChromiumPerfAv', |
| 21 'hostname': 'chromeperf18', | 21 'hostname': 'chromeperf18', |
| 22 'builder': 'AV Linux Builder', | 22 'builder': 'AV Linux Builder', |
| 23 'os': 'linux', | 23 'os': 'linux', |
| 24 'version': 'precise', | 24 'version': 'precise', |
| 25 'bits': '64', | 25 'bits': '64', |
| 26 }, | 26 }, |
| 27 { | |
| 28 'master': 'ChromiumPerfAv', | |
| 29 'hostname': 'chromeperf33', | |
|
Nico
2013/12/13 23:09:09
(btw, masters/master.chromium.unused is gone – is
ghost stip (do not use)
2013/12/13 23:57:09
I thought it was still there, I'll ask the sysadmi
| |
| 30 'builder': 'AV Win7', | |
| 31 'os': 'win', | |
| 32 'version': 'Win7', | |
| 33 'bits': '64', | |
| 34 }, | |
| 35 ] | 27 ] |
| OLD | NEW |