OLD | NEW |
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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', | 596 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', |
597 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', | 597 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', |
598 'linux_chromium_trusty_dbg': 'gyp_debug_bot', | 598 'linux_chromium_trusty_dbg': 'gyp_debug_bot', |
599 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', | 599 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', |
600 'linux_chromium_gn_dbg': 'gn_debug_bot', | 600 'linux_chromium_gn_dbg': 'gn_debug_bot', |
601 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 601 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
602 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 602 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
603 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', | 603 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', |
604 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', | 604 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', |
605 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', | 605 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', |
606 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', | 606 'linux_arm': 'swarming_gyp_release_trybot_arm', |
607 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 607 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
608 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 608 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
609 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', | 609 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', |
610 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', | 610 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', |
611 'linux_chromium_gn_upload': 'gn_linux_upload', | 611 'linux_chromium_gn_upload': 'gn_linux_upload', |
612 'cast_shell_linux': 'cast_gyp_release_trybot', | 612 'cast_shell_linux': 'cast_gyp_release_trybot', |
613 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', | 613 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', |
614 'linux_ecs_ozone': 'embedded_gyp_debug_bot', | 614 'linux_ecs_ozone': 'embedded_gyp_debug_bot', |
615 }, | 615 }, |
616 'tryserver.chromium.mac': { | 616 'tryserver.chromium.mac': { |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 655 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
656 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 656 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
657 'win_clang_x64_dbg': 'win_clang_debug_bot', | 657 'win_clang_x64_dbg': 'win_clang_debug_bot', |
658 }, | 658 }, |
659 'tryserver.v8': { | 659 'tryserver.v8': { |
660 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 660 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
661 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 661 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
662 }, | 662 }, |
663 }, | 663 }, |
664 } | 664 } |
OLD | NEW |