Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Side by Side Diff: masters/master.client.skia.fyi/slaves.cfg

Issue 1920283002: Modify Skia recipes to allow running XSAN on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Changes based on code review. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « masters/master.client.skia.fyi/builders.cfg ('k') | scripts/slave/recipe_modules/skia/api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « masters/master.client.skia.fyi/builders.cfg ('k') | scripts/slave/recipe_modules/skia/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698