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

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

Issue 1774233002: [Android] Add mb_config entries for chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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_clang_asan_gyp_debug_trybot': ['android', 'clang', 'asan', 'gyp', ' debug_trybot'],
14 'android_gn_debug_bot': ['android', 'chrome_with_codecs', 'gn', 'debug_bot'] , 15 'android_gn_debug_bot': ['android', 'chrome_with_codecs', 'gn', 'debug_bot'] ,
15 'android_gn_debug_static_bot': ['android', 'chrome_with_codecs', 'gn', 'debu g_static_bot'], 16 'android_gn_debug_static_bot': ['android', 'chrome_with_codecs', 'gn', 'debu g_static_bot'],
16 'android_gn_debug_static_bot_arm64': ['android', 'chrome_with_codecs', 'gn', 'debug_static_bot', 'arm64'], 17 'android_gn_debug_static_bot_arm64': ['android', 'chrome_with_codecs', 'gn', 'debug_static_bot', 'arm64'],
17 'android_gn_debug_static_bot_mipsel': ['android', 'chrome_with_codecs', 'gn' , 'debug_static_bot', 'mipsel'], 18 'android_gn_debug_static_bot_mipsel': ['android', 'chrome_with_codecs', 'gn' , 'debug_static_bot', 'mipsel'],
18 'android_gn_debug_static_bot_x64': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x64'], 19 'android_gn_debug_static_bot_x64': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x64'],
19 'android_gn_debug_static_bot_x86': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x86'], 20 'android_gn_debug_static_bot_x86': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x86'],
21 'android_gn_debug_trybot': ['android', 'chrome_with_codecs', 'gn', 'debug_tr ybot'],
22 'android_gn_debug_trybot_mipsel': ['android', 'chrome_with_codecs', 'gn', 'd ebug_trybot', 'mipsel'],
23 'android_gn_debug_trybot_x64': ['android', 'chrome_with_codecs', 'gn', 'debu g_trybot', 'x64'],
24 'android_gn_debug_trybot_x86': ['android', 'chrome_with_codecs', 'gn', 'debu g_trybot', 'x86'],
20 'android_gn_release_bot': ['android', 'gn', 'release_bot'], 25 'android_gn_release_bot': ['android', 'gn', 'release_bot'],
21 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 26 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
22 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 27 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
23 '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'],
30 'android_gyp_debug_trybot_arm64': ['android', 'chrome_with_codecs', 'gyp', ' debug_trybot', 'arm64'],
24 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 31 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
25 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot_m inimal_symbols'], 32 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot_m inimal_symbols'],
33 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
26 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'], 34 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'],
27 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'], 35 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'],
28 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 36 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
29 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 37 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
30 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'], 38 'chromeos_ozone_gn_release_trybot': ['chromeos', 'ozone', 'gn', 'release_try bot'],
31 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], 39 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
32 'dev_gn_release': ['gn', 'release', 'shared'], 40 'dev_gn_release': ['gn', 'release', 'shared'],
33 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], 41 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
34 'dev_gyp_release': ['gyp', 'release', 'shared'], 42 'dev_gyp_release': ['gyp', 'release', 'shared'],
35 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'], 43 'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'Google Chrome Linux': 'gyp_official_goma_x86', 519 'Google Chrome Linux': 'gyp_official_goma_x86',
512 'Google Chrome Linux x64': 'gn_official_goma', 520 'Google Chrome Linux x64': 'gn_official_goma',
513 'Google Chrome Mac': 'gyp_official_goma', 521 'Google Chrome Mac': 'gyp_official_goma',
514 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 522 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
515 }, 523 },
516 'chromium.chromiumos': { 524 'chromium.chromiumos': {
517 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 525 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
518 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 526 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
519 }, 527 },
520 'chromium.linux': { 528 'chromium.linux': {
521 'Linux Builder': 'swarming_gn_release_bot',
522 'Linux Tests': 'none',
523 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
524 'Linux Tests (dbg)(1)(32)': 'none',
525 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
526 'Linux Tests (dbg)(1)': 'none',
527 'Linux GN': 'gn_release_bot',
528 'Linux GN Clobber': 'gn_release_bot',
529 'Linux GN (dbg)': 'gn_debug_bot',
530 'Cast Linux': 'cast_gn_release_bot',
531 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64', 529 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64',
530 'Android Builder': 'android_gyp_release_bot',
532 'Android Builder (dbg)': 'android_gyp_debug_static_bot', 531 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
533 'Android Tests (dbg)': 'android_gyp_debug_static_bot',
534 'Android Builder': 'android_gyp_release_bot',
535 'Android Tests': 'android_gyp_release_bot',
536 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot', 532 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
537 'Android GN': 'android_gn_release_bot', 533 'Android GN': 'android_gn_release_bot',
538 'Android GN (dbg)': 'android_gn_debug_bot', 534 'Android GN (dbg)': 'android_gn_debug_bot',
535 'Android Tests': 'android_gyp_release_bot',
536 'Android Tests (dbg)': 'android_gyp_debug_static_bot',
539 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', 537 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
538 'Cast Linux': 'cast_gn_release_bot',
539 'Linux Builder': 'swarming_gn_release_bot',
540 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
541 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
542 'Linux GN': 'gn_release_bot',
543 'Linux GN (dbg)': 'gn_debug_bot',
544 'Linux GN Clobber': 'gn_release_bot',
545 'Linux Tests': 'none',
546 'Linux Tests (dbg)(1)': 'none',
547 'Linux Tests (dbg)(1)(32)': 'none',
Dirk Pranke 2016/03/08 23:01:30 At one point in time these were intentionally un-s
jbudorick 2016/03/08 23:46:04 Alphabetically makes it easier to check for any on
540 }, 548 },
541 'chromium.mac': { 549 'chromium.mac': {
542 'Mac GN': 'gn_release_bot', 550 'Mac GN': 'gn_release_bot',
543 'Mac GN (dbg)': 'gn_debug_static_bot', 551 'Mac GN (dbg)': 'gn_debug_static_bot',
544 }, 552 },
545 'chromium.mojo': { 553 'chromium.mojo': {
546 'Chromium Mojo Android': 'android_gn_release_bot', 554 'Chromium Mojo Android': 'android_gn_release_bot',
547 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86', 555 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
548 'Chromium Mojo Linux': 'gn_release_bot', 556 'Chromium Mojo Linux': 'gn_release_bot',
549 }, 557 },
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'mac_blink_oilpan_dbg': 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols _x64', 726 'mac_blink_oilpan_dbg': 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols _x64',
719 'mac_blink_oilpan_rel': 'swarming_gyp_non_oilpan_release_trybot_minimal_sy mbols_x64', 727 'mac_blink_oilpan_rel': 'swarming_gyp_non_oilpan_release_trybot_minimal_sy mbols_x64',
720 'mac_blink_oilpan_compile_rel': 'swarming_gyp_non_oilpan_release_trybot_mi nimal_symbols_x64', 728 'mac_blink_oilpan_compile_rel': 'swarming_gyp_non_oilpan_release_trybot_mi nimal_symbols_x64',
721 'win_blink_oilpan_dbg': 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols _x86', 729 'win_blink_oilpan_dbg': 'swarming_gyp_non_oilpan_debug_bot_minimal_symbols _x86',
722 'win_blink_oilpan_rel': 'swarming_gyp_non_oilpan_release_trybot_minimal_sy mbols_x86', 730 'win_blink_oilpan_rel': 'swarming_gyp_non_oilpan_release_trybot_minimal_sy mbols_x86',
723 'win_blink_oilpan_compile_rel': 'swarming_gyp_non_oilpan_release_trybot_mi nimal_symbols_x86', 731 'win_blink_oilpan_compile_rel': 'swarming_gyp_non_oilpan_release_trybot_mi nimal_symbols_x86',
724 'linux_blink_rel_ng': 'swarming_gn_release_trybot_minimal_symbols_x64', 732 'linux_blink_rel_ng': 'swarming_gn_release_trybot_minimal_symbols_x64',
725 'blink_presubmit': 'none', 733 'blink_presubmit': 'none',
726 }, 734 },
727 'tryserver.chromium.android': { 735 'tryserver.chromium.android': {
728 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 736 'android_arm64_dbg_recipe': 'android_gyp_debug_trybot_arm64',
737 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
729 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 738 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
730 'android_chromium_gn_rel': 'android_gn_release_trybot', 739 'android_chromium_gn_rel': 'android_gn_release_trybot',
731 'android_compile_mips_dbg': 'android_gn_debug_static_bot_mipsel', 740 'android_clang_dbg_recipe': 'android_clang_asan_gyp_debug_trybot',
732 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', 741 'android_compile_dbg': 'android_gyp_debug_trybot',
733 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86', 742 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
743 'android_compile_rel': 'android_gyp_release_trybot',
744 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
745 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
746 'linux_android_dbg_ng': 'android_gyp_debug_trybot',
747 'linux_android_rel_ng': 'android_gyp_release_trybot',
734 }, 748 },
735 'tryserver.chromium.angle': { 749 'tryserver.chromium.angle': {
736 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 750 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
737 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 751 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
738 }, 752 },
739 'tryserver.chromium.linux': { 753 'tryserver.chromium.linux': {
740 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 754 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
741 'linux_full_bisect_builder': 'swarming_gyp_release_bot', 755 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
742 'linux_site_isolation': 'gn_release_trybot', 756 'linux_site_isolation': 'gn_release_trybot',
743 'linux_valgrind': 'gyp_valgrind_release_bot', 757 'linux_valgrind': 'gyp_valgrind_release_bot',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'win_chromium_clang_upload': 'gn_release_bot', 833 'win_chromium_clang_upload': 'gn_release_bot',
820 'win_clang_x64_dbg': 'win_clang_debug_bot', 834 'win_clang_x64_dbg': 'win_clang_debug_bot',
821 }, 835 },
822 'tryserver.v8': { 836 'tryserver.v8': {
823 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 837 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
824 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 838 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
825 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 839 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
826 }, 840 },
827 }, 841 },
828 } 842 }
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