| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 # Copyright 2014 The Chromium Authors. All rights reserved. | 3 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
| 5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
| 6 | 6 |
| 7 # See master.experimental/slaves.cfg for documentation. | 7 # See master.experimental/slaves.cfg for documentation. |
| 8 | 8 |
| 9 | 9 |
| 10 slaves = [] | 10 slaves = [] |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 _AddSlaves('android_s5_perf_cq', 'linux', 'trusty', 'build%d-b4', [45]) | 88 _AddSlaves('android_s5_perf_cq', 'linux', 'trusty', 'build%d-b4', [45]) |
| 89 _AddSlaves('linux_perf_cq', 'linux', 'precise', 'build%d-m4', [239]) | 89 _AddSlaves('linux_perf_cq', 'linux', 'precise', 'build%d-m4', [239]) |
| 90 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30]) | 90 _AddSlaves('mac_retina_perf_cq', 'mac', '10.10', 'build%d-b4', [30]) |
| 91 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235]) | 91 _AddSlaves('winx64_10_perf_cq', 'win', 'win7', 'build%d-m4', [235]) |
| 92 | 92 |
| 93 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906]) | 93 _AddSlaves('linux_fyi_perf_bisect', 'linux', 'precise', 'slave%d-c4', [906]) |
| 94 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107]) | 94 _AddSlaves('mac_fyi_perf_bisect', 'mac', '10.10', 'vm%d-m4', [1107]) |
| 95 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106]) | 95 _AddSlaves('win_fyi_perf_bisect', 'win', 'win7', 'vm%d-m4', [1106]) |
| 96 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113]) | 96 _AddSlaves('android_fyi_perf_bisect', 'linux', 'trusty', 'build%d-b4', [113]) |
| 97 | 97 |
| 98 _AddSlaves('android_webview_aosp_perf_bisect', 'linux', 'trusty', 'build%d-b4', | 98 _AddSlaves('android_webview_arm64_aosp_perf_bisect', 'linux', 'trusty', |
| 99 [122]) | 99 'build%d-b4', [122]) |
| OLD | NEW |