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

Side by Side Diff: infra/mb/mb_config.pyl

Issue 2328233002: [gn] Switch mipsel and mips64el bots to gn (Closed)
Patch Set: Created 4 years, 3 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 | « 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 # Copyright 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 # Bots are ordered by appearance on waterfall. 9 # Bots are ordered by appearance on waterfall.
10 'masters': { 10 'masters': {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm', 100 'V8 Linux - arm - sim - debug': 'gn_debug_simulate_arm',
101 # Arm64. 101 # Arm64.
102 'V8 Android Arm64 - builder': 'gn_release_android_arm64', 102 'V8 Android Arm64 - builder': 'gn_release_android_arm64',
103 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64', 103 'V8 Linux - arm64 - sim': 'gn_release_simulate_arm64',
104 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64', 104 'V8 Linux - arm64 - sim - debug': 'gn_debug_simulate_arm64',
105 'V8 Linux - arm64 - sim - nosnap - debug': 105 'V8 Linux - arm64 - sim - nosnap - debug':
106 'gn_debug_simulate_arm64_no_snap', 106 'gn_debug_simulate_arm64_no_snap',
107 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64', 107 'V8 Linux - arm64 - sim - gc stress': 'gn_debug_simulate_arm64',
108 # Mips. 108 # Mips.
109 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n', 109 'V8 Mips - builder': 'gyp_release_mips_no_snap_no_i18n',
110 'V8 Linux - mipsel - sim - builder': 'gyp_release_simulate_mipsel', 110 'V8 Linux - mipsel - sim - builder': 'gn_release_simulate_mipsel',
111 'V8 Linux - mips64el - sim - builder': 'gyp_release_simulate_mips64el', 111 'V8 Linux - mips64el - sim - builder': 'gn_release_simulate_mips64el',
112 # PPC. 112 # PPC.
113 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc', 113 'V8 Linux - ppc - sim': 'gyp_release_simulate_ppc',
114 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64', 114 'V8 Linux - ppc64 - sim': 'gyp_release_simulate_ppc64',
115 # S390. 115 # S390.
116 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390', 116 'V8 Linux - s390 - sim': 'gyp_release_simulate_s390',
117 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x', 117 'V8 Linux - s390x - sim': 'gyp_release_simulate_s390x',
118 # X87. 118 # X87.
119 'V8 Linux - x87 - nosnap - debug builder': 119 'V8 Linux - x87 - nosnap - debug builder':
120 'gyp_debug_simulate_x87_no_snap', 120 'gyp_debug_simulate_x87_no_snap',
121 }, 121 },
122 'client.v8.branches': { 122 'client.v8.branches': {
123 'V8 Linux - beta branch': 'gn_release_x86', 123 'V8 Linux - beta branch': 'gn_release_x86',
124 'V8 Linux - beta branch - debug': 'gn_debug_x86', 124 'V8 Linux - beta branch - debug': 'gn_debug_x86',
125 'V8 Linux - stable branch': 'gn_release_x86', 125 'V8 Linux - stable branch': 'gn_release_x86',
126 'V8 Linux - stable branch - debug': 'gn_debug_x86', 126 'V8 Linux - stable branch - debug': 'gn_debug_x86',
127 'V8 Linux64 - beta branch': 'gn_release_x64', 127 'V8 Linux64 - beta branch': 'gn_release_x64',
128 'V8 Linux64 - beta branch - debug': 'gn_debug_x64', 128 'V8 Linux64 - beta branch - debug': 'gn_debug_x64',
129 'V8 Linux64 - stable branch': 'gn_release_x64', 129 'V8 Linux64 - stable branch': 'gn_release_x64',
130 'V8 Linux64 - stable branch - debug': 'gn_debug_x64', 130 'V8 Linux64 - stable branch - debug': 'gn_debug_x64',
131 'V8 arm - sim - beta branch': 'gn_release_simulate_arm', 131 'V8 arm - sim - beta branch': 'gn_release_simulate_arm',
132 'V8 arm - sim - beta branch - debug': 'gn_debug_simulate_arm', 132 'V8 arm - sim - beta branch - debug': 'gn_debug_simulate_arm',
133 'V8 arm - sim - stable branch': 'gn_release_simulate_arm', 133 'V8 arm - sim - stable branch': 'gn_release_simulate_arm',
134 'V8 arm - sim - stable branch - debug': 'gn_debug_simulate_arm', 134 'V8 arm - sim - stable branch - debug': 'gn_debug_simulate_arm',
135 'V8 mips64el - sim - beta branch': 'gyp_release_simulate_mips64el', 135 'V8 mips64el - sim - beta branch': 'gn_release_simulate_mips64el',
136 'V8 mips64el - sim - stable branch': 'gyp_release_simulate_mips64el', 136 'V8 mips64el - sim - stable branch': 'gn_release_simulate_mips64el',
137 'V8 mipsel - sim - beta branch': 'gyp_release_simulate_mipsel', 137 'V8 mipsel - sim - beta branch': 'gn_release_simulate_mipsel',
138 'V8 mipsel - sim - stable branch': 'gyp_release_simulate_mipsel', 138 'V8 mipsel - sim - stable branch': 'gn_release_simulate_mipsel',
139 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc', 139 'V8 ppc - sim - beta branch': 'gyp_release_simulate_ppc',
140 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc', 140 'V8 ppc - sim - stable branch': 'gyp_release_simulate_ppc',
141 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64', 141 'V8 ppc64 - sim - beta branch': 'gyp_release_simulate_ppc64',
142 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64', 142 'V8 ppc64 - sim - stable branch': 'gyp_release_simulate_ppc64',
143 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390', 143 'V8 s390 - sim - beta branch': 'gyp_release_simulate_s390',
144 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390', 144 'V8 s390 - sim - stable branch': 'gyp_release_simulate_s390',
145 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x', 145 'V8 s390x - sim - beta branch': 'gyp_release_simulate_s390x',
146 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x', 146 'V8 s390x - sim - stable branch': 'gyp_release_simulate_s390x',
147 }, 147 },
148 'tryserver.v8': { 148 'tryserver.v8': {
(...skipping 29 matching lines...) Expand all
178 'v8_mac64_rel': 'gn_release_x64_trybot', 178 'v8_mac64_rel': 'gn_release_x64_trybot',
179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', 179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols',
180 'v8_mac64_asan_rel': 'gn_release_x64_asan_no_lsan', 180 'v8_mac64_asan_rel': 'gn_release_x64_asan_no_lsan',
181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', 181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot',
182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', 182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm',
183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', 183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot',
184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', 184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm',
185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot', 185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot',
186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', 186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64',
187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64', 187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64',
188 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', 188 'v8_linux_mipsel_compile_rel': 'gn_release_simulate_mipsel',
189 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', 189 'v8_linux_mips64el_compile_rel': 'gn_release_simulate_mips64el',
190 'v8_android_arm_compile_rel': 'gn_release_android_arm', 190 'v8_android_arm_compile_rel': 'gn_release_android_arm',
191 }, 191 },
192 }, 192 },
193 193
194 194
195 # To ease readability, config values are ordered by: 195 # To ease readability, config values are ordered by:
196 # gyp/gn, release/debug, arch type, other values alphabetically. 196 # gyp/gn, release/debug, arch type, other values alphabetically.
197 'configs': { 197 'configs': {
198 # Developer default configs. 198 # Developer default configs.
199 'default_debug_arm': [ 199 'default_debug_arm': [
(...skipping 24 matching lines...) Expand all
224 'gn', 'release', 'x86'], 224 'gn', 'release', 'x86'],
225 225
226 226
227 # GN debug configs for simulators. 227 # GN debug configs for simulators.
228 'gn_debug_simulate_arm': [ 228 'gn_debug_simulate_arm': [
229 'gn', 'debug_bot', 'simulate_arm', 'swarming'], 229 'gn', 'debug_bot', 'simulate_arm', 'swarming'],
230 'gn_debug_simulate_arm64': [ 230 'gn_debug_simulate_arm64': [
231 'gn', 'debug_bot', 'simulate_arm64', 'swarming'], 231 'gn', 'debug_bot', 'simulate_arm64', 'swarming'],
232 'gn_debug_simulate_arm64_no_snap': [ 232 'gn_debug_simulate_arm64_no_snap': [
233 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'], 233 'gn', 'debug_bot', 'simulate_arm64', 'swarming', 'v8_snapshot_none'],
234 'gn_release_simulate_mipsel': [
235 'gn', 'release_bot', 'simulate_mipsel', 'swarming'],
236 'gn_release_simulate_mips64el': [
237 'gn', 'release_bot', 'simulate_mips64el', 'swarming'],
234 238
235 # GN release configs for simulators. 239 # GN release configs for simulators.
236 'gn_release_simulate_arm': [ 240 'gn_release_simulate_arm': [
237 'gn', 'release_bot', 'simulate_arm', 'swarming'], 241 'gn', 'release_bot', 'simulate_arm', 'swarming'],
238 'gn_release_simulate_arm_trybot': [ 242 'gn_release_simulate_arm_trybot': [
239 'gn', 'release_trybot', 'simulate_arm', 'swarming'], 243 'gn', 'release_trybot', 'simulate_arm', 'swarming'],
240 'gn_release_simulate_arm64': [ 244 'gn_release_simulate_arm64': [
241 'gn', 'release_bot', 'simulate_arm64', 'swarming'], 245 'gn', 'release_bot', 'simulate_arm64', 'swarming'],
242 'gn_release_simulate_arm64_msan': [ 246 'gn_release_simulate_arm64_msan': [
243 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'], 247 'gn', 'release_bot', 'simulate_arm64', 'msan', 'swarming'],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 # Gyp release configs for arm. 363 # Gyp release configs for arm.
360 'gyp_release_arm': [ 364 'gyp_release_arm': [
361 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 365 'gyp', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
362 366
363 # Gyp release configs for mips. 367 # Gyp release configs for mips.
364 'gyp_release_mips_no_snap_no_i18n': [ 368 'gyp_release_mips_no_snap_no_i18n': [
365 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n', 369 'gyp', 'release', 'mips', 'crosscompile', 'static', 'v8_no_i18n',
366 'v8_snapshot_none'], 370 'v8_snapshot_none'],
367 371
368 # Gyp release configs for simulators. 372 # Gyp release configs for simulators.
369 'gyp_release_simulate_mipsel': [
370 'gyp', 'release_bot', 'simulate_mipsel', 'swarming'],
371 'gyp_release_simulate_mips64el': [
372 'gyp', 'release_bot', 'simulate_mips64el', 'swarming'],
373 'gyp_release_simulate_ppc': [ 373 'gyp_release_simulate_ppc': [
374 'gyp', 'release_bot', 'simulate_ppc', 'swarming'], 374 'gyp', 'release_bot', 'simulate_ppc', 'swarming'],
375 'gyp_release_simulate_ppc64': [ 375 'gyp_release_simulate_ppc64': [
376 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], 376 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'],
377 'gyp_release_simulate_s390': [ 377 'gyp_release_simulate_s390': [
378 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 378 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
379 'gyp_release_simulate_s390x': [ 379 'gyp_release_simulate_s390x': [
380 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], 380 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
381 381
382 # Gyp release configs for x64. 382 # Gyp release configs for x64.
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'gn_args': 'target_cpu="x64"', 681 'gn_args': 'target_cpu="x64"',
682 'gyp_defines': 'target_arch=x64', 682 'gyp_defines': 'target_arch=x64',
683 }, 683 },
684 684
685 'x86': { 685 'x86': {
686 'gn_args': 'target_cpu="x86"', 686 'gn_args': 'target_cpu="x86"',
687 'gyp_defines': 'target_arch=ia32', 687 'gyp_defines': 'target_arch=ia32',
688 }, 688 },
689 }, 689 },
690 } 690 }
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