OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 LINUX_SWARMING_BOTS = [ | 8 LINUX_SWARMING_BOTS = [ |
9 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', | 9 'Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', |
10 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', | 10 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming', |
11 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingASAN', | 11 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingASAN', |
12 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingMSAN', | 12 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN', |
13 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingTSAN', | 13 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SwarmingTSAN', |
14 ] | 14 ] |
15 | 15 |
16 MAC_SWARMING_BOTS = [ | 16 MAC_SWARMING_BOTS = [ |
17 'Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', | 17 'Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', |
18 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', | 18 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming', |
19 ] | 19 ] |
20 | 20 |
21 WIN_SWARMING_BOTS = [ | 21 WIN_SWARMING_BOTS = [ |
22 'Perf-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', | 22 'Perf-Win-MSVC-ShuttleB-CPU-AVX2-x86-Release-Swarming', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'master': 'SkiaFYI', | 160 'master': 'SkiaFYI', |
161 'hostname': 'skiabot-linux-swarm-011', | 161 'hostname': 'skiabot-linux-swarm-011', |
162 'builder': [ | 162 'builder': [ |
163 'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming', | 163 'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming', |
164 ], | 164 ], |
165 'os': 'linux', | 165 'os': 'linux', |
166 'version': 'precise', | 166 'version': 'precise', |
167 'bits': '64', | 167 'bits': '64', |
168 }, | 168 }, |
169 ] | 169 ] |
OLD | NEW |