| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # See master.experimental/slaves.cfg for documentation. | 5 # See master.experimental/slaves.cfg for documentation. |
| 6 | 6 |
| 7 | 7 |
| 8 slaves = [] | 8 slaves = [] |
| 9 | 9 |
| 10 | 10 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 ['build102-b1', 'build103-b1', 'build104-b1', 'build105-b1', 'build106-b1']) | 117 ['build102-b1', 'build103-b1', 'build104-b1', 'build105-b1', 'build106-b1']) |
| 118 _AddTestSlaves( | 118 _AddTestSlaves( |
| 119 'Mac 10.10 Perf', 'mac', '10.10', | 119 'Mac 10.10 Perf', 'mac', '10.10', |
| 120 ['build158-m1', 'build159-m1', 'build160-m1', 'build161-m1', 'build162-m1']) | 120 ['build158-m1', 'build159-m1', 'build160-m1', 'build161-m1', 'build162-m1']) |
| 121 _AddTestSlaves( | 121 _AddTestSlaves( |
| 122 'Mac Retina Perf', 'mac', '10.9', | 122 'Mac Retina Perf', 'mac', '10.9', |
| 123 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) | 123 ['build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1']) |
| 124 _AddTestSlaves( | 124 _AddTestSlaves( |
| 125 'Mac HDD Perf', 'mac', '10.10', | 125 'Mac HDD Perf', 'mac', '10.10', |
| 126 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) | 126 ['build24-b1', 'build25-b1', 'build26-b1', 'build27-b1', 'build28-b1']) |
| 127 _AddTestSlaves('Mac Pro 10.11 Perf', 'mac', '10.11', ['vm67-m1']) |
| 128 _AddTestSlaves('Mac Air 10.11 Perf', 'mac', '10.11', ['vm68-m1']) |
| 127 | 129 |
| 128 | 130 |
| 129 _AddTestSlaves( | 131 _AddTestSlaves( |
| 130 'Linux Perf', 'linux', 'precise', | 132 'Linux Perf', 'linux', 'precise', |
| 131 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) | 133 ['build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1']) |
| OLD | NEW |