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

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

Issue 2477673002: tryserver.chromium.linux: move linux_asan_rel_ng back to CQ pool (Closed)
Patch Set: Created 4 years, 1 month 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 | 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')
11 cq_slaves = (range(111, 131) + range(162, 399) + range(427, 453) + 11 cq_slaves = (range(111, 131) + range(162, 399) + range(427, 453) +
12 range(493, 497) + range(506, 540) + range(590, 600) + 12 range(493, 497) + range(506, 540) + range(590, 600) +
13 range(621, 651) + range(779, 799) + range(800, 837) + 13 range(621, 651) + range(779, 799) + range(800, 837) +
14 range(841, 864) + range(878, 897) + range(909, 915) + 14 range(841, 864) + range(878, 897) + range(909, 915) +
15 range(1010, 1029)) 15 range(1010, 1029))
16 cq_builders = [ 16 cq_builders = [
17 'blimp_linux_dbg', 17 'blimp_linux_dbg',
18 'cast_shell_linux', 18 'cast_shell_linux',
19 'chromium_devtools', 19 'chromium_devtools',
20 'chromium_presubmit', 20 'chromium_presubmit',
21 'linux_chromium_archive_rel_ng', 21 'linux_chromium_archive_rel_ng',
22 'linux_chromium_ubsan_rel_ng', 22 'linux_chromium_asan_rel_ng',
23 'linux_chromium_chromeos_asan_rel_ng', 23 'linux_chromium_chromeos_asan_rel_ng',
24 'linux_chromium_chromeos_compile_dbg_ng', 24 'linux_chromium_chromeos_compile_dbg_ng',
25 'linux_chromium_chromeos_ozone_rel_ng', 25 'linux_chromium_chromeos_ozone_rel_ng',
26 'linux_chromium_chromeos_rel_ng', 26 'linux_chromium_chromeos_rel_ng',
27 'linux_chromium_clobber_rel_ng', 27 'linux_chromium_clobber_rel_ng',
28 'linux_chromium_compile_dbg_ng', 28 'linux_chromium_compile_dbg_ng',
29 'linux_chromium_gn_chromeos_dbg', 29 'linux_chromium_gn_chromeos_dbg',
30 'linux_chromium_gn_chromeos_rel', 30 'linux_chromium_gn_chromeos_rel',
31 'linux_chromium_rel_ng', 31 'linux_chromium_rel_ng',
32 ] 32 ]
(...skipping 22 matching lines...) Expand all
55 'ChromiumOS Codesearch Builder', # ChromiumOS_Codesearch_Builder 55 'ChromiumOS Codesearch Builder', # ChromiumOS_Codesearch_Builder
56 'closure_compilation', # linux 56 'closure_compilation', # linux
57 'linux_chromium_chromeos_compile_rel_ng', # linux_chromeos 57 'linux_chromium_chromeos_compile_rel_ng', # linux_chromeos
58 'linux_chromium_chromeos_dbg_ng', # linux_chromeos 58 'linux_chromium_chromeos_dbg_ng', # linux_chromeos
59 'linux_chromium_chromeos_variable', # linux_chromeos 59 'linux_chromium_chromeos_variable', # linux_chromeos
60 'linux_chromium_compile_dbg_32_ng', # linux 60 'linux_chromium_compile_dbg_32_ng', # linux
61 'linux_chromium_compile_rel_ng', # linux 61 'linux_chromium_compile_rel_ng', # linux
62 'linux_chromium_dbg_ng', # linux 62 'linux_chromium_dbg_ng', # linux
63 'linux_chromium_dbg_32_ng', # linux 63 'linux_chromium_dbg_32_ng', # linux
64 'linux_chromium_msan_rel_ng', # linux_msan 64 'linux_chromium_msan_rel_ng', # linux_msan
65 'linux_chromium_asan_rel_ng', # linux ubsan 65 'linux_chromium_ubsan_rel_ng', # linux ubsan
66 'linux_chromiumos_full_variable', # linux_chromeos 66 'linux_chromiumos_full_variable', # linux_chromeos
67 'linux_chromium_ozone_compile_only_ng', # linux 67 'linux_chromium_ozone_compile_only_ng', # linux
68 'linux_site_isolation', # linux 68 'linux_site_isolation', # linux
69 'linux_chromium_browser_side_navigation_rel', # linux 69 'linux_chromium_browser_side_navigation_rel', # linux
70 ] 70 ]
71 # Contains all the optional builders with smaller slavebuilddir not 71 # Contains all the optional builders with smaller slavebuilddir not
72 # covered by optional_builders1. 72 # covered by optional_builders1.
73 optional_builders2 = [ 73 optional_builders2 = [
74 'chromeos_%s_variable' % (board,) # chromeos_<board> 74 'chromeos_%s_variable' % (board,) # chromeos_<board>
75 for board in chromeos_boards 75 for board in chromeos_boards
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'bits': 64, 188 'bits': 64,
189 'builder': ['linux_chromium_headless_rel'], 189 'builder': ['linux_chromium_headless_rel'],
190 'hostname': 'slave%d-c4' % slave, 190 'hostname': 'slave%d-c4' % slave,
191 'pool': 'linux_chromium_headless_rel', 191 'pool': 'linux_chromium_headless_rel',
192 }) 192 })
193 193
194 return result 194 return result
195 195
196 196
197 slaves = linux() 197 slaves = linux()
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698