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

Side by Side Diff: masters/master.chromium.gpu/slaves.cfg

Issue 2108803003: Remove Windows/AMD from chromium.gpu and win_chromium_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 slaves = [ 5 slaves = [
6 { 6 {
7 'master': 'ChromiumGPU', 7 'master': 'ChromiumGPU',
8 'hostname': 'vm88-m1', 8 'hostname': 'vm88-m1',
9 'builder': 'GPU Win Builder', 9 'builder': 'GPU Win Builder',
10 'os': 'win', 10 'os': 'win',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'bits': '64', 52 'bits': '64',
53 'recipe': 'chromium', 53 'recipe': 'chromium',
54 'build_config': 'Debug', 54 'build_config': 'Debug',
55 # This bot uses recipe-side triggers. 55 # This bot uses recipe-side triggers.
56 'triggered_by': 'none', 56 'triggered_by': 'none',
57 # Nearly all bots on these waterfalls are auto-rebooted between 57 # Nearly all bots on these waterfalls are auto-rebooted between
58 # runs for stability. 58 # runs for stability.
59 }, 59 },
60 { 60 {
61 'master': 'ChromiumGPU', 61 'master': 'ChromiumGPU',
62 'hostname': 'vm101-m1',
63 'builder': 'Win7 Release (ATI)',
64 'os': 'win',
65 'version': 'win7',
66 'bits': '64',
67 'recipe': 'chromium',
68 'build_config': 'Release',
69 # This bot uses recipe-side triggers.
70 'triggered_by': 'none',
71 # Nearly all bots on these waterfalls are auto-rebooted between
72 # runs for stability.
73 },
74 {
75 'master': 'ChromiumGPU',
76 'hostname': 'vm612-m1', 62 'hostname': 'vm612-m1',
77 'builder': 'GPU Mac Builder', 63 'builder': 'GPU Mac Builder',
78 'os': 'mac', 64 'os': 'mac',
79 'version': '10.8', 65 'version': '10.8',
80 'bits': '64', 66 'bits': '64',
81 'recipe': 'chromium', 67 'recipe': 'chromium',
82 'build_config': 'Release', 68 'build_config': 'Release',
83 'gatekeeper_categories': 'compile', 69 'gatekeeper_categories': 'compile',
84 # Nearly all bots on these waterfalls are auto-rebooted between 70 # Nearly all bots on these waterfalls are auto-rebooted between
85 # runs for stability. 71 # runs for stability.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'bits': '64', 193 'bits': '64',
208 'recipe': 'chromium', 194 'recipe': 'chromium',
209 'build_config': 'Debug', 195 'build_config': 'Debug',
210 # This bot uses recipe-side triggers. 196 # This bot uses recipe-side triggers.
211 'triggered_by': 'none', 197 'triggered_by': 'none',
212 # This physical host is shared between multiple builders and can't 198 # This physical host is shared between multiple builders and can't
213 # be auto-rebooted. 199 # be auto-rebooted.
214 'auto_reboot': False, 200 'auto_reboot': False,
215 }, 201 },
216 ] 202 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698