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

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

Issue 1692583002: Add linux_chromium_clang_upload bot (src part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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 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 10 matching lines...) Expand all
21 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 21 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
22 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 22 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
23 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'], 23 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
24 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 24 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
25 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'], 25 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot', 'minimal_symbols'],
26 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'], 26 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'],
27 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'], 27 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'],
28 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 28 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
29 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 29 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
30 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'], 30 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
31 'clang_upload': ['gn', 'release_bot'],
Dirk Pranke 2016/02/11 20:52:16 just reuse the 'gn_release_bot' config (from line
krasin1 2016/02/11 22:26:55 Makes sense. Done.
31 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 32 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
32 'dev_gn_release': ['gn', 'release', 'shared'], 33 'dev_gn_release': ['gn', 'release', 'shared'],
33 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 34 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
34 'dev_gyp_release': ['gyp', 'release', 'shared'], 35 'dev_gyp_release': ['gyp', 'release', 'shared'],
35 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 36 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
36 37
37 # This is the "deployment" config for the blimp builds. Currently 38 # This is the "deployment" config for the blimp builds. Currently
38 # we want them to be debug, non-optimized builds (and we don't need any 39 # we want them to be debug, non-optimized builds (and we don't need any
39 # chrome branding), so we don't use the "official" mixin. 40 # chrome branding), so we don't use the "official" mixin.
40 # We need chromeos and ozone to eliminate any dependencies on X11. We 41 # We need chromeos and ozone to eliminate any dependencies on X11. We
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 734 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
734 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 735 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
735 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 736 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
736 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', 737 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
737 'linux_arm': 'swarming_gyp_release_trybot_arm', 738 'linux_arm': 'swarming_gyp_release_trybot_arm',
738 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 739 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
739 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 740 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
740 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 741 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
741 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', 742 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
742 'linux_chromium_gn_upload': 'gn_linux_upload', 743 'linux_chromium_gn_upload': 'gn_linux_upload',
744 'linux_chromium_clang_upload': 'clang_upload',
Dirk Pranke 2016/02/11 20:52:16 s/clang_upload/gn_release_bot/ .
krasin1 2016/02/11 22:26:55 Done.
743 'cast_shell_linux': 'cast_gn_release_trybot', 745 'cast_shell_linux': 'cast_gn_release_trybot',
744 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', 746 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
745 'linux_ecs_ozone': 'embedded_gyp_debug_bot', 747 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
746 }, 748 },
747 'tryserver.chromium.mac': { 749 'tryserver.chromium.mac': {
748 'mac_chromium_gn_dbg': 'gn_debug_static_bot', 750 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
749 'mac_chromium_gn_rel': 'gn_release_trybot', 751 'mac_chromium_gn_rel': 'gn_release_trybot',
750 'mac_chromium_gn_upload': 'gn_release_bot', 752 'mac_chromium_gn_upload': 'gn_release_bot',
751 }, 753 },
752 'tryserver.chromium.perf': { 754 'tryserver.chromium.perf': {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 794 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
793 'win_clang_x64_dbg': 'win_clang_debug_bot', 795 'win_clang_x64_dbg': 'win_clang_debug_bot',
794 }, 796 },
795 'tryserver.v8': { 797 'tryserver.v8': {
796 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 798 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
797 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 799 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
798 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 800 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
799 }, 801 },
800 }, 802 },
801 } 803 }
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