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

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

Issue 1461923003: Prepare for blink bots to be moved to MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjust asan config names Created 5 years 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 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_gn_debug_bot': ['android', 'gn', 'debug_bot'], 14 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'],
15 'android_aura_gn_debug_bot': ['android', 'gn', 'debug_bot', 'aura'], 15 'android_aura_gn_debug_bot': ['android', 'gn', 'debug_bot', 'aura'],
16 'android_gn_release_bot': ['android', 'gn', 'release_bot'], 16 'android_gn_release_bot': ['android', 'gn', 'release_bot'],
17 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 17 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
18 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'],
19 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 18 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
20 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'], 19 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
21 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 20 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
22 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'], 21 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'],
23 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
24 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'], 22 'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
25 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'], 23 'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
26 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 24 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
27 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 25 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
28 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'], 26 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
29 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 27 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
30 'dev_gn_release': ['gn', 'release', 'shared'], 28 'dev_gn_release': ['gn', 'release', 'shared'],
31 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 29 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
32 'dev_gyp_release': ['gyp', 'release', 'shared'], 30 'dev_gyp_release': ['gyp', 'release', 'shared'],
33 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 31 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
(...skipping 11 matching lines...) Expand all
45 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '], 43 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86 '],
46 'gn_debug_static_bot': ['gn', 'debug_static_bot'], 44 'gn_debug_static_bot': ['gn', 'debug_static_bot'],
47 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'], 45 'gn_linux_upload': ['gn_linux_upload', 'official', 'goma'],
48 'gn_official': ['gn', 'official'], 46 'gn_official': ['gn', 'official'],
49 'gn_official_goma': ['gn', 'official', 'goma'], 47 'gn_official_goma': ['gn', 'official', 'goma'],
50 'gn_release_bot': ['gn', 'release_bot'], 48 'gn_release_bot': ['gn', 'release_bot'],
51 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], 49 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
52 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'], 50 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'],
53 'gn_release_trybot': ['gn', 'release_trybot'], 51 'gn_release_trybot': ['gn', 'release_trybot'],
54 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], 52 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
53 'gyp_asan_lsan_release_bot_x64': ['gyp', 'asan', 'lsan', 'release_bot', 'x64 '],
55 'gyp_debug_bot': ['gyp', 'debug_bot'], 54 'gyp_debug_bot': ['gyp', 'debug_bot'],
55 'gyp_debug_bot_x64': ['gyp', 'debug_bot', 'x64'],
56 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], 56 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'],
57 'gyp_debug_bot_minimal_symbols_x64': ['gyp', 'debug_bot_minimal_symbols', 'x 64'],
58 'gyp_debug_bot_minimal_symbols_x86': ['gyp', 'debug_bot_minimal_symbols', 'x 86'],
59 'gyp_msan_release_bot_x64': ['gyp', 'msan', 'release_bot', 'x64'],
60 'gyp_oilpan_asan_lsan_release_bot_x64': ['gyp', 'oilpan', 'asan', 'lsan', 'r elease_bot', 'x64'],
61 'gyp_oilpan_debug_bot_minimal_symbols_x64': ['gyp', 'oilpan', 'debug_bot', ' minimal_symbols', 'x64'],
62 'gyp_oilpan_debug_bot_minimal_symbols_x86': ['gyp', 'oilpan', 'debug_bot', ' minimal_symbols', 'x86'],
63 'gyp_oilpan_debug_bot_x64': ['gyp', 'oilpan', 'debug_bot', 'minimal_symbols' , 'x86'],
64 'gyp_oilpan_release_bot_minimal_symbols_x86': ['gyp', 'oilpan', 'release_bot ', 'minimal_symbols', 'x86'],
65 'gyp_oilpan_release_bot_x64': ['gyp', 'oilpan', 'release_bot', 'x64'],
66 'gyp_oilpan_release_trybot_minimal_symbols_x64': ['gyp', 'oilpan', 'release_ trybot', 'minimal_symbols', 'x64'],
67 'gyp_oilpan_release_trybot_minimal_symbols_x86': ['gyp', 'oilpan', 'release_ trybot', 'minimal_symbols', 'x86'],
57 'gyp_official_goma': ['gyp', 'official', 'goma'], 68 'gyp_official_goma': ['gyp', 'official', 'goma'],
58 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], 69 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'],
59 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'], 70 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'],
60 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'], 71 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'],
61 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'], 72 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'],
62 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'], 73 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'],
63 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'], 74 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'],
75 'gyp_release_bot_android': ['gyp', 'release_bot', 'android'],
76 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'],
77 'gyp_release_bot_x64': ['gyp', 'release_bot', 'x64'],
78 'gyp_release_bot_x86': ['gyp', 'release_bot', 'x86'],
79 'gyp_release_bot_minimal_symbols_x64': ['gyp', 'release_bot_minimal_symbols' , 'x64'],
80 'gyp_release_bot_minimal_symbols_x86': ['gyp', 'release_bot_minimal_symbols' , 'x86'],
64 'gyp_release_trybot': ['gyp', 'release_trybot'], 81 'gyp_release_trybot': ['gyp', 'release_trybot'],
65 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], 82 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'],
83 'gyp_release_trybot_minimal_symbols_x64': ['gyp', 'release_trybot', 'minimal _symbols', 'x64'],
84 'gyp_release_trybot_minimal_symbols_x86': ['gyp', 'release_trybot', 'minimal _symbols', 'x86'],
66 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_ codecs'], 85 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_ codecs'],
67 86
68 # This is just for completeness; any bot that uses this config should never actually run MB. 87 # This is just for completeness; any bot that uses this config
88 # should never actually run MB.
69 'none': ['none'], 89 'none': ['none'],
70 90
71 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'], 91 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'],
72 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 92 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'],
73 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'], 93 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'],
74 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ], 94 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ],
75 95
76 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'], 96 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'],
77 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'], 97 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
78 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'], 98 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'],
79 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 99 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
80 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'], 100 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'],
81 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'], 101 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'],
82 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], 102 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
83 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], 103 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
84 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], 104 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
85 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'], 105 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'],
86 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'], 106 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'],
87 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], 107 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
88 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], 108 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'],
89 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'], 109 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'],
90 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'], 110 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'],
91 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'], 111 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'],
92 112
113 # This indicates that we haven't yet set up this bot w/ MB. This is
114 # different from 'none' in that a bot set to 'none' should never do
115 # compiles; a bot set to 'tbd' should do compiles but we haven't
116 # added the entries yet.
117 # 'tbd': ['none'],
Paweł Hajdan Jr. 2015/12/09 11:04:43 It's commented out anyway, so why are we adding it
Dirk Pranke 2015/12/09 16:47:10 I want to keep this in the file because I will pro
118
93 # clang/win doesn't work with goma yet, so this can't use debug_bot: 119 # clang/win doesn't work with goma yet, so this can't use debug_bot:
94 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] , 120 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] ,
95 }, 121 },
96 122
97 # This is a list of configs that do not actually exist on any bot 123 # This is a list of configs that do not actually exist on any bot
98 # but are used so commonly by devs that we must support them. 124 # but are used so commonly by devs that we must support them.
99 'common_dev_configs': [ 125 'common_dev_configs': [
100 'dev_gn_debug', 126 'dev_gn_debug',
101 'dev_gn_release', 127 'dev_gn_release',
102 'dev_gyp_debug', 128 'dev_gyp_debug',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'msan': { 295 'msan': {
270 'gn_args': 'use_msan=true', 296 'gn_args': 'use_msan=true',
271 'gyp_defines': 'msan=1 msan_track_origins=2 use_prebuilt_instrumented_libr aries=1', 297 'gyp_defines': 'msan=1 msan_track_origins=2 use_prebuilt_instrumented_libr aries=1',
272 }, 298 },
273 299
274 'no_symbols': { 300 'no_symbols': {
275 'gn_args': 'symbol_level=0', 301 'gn_args': 'symbol_level=0',
276 'gyp_defines': 'fastbuild=2', 302 'gyp_defines': 'fastbuild=2',
277 }, 303 },
278 304
305 'oilpan': {
306 'gn_args': 'enable_oilpan=true',
307 'gyp_defines': 'enable_oilpan=1',
308 },
309
279 # This config is used by bots that aren't building Chromium and should 310 # This config is used by bots that aren't building Chromium and should
280 # never be running MB. It is used for tracking purposes. These values 311 # never be running MB. It is used for tracking purposes. These values
281 # were picked such that if someone did try to run MB, both GN and GYP 312 # were picked such that if someone did try to run MB, both GN and GYP
282 # should error out. 313 # should error out.
283 'none': { 314 'none': {
284 'gn_args': 'error', 315 'gn_args': 'error',
285 'gyp_defines': 'target_arch=unknown', 316 'gyp_defines': 'target_arch=unknown',
286 }, 317 },
287 318
288 'noswarming': { 319 'noswarming': {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 }, 463 },
433 'chromium.win': { 464 'chromium.win': {
434 # Windows bots take too long to link w/ full symbols and time out. 465 # Windows bots take too long to link w/ full symbols and time out.
435 'Win x64 GN': 'gn_release_bot_minimal_symbols', 466 'Win x64 GN': 'gn_release_bot_minimal_symbols',
436 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols', 467 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
437 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86', 468 'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
438 'Win8 GN': 'gn_release_bot_minimal_symbols_x86', 469 'Win8 GN': 'gn_release_bot_minimal_symbols_x86',
439 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 470 'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
440 }, 471 },
441 'chromium.webkit': { 472 'chromium.webkit': {
442 'Android GN': 'android_gn_release_bot', 473 'WebKit Win Builder': 'gyp_release_bot_minimal_symbols_x86',
443 'Android GN (dbg)': 'android_gn_debug_bot', 474 'WebKit XP': 'none',
444 'Linux GN': 'gn_release_bot', 475 'WebKit Win7': 'none',
445 'Linux GN (dbg)': 'gn_debug_bot' 476 'WebKit Win10': 'none',
477 'WebKit Win x64 Builder': 'gyp_release_bot_minimal_symbols_x64',
478 'WebKit Win Oilpan': 'gyp_oilpan_release_bot_minimal_symbols_x86',
479 'WebKit Win Builder (dbg)': 'gyp_debug_bot_minimal_symbols_x86',
480 'WebKit Win7 (dbg)': 'none',
481 'WebKit Win Oilpan (dbg)': 'gyp_oilpan_debug_bot_minimal_symbols_x86',
482 'WebKit Win x64 Builder (dbg)': 'gyp_debug_bot_minimal_symbols_x64',
483 'WebKit Mac Builder': 'gyp_release_bot_x64',
484 'WebKit Mac10.6': 'none',
485 'WebKit Mac10.7': 'none',
486 'WebKit Mac10.8': 'none',
487 'WebKit Mac10.9 (retina)': 'gyp_release_bot_x64',
488 'WebKit Mac10.10': 'none',
489 'WebKit Mac Oilpan': 'gyp_oilpan_release_bot_x64',
490 'WebKit Mac Builder (dbg)': 'gyp_debug_bot_x64',
491 'WebKit Mac10.7 (dbg)': 'none',
492 'WebKit Mac Oilpan (dbg)': 'gyp_oilpan_debug_bot_x64',
493 'WebKit Linux': 'gyp_release_bot_x64',
494 'WebKit Linux Trusty': 'gyp_release_bot_x64',
495 'WebKit Linux 32': 'gyp_release_bot_x86',
496 'WebKit Linux Oilpan': 'gyp_oilpan_release_bot_x64',
497 'WebKit Linux ASAN': 'gyp_asan_lsan_release_bot_x64',
498 'WebKit Linux Oilpan ASAN': 'gyp_oilpan_asan_lsan_release_bot_x64',
499 'WebKit Linux MSAN': 'gyp_msan_release_bot_x64',
500 'WebKit Linux Leak': 'gyp_release_bot_x64',
501 'WebKit Linux Oilpan Leak': 'gyp_oilpan_release_bot_x64',
502 'WebKit Linux (dbg)': 'gyp_debug_bot_x64',
503 'WebKit Linux Oilpan (dbg)': 'gyp_oilpan_debug_bot_x64',
504 'Android Builder': 'gyp_release_bot_android',
505 'WebKit Android (Nexus4)': 'gyp_release_bot_android',
446 }, 506 },
447 'chromium.fyi': { 507 'chromium.fyi': {
448 'CFI Linux': 'gn_cfi_bot', 508 'CFI Linux': 'gn_cfi_bot',
449 'CrWinClang64(dbg)': 'win_clang_debug_bot', 509 'CrWinClang64(dbg)': 'win_clang_debug_bot',
450 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', 510 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
451 'Site Isolation Linux': 'gn_release_trybot', 511 'Site Isolation Linux': 'gn_release_trybot',
452 'Site Isolation Win': 'gyp_release_trybot_x64', 512 'Site Isolation Win': 'gyp_release_trybot_x64',
453 'Linux ARM': 'swarming_gyp_release_bot_arm', 513 'Linux ARM': 'swarming_gyp_release_bot_arm',
454 }, 514 },
455 'chromium.webrtc.fyi': { 515 'chromium.webrtc.fyi': {
(...skipping 17 matching lines...) Expand all
473 'V8 Android GN (dbg)': 'android_gn_debug_bot', 533 'V8 Android GN (dbg)': 'android_gn_debug_bot',
474 }, 534 },
475 'official.desktop': { 535 'official.desktop': {
476 'precise64': 'gn_official', 536 'precise64': 'gn_official',
477 'blimp-engine': 'gn_blimp_debug', 537 'blimp-engine': 'gn_blimp_debug',
478 }, 538 },
479 'official.desktop.continuous': { 539 'official.desktop.continuous': {
480 'precise64 trunk': 'gn_official', 540 'precise64 trunk': 'gn_official',
481 }, 541 },
482 'tryserver.blink': { 542 'tryserver.blink': {
483 'android_blink_compile_dbg': 'android_gyp_debug_bot', 543 'linux_blink_dbg': 'gyp_debug_bot_minimal_symbols_x64',
484 'android_blink_compile_rel': 'android_gyp_release_trybot', 544 'linux_blink_compile_dbg': 'gyp_debug_bot_minimal_symbols_x64',
485 'android_chromium_gn_compile_rel': 'android_gn_release_bot', 545 'linux_blink_compile_rel': 'gyp_release_trybot_minimal_symbols_x64',
486 'linux_chromium_gn_rel': 'gn_release_bot', 546 'linux_blink_rel': 'gyp_release_trybot_minimal_symbols_x64',
547 'mac_blink_dbg': 'gyp_debug_bot_minimal_symbols_x64',
548 'mac_blink_compile_dbg': 'gyp_debug_bot_minimal_symbols_x64',
549 'mac_blink_compile_rel': 'gyp_release_bot_minimal_symbols_x64',
550 'mac_blink_rel': 'gyp_release_trybot_minimal_symbols_x64',
551 'win_blink_dbg': 'gyp_debug_bot_minimal_symbols_x86',
552 'win_blink_compile_dbg': 'gyp_debug_bot_minimal_symbols_x86',
553 'win_blink_compile_rel': 'gyp_release_trybot_minimal_symbols_x86',
554 'win_blink_rel': 'gyp_release_trybot_minimal_symbols_x86',
555 'linux_blink_oilpan_dbg': 'gyp_oilpan_debug_bot_minimal_symbols_x64',
556 'linux_blink_oilpan_rel': 'gyp_oilpan_release_trybot_minimal_symbols_x64',
557 'linux_blink_oilpan_compile_rel': 'gyp_oilpan_release_trybot_minimal_symbo ls_x64',
558 'mac_blink_oilpan_dbg': 'gyp_oilpan_debug_bot_minimal_symbols_x64',
559 'mac_blink_oilpan_rel': 'gyp_oilpan_release_trybot_minimal_symbols_x64',
560 'mac_blink_oilpan_compile_rel': 'gyp_oilpan_release_trybot_minimal_symbols _x64',
561 'win_blink_oilpan_dbg': 'gyp_oilpan_debug_bot_minimal_symbols_x86',
562 'win_blink_oilpan_rel': 'gyp_oilpan_release_trybot_minimal_symbols_x86',
563 'win_blink_oilpan_compile_rel': 'gyp_oilpan_release_trybot_minimal_symbols _x86',
564 'linux_blink_rel_ng': 'gyp_release_trybot_minimal_symbols_x64',
565 'blink_presubmit': 'none',
487 }, 566 },
488 'tryserver.chromium.android': { 567 'tryserver.chromium.android': {
489 'android_chromium_gn_rel': 'android_gn_release_trybot', 568 'android_chromium_gn_rel': 'android_gn_release_trybot',
490 'android_aura_tester': 'android_aura_gn_debug_bot', 569 'android_aura_tester': 'android_aura_gn_debug_bot',
491 'android_aura_compile': 'android_aura_gn_debug_bot', 570 'android_aura_compile': 'android_aura_gn_debug_bot',
492 }, 571 },
493 'tryserver.chromium.angle': { 572 'tryserver.chromium.angle': {
494 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 573 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
495 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot', 574 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot',
496 }, 575 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 644 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
566 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 645 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
567 'win_clang_x64_dbg': 'win_clang_debug_bot', 646 'win_clang_x64_dbg': 'win_clang_debug_bot',
568 }, 647 },
569 'tryserver.v8': { 648 'tryserver.v8': {
570 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 649 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
571 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 650 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
572 }, 651 },
573 }, 652 },
574 } 653 }
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