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

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

Issue 1773883002: Enable all Android builders to use 'chrome_with_codecs'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wmpi_test
Patch Set: Fix exception check. 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium 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 the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
11 'configs': { 11 'configs': {
12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'], 12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'],
13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'], 13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'],
14 'android_clang_asan_gyp_debug_trybot': ['android', 'clang', 'asan', 'gyp', ' debug_trybot'], 14 'android_clang_asan_gyp_debug_trybot': ['android', 'clang', 'asan', 'gyp', ' debug_trybot'],
15 'android_gn_debug_bot': ['android', 'chrome_with_codecs', 'gn', 'debug_bot'] , 15 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'],
16 'android_gn_debug_static_bot': ['android', 'chrome_with_codecs', 'gn', 'debu g_static_bot'], 16 'android_gn_debug_static_bot': ['android', 'gn', 'debug_static_bot'],
17 'android_gn_debug_static_bot_arm64': ['android', 'chrome_with_codecs', 'gn', 'debug_static_bot', 'arm64'], 17 'android_gn_debug_static_bot_arm64': ['android', 'gn', 'debug_static_bot', ' arm64'],
18 'android_gn_debug_static_bot_mipsel': ['android', 'chrome_with_codecs', 'gn' , 'debug_static_bot', 'mipsel'], 18 'android_gn_debug_static_bot_mipsel': ['android', 'gn', 'debug_static_bot', 'mipsel'],
19 'android_gn_debug_static_bot_x64': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x64'], 19 'android_gn_debug_static_bot_x64': ['android', 'gn', 'debug_static_bot', 'x6 4'],
20 'android_gn_debug_static_bot_x86': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x86'], 20 'android_gn_debug_static_bot_x86': ['android', 'gn', 'debug_static_bot', 'x8 6'],
21 'android_gn_debug_trybot': ['android', 'chrome_with_codecs', 'gn', 'debug_tr ybot'], 21 'android_gn_debug_trybot': ['android', 'gn', 'debug_trybot'],
22 'android_gn_debug_trybot_mipsel': ['android', 'chrome_with_codecs', 'gn', 'd ebug_trybot', 'mipsel'], 22 'android_gn_debug_trybot_mipsel': ['android', 'gn', 'debug_trybot', 'mipsel' ],
23 'android_gn_debug_trybot_x64': ['android', 'chrome_with_codecs', 'gn', 'debu g_trybot', 'x64'], 23 'android_gn_debug_trybot_x64': ['android', 'gn', 'debug_trybot', 'x64'],
24 'android_gn_debug_trybot_x86': ['android', 'chrome_with_codecs', 'gn', 'debu g_trybot', 'x86'], 24 'android_gn_debug_trybot_x86': ['android', 'gn', 'debug_trybot', 'x86'],
25 'android_gn_release_bot': ['android', 'gn', 'release_bot'], 25 'android_gn_release_bot': ['android', 'gn', 'release_bot'],
26 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 26 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
27 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 27 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
28 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'], 28 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
29 'android_gyp_debug_trybot': ['android', 'chrome_with_codecs', 'gyp', 'debug_ trybot'], 29 'android_gyp_debug_trybot': ['android', 'gyp', 'debug_trybot'],
30 'android_gyp_debug_trybot_arm64': ['android', 'chrome_with_codecs', 'gyp', ' debug_trybot', 'arm64'], 30 'android_gyp_debug_trybot_arm64': ['android', 'gyp', 'debug_trybot', 'arm64' ],
31 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 31 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
32 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot_m inimal_symbols'], 32 'android_without_codecs_gyp_release_bot_minimal_symbols': ['android_without_ codecs', 'gyp', 'release_bot_minimal_symbols'],
33 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'], 33 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
34 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'], 34 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'],
35 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'], 35 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'],
36 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 36 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
37 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 37 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
38 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'], 38 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
39 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 39 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
40 'dev_gn_release': ['gn', 'release', 'shared'], 40 'dev_gn_release': ['gn', 'release', 'shared'],
41 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 41 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
42 'dev_gyp_release': ['gyp', 'release', 'shared'], 42 'dev_gyp_release': ['gyp', 'release', 'shared'],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 # This is just for completeness; any bot that uses this config 90 # This is just for completeness; any bot that uses this config
91 # should never actually run MB. 91 # should never actually run MB.
92 'none': ['none'], 92 'none': ['none'],
93 93
94 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'], 94 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'],
95 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 95 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'],
96 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'], 96 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'],
97 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ], 97 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ],
98 98
99 'swarming_android_gn_release_bot_minimal_symbols': ['swarming', 'android', ' chrome_with_codecs', 'gn', 'release_bot_minimal_symbols'], 99 'swarming_android_gn_release_bot_minimal_symbols': ['swarming', 'android', ' gn', 'release_bot_minimal_symbols'],
100 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'], 100 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'],
101 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'], 101 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
102 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'], 102 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'],
103 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_g les2_conform_tests', 'gn', 'debug_bot', 'angle_deqp_tests'], 103 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_g les2_conform_tests', 'gn', 'debug_bot', 'angle_deqp_tests'],
104 'swarming_gpu_fyi_tests_gn_debug_trybot': ['swarming', 'gpu_tests', 'interna l_gles2_conform_tests', 'gn', 'debug_trybot', 'angle_deqp_tests'], 104 'swarming_gpu_fyi_tests_gn_debug_trybot': ['swarming', 'gpu_tests', 'interna l_gles2_conform_tests', 'gn', 'debug_trybot', 'angle_deqp_tests'],
105 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal _gles2_conform_tests', 'gn', 'release_bot', 'angle_deqp_tests'], 105 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal _gles2_conform_tests', 'gn', 'release_bot', 'angle_deqp_tests'],
106 'swarming_gpu_fyi_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'inter nal_gles2_conform_tests', 'gn', 'release_trybot', 'angle_deqp_tests'], 106 'swarming_gpu_fyi_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'inter nal_gles2_conform_tests', 'gn', 'release_trybot', 'angle_deqp_tests'],
107 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bo t'], 107 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bo t'],
108 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'], 108 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'],
109 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 109 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
(...skipping 28 matching lines...) Expand all
138 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'], 138 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'],
139 'swarming_gyp_release_bot_minimal_symbols_x64': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x64'], 139 'swarming_gyp_release_bot_minimal_symbols_x64': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x64'],
140 'swarming_gyp_release_bot_minimal_symbols_x86': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x86'], 140 'swarming_gyp_release_bot_minimal_symbols_x86': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x86'],
141 'swarming_gyp_release_bot_x64': ['swarming', 'gyp', 'release_bot', 'x64'], 141 'swarming_gyp_release_bot_x64': ['swarming', 'gyp', 'release_bot', 'x64'],
142 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'], 142 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'],
143 'swarming_gyp_release_trybot_minimal_symbols_x64': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x64'], 143 'swarming_gyp_release_trybot_minimal_symbols_x64': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x64'],
144 'swarming_gyp_release_trybot_minimal_symbols_x86': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x86'], 144 'swarming_gyp_release_trybot_minimal_symbols_x86': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x86'],
145 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'], 145 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'],
146 146
147 # Configurations that build with proprietary codecs enabled. 147 # Configurations that build with proprietary codecs enabled.
148 'android_gn_release_bot_chrome_with_codecs': ['android', 'gn', 'release_bot' , 'chrome_with_codecs'],
149 'gn_debug_bot_minimal_symbols_chrome_with_codecs': ['gn', 'debug_bot_minimal _symbols', 'chrome_with_codecs'], 148 'gn_debug_bot_minimal_symbols_chrome_with_codecs': ['gn', 'debug_bot_minimal _symbols', 'chrome_with_codecs'],
150 'gn_debug_static_bot_chrome_with_codecs': ['gn', 'debug_static_bot', 'chrome _with_codecs'], 149 'gn_debug_static_bot_chrome_with_codecs': ['gn', 'debug_static_bot', 'chrome _with_codecs'],
151 'gn_release_bot_chrome_with_codecs': ['gn', 'release_bot', 'chrome_with_code cs'], 150 'gn_release_bot_chrome_with_codecs': ['gn', 'release_bot', 'chrome_with_code cs'],
152 'gn_release_bot_minimal_symbols_chrome_with_codecs': ['gn', 'release_bot_min imal_symbols', 'chrome_with_codecs'], 151 'gn_release_bot_minimal_symbols_chrome_with_codecs': ['gn', 'release_bot_min imal_symbols', 'chrome_with_codecs'],
153 152
154 # This indicates that we haven't yet set up this bot w/ MB. This is 153 # This indicates that we haven't yet set up this bot w/ MB. This is
155 # different from 'none' in that a bot set to 'none' should never do 154 # different from 'none' in that a bot set to 'none' should never do
156 # compiles; a bot set to 'tbd' should do compiles but we haven't 155 # compiles; a bot set to 'tbd' should do compiles but we haven't
157 # added the entries yet. 156 # added the entries yet.
158 # 'tbd': ['none'], 157 # 'tbd': ['none'],
(...skipping 20 matching lines...) Expand all
179 # This is a list of configs that are not commonly used by that we should 178 # This is a list of configs that are not commonly used by that we should
180 # make some effort to support, but if it breaks that is not the end of 179 # make some effort to support, but if it breaks that is not the end of
181 # the world. Each config should have a contact listed, and we expect the 180 # the world. Each config should have a contact listed, and we expect the
182 # contact to be on the hook for fixing the config. 181 # contact to be on the hook for fixing the config.
183 'unsupported_configs': [ 182 'unsupported_configs': [
184 ], 183 ],
185 184
186 # This is a dict mapping a given 'mixin' name to a dict of settings that 185 # This is a dict mapping a given 'mixin' name to a dict of settings that
187 # mb should use. See //tools/mb/docs/user_guide.md for more information. 186 # mb should use. See //tools/mb/docs/user_guide.md for more information.
188 'mixins': { 187 'mixins': {
188 # We build Android with codecs on most bots to ensure maximum test coverage,
189 # but use 'android_without_codecs' on bots responsible for building publicly
190 # advertised non-Official Android builds -- which are not allowed to have
191 # proprietary codecs enabled.
189 'android': { 192 'android': {
193 'mixins': ['android_without_codecs', 'chrome_with_codecs'],
194 },
195
196 'android_without_codecs': {
190 'gn_args': 'target_os="android"', 197 'gn_args': 'target_os="android"',
191 'gyp_defines': 'OS=android', 198 'gyp_defines': 'OS=android',
192 }, 199 },
193 200
194 'archive_gpu_tests': { 201 'archive_gpu_tests': {
195 # archive_gpu_tests=true is not needed in GN builds. 202 # archive_gpu_tests=true is not needed in GN builds.
196 'gyp_defines': 'archive_gpu_tests=1', 203 'gyp_defines': 'archive_gpu_tests=1',
197 }, 204 },
198 205
199 'angle_deqp_tests': { 206 'angle_deqp_tests': {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 # page on the buildbots, *not* alphabetically. 490 # page on the buildbots, *not* alphabetically.
484 # 491 #
485 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. 492 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
486 'masters': { 493 'masters': {
487 'chrome': { 494 'chrome': {
488 'precise64': 'gn_official', 495 'precise64': 'gn_official',
489 }, 496 },
490 'chrome.continuous': { 497 'chrome.continuous': {
491 'precise64 trunk': 'gn_official', 498 'precise64 trunk': 'gn_official',
492 }, 499 },
500 # Take care when changing any of these builders to ensure that you do not
501 # include a configuration with 'chrome_with_codecs' since these builders
502 # generated publicly advertised non-Official builds which are not allowed to
503 # have proprietary codecs enabled.
493 'chromium': { 504 'chromium': {
494 'Win': 'noswarming_gyp_release_bot', 505 'Win': 'noswarming_gyp_release_bot',
495 'Mac': 'noswarming_gyp_release_bot_mac_strip', 506 'Mac': 'noswarming_gyp_release_bot_mac_strip',
496 'Linux x64': 'noswarming_gn_release_bot', 507 'Linux x64': 'noswarming_gn_release_bot',
497 'Linux': 'noswarming_gyp_release_bot_x86', 508 'Linux': 'noswarming_gyp_release_bot_x86',
498 'Android': 'android_gyp_release_bot_minimal_symbols', 509 'Android': 'android_without_codecs_gyp_release_bot_minimal_symbols',
499 }, 510 },
500 'chromium.android': { 511 'chromium.android': {
501 'Android GN Builder (dbg)': 'android_gn_debug_bot', 512 'Android GN Builder (dbg)': 'android_gn_debug_bot',
502 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel', 513 'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel',
503 'Android arm Builder (dbg)': 'android_gn_debug_static_bot', 514 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
504 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', 515 'Android arm64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
505 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64', 516 'Android x64 Builder (dbg)': 'android_gn_debug_static_bot_x64',
506 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86', 517 'Android x86 Builder (dbg)': 'android_gn_debug_static_bot_x86',
507 'Jelly Bean Tester': 'android_gn_debug_static_bot', 518 'Jelly Bean Tester': 'android_gn_debug_static_bot',
508 'KitKat Tablet Tester': 'android_gn_debug_static_bot', 519 'KitKat Tablet Tester': 'android_gn_debug_static_bot',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot', 684 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot',
674 'Linux Release (NVIDIA)': 'none', 685 'Linux Release (NVIDIA)': 'none',
675 'Linux Debug (NVIDIA)': 'none', 686 'Linux Debug (NVIDIA)': 'none',
676 'Linux Release (Intel)': 'none', 687 'Linux Release (Intel)': 'none',
677 'Linux Release (Intel Graphics Stack)': 'none', 688 'Linux Release (Intel Graphics Stack)': 'none',
678 'Linux Release (ATI)': 'none', 689 'Linux Release (ATI)': 'none',
679 'Linux Debug (NVIDIA)': 'none', 690 'Linux Debug (NVIDIA)': 'none',
680 'Linux Release dEQP (NVIDIA)': 'none', 691 'Linux Release dEQP (NVIDIA)': 'none',
681 }, 692 },
682 'chromium.webrtc.fyi': { 693 'chromium.webrtc.fyi': {
683 'Android GN': 'android_gn_release_bot_chrome_with_codecs', 694 'Android GN': 'android_gn_release_bot',
684 'Android GN (dbg)': 'android_gn_debug_bot', 695 'Android GN (dbg)': 'android_gn_debug_bot',
685 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 696 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
686 'Mac GN': 'gn_release_bot_chrome_with_codecs', 697 'Mac GN': 'gn_release_bot_chrome_with_codecs',
687 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs', 698 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
688 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 699 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
689 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 700 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
690 }, 701 },
691 'client.skia': { 702 'client.skia': {
692 'Linux Builder': 'swarming_gn_release_bot', 703 'Linux Builder': 'swarming_gn_release_bot',
693 'Linux Builder-Trybot': 'swarming_gn_release_bot', 704 'Linux Builder-Trybot': 'swarming_gn_release_bot',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'win_chromium_clang_upload': 'gn_release_bot', 844 'win_chromium_clang_upload': 'gn_release_bot',
834 'win_clang_x64_dbg': 'win_clang_debug_bot', 845 'win_clang_x64_dbg': 'win_clang_debug_bot',
835 }, 846 },
836 'tryserver.v8': { 847 'tryserver.v8': {
837 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 848 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
838 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 849 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
839 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 850 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
840 }, 851 },
841 }, 852 },
842 } 853 }
OLDNEW
« tools/mb/mb.py ('K') | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698