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

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

Issue 1470623002: Update 'mb' setting for Linux ARM bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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).
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], 45 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
46 'gyp_debug_bot': ['gyp', 'debug_bot'], 46 'gyp_debug_bot': ['gyp', 'debug_bot'],
47 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], 47 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'],
48 'gyp_official_goma': ['gyp', 'official', 'goma'], 48 'gyp_official_goma': ['gyp', 'official', 'goma'],
49 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'], 49 'gyp_official_goma_chromeos': ['gyp', 'official', 'goma', 'chromeos'],
50 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'], 50 'gyp_official_goma_x86': ['gyp', 'official', 'goma', 'x86'],
51 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'], 51 'gyp_official_goma_minimal_symbols_android': ['gyp', 'official', 'goma', 'mi nimal_symbols', 'android'],
52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'], 52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma ', 'minimal_symbols', 'android', 'arm64'],
53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'], 53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima l_symbols', 'x64'],
54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'], 54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima l_symbols', 'x86'],
55 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'],
56 'gyp_release_trybot': ['gyp', 'release_trybot'], 55 'gyp_release_trybot': ['gyp', 'release_trybot'],
57 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], 56 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'],
58 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_ codecs'], 57 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_ codecs'],
59 58
60 # This is just for completeness; any bot that uses this config should never actually run MB. 59 # This is just for completeness; any bot that uses this config should never actually run MB.
61 'none': ['none'], 60 'none': ['none'],
62 61
63 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 62 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'],
64 'noswarming_gyp_release_bot_linux_dump_symbols': ['noswarming', 'gyp', 'rele ase_bot', 'linux_dump_symbols'], 63 'noswarming_gyp_release_bot_linux_dump_symbols': ['noswarming', 'gyp', 'rele ase_bot', 'linux_dump_symbols'],
65 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'], 64 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'],
66 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', ' release_bot', 'x86', 'linux_dump_symbols'], 65 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', ' release_bot', 'x86', 'linux_dump_symbols'],
67 66
68 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'], 67 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'],
69 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'], 68 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
70 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'], 69 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'],
71 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 70 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
72 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'], 71 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb ug_trybot'],
73 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'], 72 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'],
74 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], 73 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
75 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], 74 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
76 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], 75 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
77 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'], 76 'swarming_gn_release_trybot': ['swarming', 'gn', 'release_bot'],
78 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'], 77 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'],
79 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], 78 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
80 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], 79 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'],
80 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'],
81 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'], 81 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'],
82 'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot ', 'arm_float', 'crosscompile'],
83 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'], 82 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'],
84 83
85 # clang/win doesn't work with goma yet, so this can't use debug_bot: 84 # clang/win doesn't work with goma yet, so this can't use debug_bot:
86 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] , 85 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] ,
87 }, 86 },
88 87
89 # This is a list of configs that do not actually exist on any bot 88 # This is a list of configs that do not actually exist on any bot
90 # but are used so commonly by devs that we must support them. 89 # but are used so commonly by devs that we must support them.
91 'common_dev_configs': [ 90 'common_dev_configs': [
92 'dev_gn_debug', 91 'dev_gn_debug',
(...skipping 27 matching lines...) Expand all
120 'arm': { 119 'arm': {
121 'gn_args': 'target_cpu="arm"', 120 'gn_args': 'target_cpu="arm"',
122 'gyp_defines': 'target_arch=arm', 121 'gyp_defines': 'target_arch=arm',
123 }, 122 },
124 123
125 'arm64': { 124 'arm64': {
126 'gn_args': 'target_cpu="arm64"', 125 'gn_args': 'target_cpu="arm64"',
127 'gyp_defines': 'target_arch=arm64', 126 'gyp_defines': 'target_arch=arm64',
128 }, 127 },
129 128
130 'arm_float': {
131 'gn_args': 'error',
132 'gyp_defines': 'target_arch=arm arm_float_abi=hard',
133 },
134
135 'arm64': { 129 'arm64': {
136 'gn_args': 'target_cpu="arm64"', 130 'gn_args': 'target_cpu="arm64"',
137 'gyp_defines': 'target_arch=arm64', 131 'gyp_defines': 'target_arch=arm64',
138 }, 132 },
139 133
140 'asan': { 134 'asan': {
141 'gn_args': 'is_asan=true', 135 'gn_args': 'is_asan=true',
142 'gyp_defines': 'asan=1', 136 'gyp_defines': 'asan=1',
143 }, 137 },
144 138
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'Google Chrome Linux x64': 'gn_official_goma', 374 'Google Chrome Linux x64': 'gn_official_goma',
381 'Google Chrome Mac': 'gyp_official_goma', 375 'Google Chrome Mac': 'gyp_official_goma',
382 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 376 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
383 }, 377 },
384 'chromium.chromiumos': { 378 'chromium.chromiumos': {
385 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 379 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
386 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 380 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
387 }, 381 },
388 'chromium.linux': { 382 'chromium.linux': {
389 'Linux Builder': 'swarming_gn_release_bot', 383 'Linux Builder': 'swarming_gn_release_bot',
390 'Linux Tests': 'swarming_gn_release_bot', 384 'Linux Tests': 'none',
391 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 385 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
392 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 386 'Linux Tests (dbg)(1)(32)': 'none',
393 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 387 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
394 'Linux Tests (dbg)(1)': 'swarming_gn_debug_bot', 388 'Linux Tests (dbg)(1)': 'none',
395 'Linux GN': 'gn_release_bot', 389 'Linux GN': 'gn_release_bot',
396 'Linux GN Clobber': 'gn_release_bot', 390 'Linux GN Clobber': 'gn_release_bot',
397 'Linux GN (dbg)': 'gn_debug_bot', 391 'Linux GN (dbg)': 'gn_debug_bot',
398 'Cast Linux': 'cast_gyp_release_bot', 392 'Cast Linux': 'cast_gyp_release_bot',
399 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64', 393 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64',
400 'Android Builder (dbg)': 'android_gyp_debug_static_bot', 394 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
401 'Android Tests (dbg)': 'android_gyp_debug_static_bot', 395 'Android Tests (dbg)': 'android_gyp_debug_static_bot',
402 'Android Builder': 'android_gyp_release_bot', 396 'Android Builder': 'android_gyp_release_bot',
403 'Android Tests': 'android_gyp_release_bot', 397 'Android Tests': 'android_gyp_release_bot',
404 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot', 398 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'Android GN': 'android_gn_release_bot', 432 'Android GN': 'android_gn_release_bot',
439 'Android GN (dbg)': 'android_gn_debug_bot', 433 'Android GN (dbg)': 'android_gn_debug_bot',
440 'Linux GN': 'gn_release_bot', 434 'Linux GN': 'gn_release_bot',
441 'Linux GN (dbg)': 'gn_debug_bot' 435 'Linux GN (dbg)': 'gn_debug_bot'
442 }, 436 },
443 'chromium.fyi': { 437 'chromium.fyi': {
444 'CrWinClang64(dbg)': 'win_clang_debug_bot', 438 'CrWinClang64(dbg)': 'win_clang_debug_bot',
445 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot', 439 'Libfuzzer Upload Linux': 'libfuzzer_upload_bot',
446 'Site Isolation Linux': 'gn_release_trybot', 440 'Site Isolation Linux': 'gn_release_trybot',
447 'Site Isolation Win': 'gyp_release_trybot_x64', 441 'Site Isolation Win': 'gyp_release_trybot_x64',
448 'Linux ARM': 'gyp_release_bot_arm', 442 'Linux ARM': 'swarming_gyp_release_bot_arm',
449 }, 443 },
450 'chromium.webrtc.fyi': { 444 'chromium.webrtc.fyi': {
451 'Android GN': 'android_gn_release_bot', 445 'Android GN': 'android_gn_release_bot',
452 'Android GN (dbg)': 'android_gn_debug_bot', 446 'Android GN (dbg)': 'android_gn_debug_bot',
453 'Linux GN': 'gn_release_bot', 447 'Linux GN': 'gn_release_bot',
454 'Linux GN (dbg)': 'gn_debug_bot', 448 'Linux GN (dbg)': 'gn_debug_bot',
455 'Mac GN': 'gn_release_bot', 449 'Mac GN': 'gn_release_bot',
456 'Mac GN (dbg)': 'gn_debug_static_bot', 450 'Mac GN (dbg)': 'gn_debug_static_bot',
457 'Win GN': 'gn_release_bot_minimal_symbols_x86', 451 'Win GN': 'gn_release_bot_minimal_symbols_x86',
458 'Win GN (dbg)': 'gn_debug_bot_minimal_symbols_x86', 452 'Win GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 494 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
501 'linux_chromium_trusty_dbg': 'gyp_debug_bot', 495 'linux_chromium_trusty_dbg': 'gyp_debug_bot',
502 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', 496 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86',
503 'linux_chromium_gn_dbg': 'gn_debug_bot', 497 'linux_chromium_gn_dbg': 'gn_debug_bot',
504 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 498 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
505 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 499 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
506 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 500 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
507 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 501 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
508 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', 502 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
509 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', 503 'linux_arm_compile': 'swarming_gyp_release_trybot_arm',
510 'linux_arm': 'swarming_gyp_release_trybot_arm_float',
511 'linux_arm_tester': 'none',
512 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 504 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
513 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 505 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
514 'linux_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_linux_dump_sy mbols', 506 'linux_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_linux_dump_sy mbols',
515 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', 507 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
516 'linux_chromium_gn_upload': 'gn_linux_upload', 508 'linux_chromium_gn_upload': 'gn_linux_upload',
517 'cast_shell_linux': 'cast_gyp_release_trybot', 509 'cast_shell_linux': 'cast_gyp_release_trybot',
518 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', 510 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
519 'linux_ecs_ozone': 'embedded_gyp_debug_bot', 511 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
520 }, 512 },
521 'tryserver.chromium.mac': { 513 'tryserver.chromium.mac': {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 549 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
558 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 550 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
559 'win_clang_x64_dbg': 'win_clang_debug_bot', 551 'win_clang_x64_dbg': 'win_clang_debug_bot',
560 }, 552 },
561 'tryserver.v8': { 553 'tryserver.v8': {
562 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 554 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
563 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 555 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
564 }, 556 },
565 }, 557 },
566 } 558 }
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