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

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

Issue 1788983002: Adding variable builder corresponding to Cast Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 9 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.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 26 matching lines...) Expand all
37 'Chromium Linux Codesearch Builder', 37 'Chromium Linux Codesearch Builder',
38 'ChromiumOS Codesearch Builder', 38 'ChromiumOS Codesearch Builder',
39 ] 39 ]
40 optional_builders += [ 40 optional_builders += [
41 'chromeos_%s_variable' % (board,) 41 'chromeos_%s_variable' % (board,)
42 for board in chromeos_boards 42 for board in chromeos_boards
43 ] 43 ]
44 optional_builders += [ 44 optional_builders += [
45 'linux_arm', 45 'linux_arm',
46 'linux_chromium_asan_variable', 46 'linux_chromium_asan_variable',
47 'linux_chromium_cast_variable',
47 'linux_chromium_chromeos_asan_variable', 48 'linux_chromium_chromeos_asan_variable',
48 'linux_chromium_chromeos_compile_rel_ng', 49 'linux_chromium_chromeos_compile_rel_ng',
49 'linux_chromium_chromeos_dbg_ng', 50 'linux_chromium_chromeos_dbg_ng',
50 'linux_chromium_chromeos_msan_rel_ng', 51 'linux_chromium_chromeos_msan_rel_ng',
51 'linux_chromium_chromeos_variable', 52 'linux_chromium_chromeos_variable',
52 'linux_chromium_clang_upload', 53 'linux_chromium_clang_upload',
53 'linux_chromium_compile_rel_ng', 54 'linux_chromium_compile_rel_ng',
54 'linux_chromium_dbg_ng', 55 'linux_chromium_dbg_ng',
55 'linux_chromium_gn_chromeos_variable', 56 'linux_chromium_gn_chromeos_variable',
56 'linux_chromium_gn_upload', 57 'linux_chromium_gn_upload',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'builder': ['linux_chromium_browser_side_navigation_rel'], 144 'builder': ['linux_chromium_browser_side_navigation_rel'],
144 'hostname': 'slave914-c4', 145 'hostname': 'slave914-c4',
145 'pool': 'linux_chromium_browser_side_navigation_rel', 146 'pool': 'linux_chromium_browser_side_navigation_rel',
146 } 147 }
147 ]) 148 ])
148 149
149 return result 150 return result
150 151
151 152
152 slaves = linux() 153 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