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

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

Issue 1809293002: Adding variable builders for all builders under master "chromium.chrome" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fixing typo 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.win/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 def distribute_slaves(slave_numbers, builders, os_ver, pool=None, gce=False): 7 def distribute_slaves(slave_numbers, builders, os_ver, pool=None, gce=False):
8 hostname_format = 'vm%d-m4' if not gce else 'slave%d-c4' 8 hostname_format = 'vm%d-m4' if not gce else 'slave%d-c4'
9 return [ 9 return [
10 { 10 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 optional_slaves_chromium = [181, 185, 186, 187, 192] 58 optional_slaves_chromium = [181, 185, 186, 187, 192]
59 optional_builders_chromium = [ 59 optional_builders_chromium = [
60 # directory: win 60 # directory: win
61 'win_chromium_compile_rel_ng', 61 'win_chromium_compile_rel_ng',
62 'win_chromium_dbg_ng', 62 'win_chromium_dbg_ng',
63 'win_chromium_syzyasan_rel', 63 'win_chromium_syzyasan_rel',
64 'win_chromium_variable', 64 'win_chromium_variable',
65 'win_optional_gpu_tests_rel', 65 'win_optional_gpu_tests_rel',
66 # directory: win_archive 66 # directory: win_archive
67 'win_chromium_variable_archive', 67 'win_chromium_variable_archive',
68 # directory: win_chrome
69 'win_chromium_variable_chrome',
68 # directory: win_gn 70 # directory: win_gn
69 'win_chromium_variable_gn', 71 'win_chromium_variable_gn',
70 # directory: win_nacl_sdk 72 # directory: win_nacl_sdk
71 'win_nacl_sdk', 73 'win_nacl_sdk',
72 # directory: win_nacl_sdk_build 74 # directory: win_nacl_sdk_build
73 'win_nacl_sdk_build', 75 'win_nacl_sdk_build',
74 ] 76 ]
75 optional_pool_chromium = distribute_slaves( 77 optional_pool_chromium = distribute_slaves(
76 optional_slaves_chromium, 78 optional_slaves_chromium,
77 optional_builders_chromium, 79 optional_builders_chromium,
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 cq_pool + 144 cq_pool +
143 optional_pool + 145 optional_pool +
144 win8_pool + 146 win8_pool +
145 win_pgo_pool + 147 win_pgo_pool +
146 experimental_pool + 148 experimental_pool +
147 clang_win_pool + 149 clang_win_pool +
148 clang_win_cq_pool) 150 clang_win_cq_pool)
149 151
150 152
151 slaves = windows() 153 slaves = windows()
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium.win/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698