OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 5 |
6 INTEGER_WIDTH = 3 | 6 INTEGER_WIDTH = 3 |
7 | 7 |
8 | 8 |
9 slaves = [ | 9 slaves = [ |
10 { | 10 { |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'hostname': 'skiabot-ct-dm-002', | 159 'hostname': 'skiabot-ct-dm-002', |
160 'builder': [ | 160 'builder': [ |
161 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs', | 161 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-CT_BENCH_10k_SKPs', |
162 ], | 162 ], |
163 'os': 'linux', | 163 'os': 'linux', |
164 'version': 'precise', | 164 'version': 'precise', |
165 'bits': '64', | 165 'bits': '64', |
166 }, | 166 }, |
167 { | 167 { |
168 'master': 'Skia', | 168 'master': 'Skia', |
| 169 'hostname': 'skiabot-ct-dm-004', |
| 170 'builder': [ |
| 171 'Perf-Ubuntu-GCC-Golo-GPU-GT610-x86_64-Release-CT_BENCH_10k_SKPs', |
| 172 ], |
| 173 'os': 'linux', |
| 174 'version': 'precise', |
| 175 'bits': '64', |
| 176 }, |
| 177 { |
| 178 'master': 'Skia', |
169 'hostname': 'skiabot-linux-swarm-012', | 179 'hostname': 'skiabot-linux-swarm-012', |
170 'builder': [ | 180 'builder': [ |
171 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind', | 181 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind', |
172 ], | 182 ], |
173 'os': 'linux', | 183 'os': 'linux', |
174 'version': 'precise', | 184 'version': 'precise', |
175 'bits': '64', | 185 'bits': '64', |
176 }, | 186 }, |
177 { | 187 { |
178 'master': 'Skia', | 188 'master': 'Skia', |
179 'hostname': 'skiabot-linux-swarm-013', | 189 'hostname': 'skiabot-linux-swarm-013', |
180 'builder': [ | 190 'builder': [ |
181 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage', | 191 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage', |
182 ], | 192 ], |
183 'os': 'linux', | 193 'os': 'linux', |
184 'version': 'precise', | 194 'version': 'precise', |
185 'bits': '64', | 195 'bits': '64', |
186 }, | 196 }, |
187 ] | 197 ] |
OLD | NEW |