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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 'linux_perf_cq': 'gn_official_goma', | 792 'linux_perf_cq': 'gn_official_goma', |
793 'mac_retina_perf_cq': 'gyp_official_goma', | 793 'mac_retina_perf_cq': 'gyp_official_goma', |
794 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', | 794 'winx64_10_perf_cq': 'gyp_official_goma_minimal_symbols_x64', |
795 'linux_fyi_perf_bisect': 'gn_official_goma', | 795 'linux_fyi_perf_bisect': 'gn_official_goma', |
796 'mac_fyi_perf_bisect': 'gyp_official_goma', | 796 'mac_fyi_perf_bisect': 'gyp_official_goma', |
797 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', | 797 'win_fyi_perf_bisect': 'gyp_official_goma_minimal_symbols_x86', |
798 }, | 798 }, |
799 'tryserver.chromium.win': { | 799 'tryserver.chromium.win': { |
800 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', | 800 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |
801 'win_chromium_gn_x64_rel': 'gn_release_trybot', | 801 'win_chromium_gn_x64_rel': 'gn_release_trybot', |
| 802 'win_chromium_x64_rel_ng': 'gn_release_trybot', |
802 'win8_chromium_ng': 'gn_release_trybot_x86', | 803 'win8_chromium_ng': 'gn_release_trybot_x86', |
803 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', | 804 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', |
804 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 805 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
805 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 806 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
806 'win_clang_x64_dbg': 'win_clang_debug_bot', | 807 'win_clang_x64_dbg': 'win_clang_debug_bot', |
807 }, | 808 }, |
808 'tryserver.v8': { | 809 'tryserver.v8': { |
809 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 810 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
810 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 811 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
811 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', | 812 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', |
812 }, | 813 }, |
813 }, | 814 }, |
814 } | 815 } |
OLD | NEW |