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

Side by Side Diff: masters/master.tryserver.chromium.linux/slaves.cfg

Issue 1920133002: Remove stray references to linux_ecs_ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 def linux(): 9 def linux():
10 chromeos_boards = ('x86-generic', 'amd64-generic', 'daisy') 10 chromeos_boards = ('x86-generic', 'amd64-generic', 'daisy')
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'linux_chromium_msan_rel_ng', 57 'linux_chromium_msan_rel_ng',
58 'linux_chromium_tsan_rel_ng', 58 'linux_chromium_tsan_rel_ng',
59 'linux_chromium_practice_rel_ng', 59 'linux_chromium_practice_rel_ng',
60 'linux_chromium_variable', 60 'linux_chromium_variable',
61 'linux_chromium_variable_chrome', 61 'linux_chromium_variable_chrome',
62 'linux_chromium_variable_clobber', 62 'linux_chromium_variable_clobber',
63 'linux_chromium_webkit_asan_variable', 63 'linux_chromium_webkit_asan_variable',
64 'linux_chromium_webkit_leak_variable', 64 'linux_chromium_webkit_leak_variable',
65 'linux_chromium_webkit_msan_variable', 65 'linux_chromium_webkit_msan_variable',
66 'linux_chromium_webkit_variable', 66 'linux_chromium_webkit_variable',
67 'linux_ecs_ozone',
68 'linux_nacl_sdk', 67 'linux_nacl_sdk',
69 'linux_nacl_sdk_build', 68 'linux_nacl_sdk_build',
70 'linux_optional_gpu_tests_rel', 69 'linux_optional_gpu_tests_rel',
71 'linux_site_isolation', 70 'linux_site_isolation',
72 ] 71 ]
73 72
74 optional_32_slaves = [897] 73 optional_32_slaves = [897]
75 optional_32_builders = [ 74 optional_32_builders = [
76 'linux_chromium_variable_32', 75 'linux_chromium_variable_32',
77 'linux_chromium_variable_32_chrome', 76 'linux_chromium_variable_32_chrome',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'builder': ['linux_chromium_browser_side_navigation_rel'], 171 'builder': ['linux_chromium_browser_side_navigation_rel'],
173 'hostname': 'slave914-c4', 172 'hostname': 'slave914-c4',
174 'pool': 'linux_chromium_browser_side_navigation_rel', 173 'pool': 'linux_chromium_browser_side_navigation_rel',
175 } 174 }
176 ]) 175 ])
177 176
178 return result 177 return result
179 178
180 179
181 slaves = linux() 180 slaves = linux()
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698