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

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

Issue 2065933003: [Findit] Adding variable builder to cover 'Blimp Linux (dbg)' on main waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 6 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ] 65 ]
66 # Contains all the optional builders with smaller slavebuilddir not 66 # Contains all the optional builders with smaller slavebuilddir not
67 # covered by optional_builders1. 67 # covered by optional_builders1.
68 optional_builders2 = [ 68 optional_builders2 = [
69 'chromeos_%s_variable' % (board,) # chromeos_<board> 69 'chromeos_%s_variable' % (board,) # chromeos_<board>
70 for board in chromeos_boards 70 for board in chromeos_boards
71 ] 71 ]
72 optional_builders2 += [ 72 optional_builders2 += [
73 'linux_arm', # linux_arm 73 'linux_arm', # linux_arm
74 'linux_chromium_asan_variable', # linux_asan 74 'linux_chromium_asan_variable', # linux_asan
75 'linux_chromium_blimp_variable', # linux_blimp
Sergey Berezin 2016/06/15 19:29:57 How big do you expect linux_blimp to be? It appea
lijeffrey 2016/06/15 21:35:27 I spoke with haibinlu@ and blimp is just a content
75 'linux_chromium_cast_variable', # linux_cast 76 'linux_chromium_cast_variable', # linux_cast
76 'linux_chromium_chromeos_asan_variable', # linux_chromeos_asan 77 'linux_chromium_chromeos_asan_variable', # linux_chromeos_asan
77 'linux_chromium_chromeos_msan_rel_ng', # linux_chromeos_msan 78 'linux_chromium_chromeos_msan_rel_ng', # linux_chromeos_msan
78 'linux_chromium_chromeos_variable_chrome',# linux_chromeos_chrome 79 'linux_chromium_chromeos_variable_chrome',# linux_chromeos_chrome
79 'linux_chromium_gn_chromeos_variable', # linux_chromium_gn_chromeos 80 'linux_chromium_gn_chromeos_variable', # linux_chromium_gn_chromeos
80 'linux_chromium_gn_upload', # build_and_upload_gn 81 'linux_chromium_gn_upload', # build_and_upload_gn
81 'linux_chromium_tsan_rel_ng', # linux_tsan 82 'linux_chromium_tsan_rel_ng', # linux_tsan
82 'linux_chromium_variable_32', # linux_32 83 'linux_chromium_variable_32', # linux_32
83 'linux_chromium_variable_32_chrome', # linux_chrome_32 84 'linux_chromium_variable_32_chrome', # linux_chrome_32
84 'linux_chromium_variable_32_clobber', # linux_clobber_32 85 'linux_chromium_variable_32_clobber', # linux_clobber_32
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'builder': ['linux_chromium_browser_side_navigation_rel'], 155 'builder': ['linux_chromium_browser_side_navigation_rel'],
155 'hostname': 'slave914-c4', 156 'hostname': 'slave914-c4',
156 'pool': 'linux_chromium_browser_side_navigation_rel', 157 'pool': 'linux_chromium_browser_side_navigation_rel',
157 } 158 }
158 ]) 159 ])
159 160
160 return result 161 return result
161 162
162 163
163 slaves = linux() 164 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