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

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

Issue 2084253002: Flip more Mac builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_most_cros
Patch Set: remove angle, macviews builders Created 4 years, 6 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 a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
11 # include a configuration with 'chrome_with_codecs' since these builders 11 # include a configuration with 'chrome_with_codecs' since these builders
12 # generated publicly advertised non-Official builds which are not allowed 12 # generated publicly advertised non-Official builds which are not allowed
13 # to have proprietary codecs enabled. 13 # to have proprietary codecs enabled.
14 'chromium': { 14 'chromium': {
15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', 15 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
16 'Linux x64': 'noswarming_gn_release_bot', 16 'Linux x64': 'noswarming_gn_release_bot',
17 'Mac': 'noswarming_gyp_release_bot_mac_strip', 17 'Mac': 'noswarming_gn_release_bot_mac_strip',
18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 18 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', 19 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
20 }, 20 },
21 21
22 'chromium.android': { 22 'chromium.android': {
23 'Android Cronet ARM64 Builder': 23 'Android Cronet ARM64 Builder':
24 'android_cronet_gn_release_bot_minimal_symbols_arm64', 24 'android_cronet_gn_release_bot_minimal_symbols_arm64',
25 'Android Cronet ARM64 Builder (dbg)': 25 'Android Cronet ARM64 Builder (dbg)':
26 'android_cronet_gn_debug_static_bot_arm64', 26 'android_cronet_gn_debug_static_bot_arm64',
27 'Android Cronet ARMv6 Builder': 27 'Android Cronet ARMv6 Builder':
(...skipping 28 matching lines...) Expand all
56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot', 56 'Lollipop Low-end Tester': 'android_gn_debug_static_bot',
57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot',
58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot',
59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64',
60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot',
61 }, 61 },
62 62
63 'chromium.chrome': { 63 'chromium.chrome': {
64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', 64 'Google Chrome ChromeOS': 'gn_official_goma_chromeos',
65 'Google Chrome Linux x64': 'gn_official_goma', 65 'Google Chrome Linux x64': 'gn_official_goma',
66 'Google Chrome Mac': 'gyp_official_goma', 66 'Google Chrome Mac': 'gn_official_goma',
67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
68 }, 68 },
69 69
70 'chromium.chromiumos': { 70 'chromium.chromiumos': {
71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot',
75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot',
76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot',
(...skipping 24 matching lines...) Expand all
101 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', 101 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
102 'Chromium Mac 10.11': 'gyp_release_bot', 102 'Chromium Mac 10.11': 'gyp_release_bot',
103 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', 103 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot',
104 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', 104 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot',
105 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', 105 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot',
106 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', 106 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot',
107 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', 107 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot',
108 'Chromium Win PGO Builder': 'gyp_official_winpgo', 108 'Chromium Win PGO Builder': 'gyp_official_winpgo',
109 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', 109 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64',
110 'Chromium Windows Analyze': 'gn_windows_analyze', 110 'Chromium Windows Analyze': 'gn_windows_analyze',
111 'CrWin7Goma': 'gyp_release_bot_minimal_symbols_x86', 111 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86',
Robert Sesek 2016/06/21 23:31:07 Some Win stuff snuck in here too. May want to ment
Dirk Pranke 2016/06/21 23:32:34 Whoops. It wasn't supposed to. Too many git branch
112 'CrWin7Goma(clbr)': 'gyp_shared_release_bot_minimal_symbols_x86', 112 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86',
113 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', 113 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86',
114 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 114 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
115 'CrWinClang': 115 'CrWinClang':
116 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', 116 'swarming_gn_clang_official_release_bot_minimal_symbols_x86',
117 'CrWinClang(dbg)': 117 'CrWinClang(dbg)':
118 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 118 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
119 'CrWinClang(dbg) tester': 'none', 119 'CrWinClang(dbg) tester': 'none',
120 'CrWinClang64': 120 'CrWinClang64':
121 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', 121 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
122 'CrWinClang tester': 'none', 122 'CrWinClang tester': 'none',
123 'CrWinClang64(dll)': 123 'CrWinClang64(dll)':
124 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', 124 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64',
125 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', 125 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86',
126 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 126 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
127 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 127 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
128 'ClangToTAndroidASan': 'android_clang_tot_asan', 128 'ClangToTAndroidASan': 'android_clang_tot_asan',
129 'ClangToTAndroidASan tester': 'none', 129 'ClangToTAndroidASan tester': 'none',
130 'ClangToTLinux': 130 'ClangToTLinux':
131 'swarming_gn_clang_tot_linux_full_symbols_shared_release', 131 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
132 'ClangToTLinux tester': 'none', 132 'ClangToTLinux tester': 'none',
133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', 134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
135 'ClangToTLinuxASan tester': 'none', 135 'ClangToTLinuxASan tester': 'none',
136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
137 'ClangToTLinuxLLD tester': 'none', 137 'ClangToTLinuxLLD tester': 'none',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 # These all use the 'trybot' mixins to ensure that dcheck is on. 250 # These all use the 'trybot' mixins to ensure that dcheck is on.
251 'Android Release (Nexus 5)': 'android_gn_release_trybot', 251 'Android Release (Nexus 5)': 'android_gn_release_trybot',
252 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64', 252 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
253 'Android Release (Nexus 6)': 'android_gn_release_trybot', 253 'Android Release (Nexus 6)': 'android_gn_release_trybot',
254 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64', 254 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64',
255 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64', 255 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64',
256 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 256 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
257 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 257 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
258 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 258 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
259 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 259 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
260 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 260 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
261 'GPU Win Builder (dbg)': 261 'GPU Win Builder (dbg)':
262 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 262 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86',
263 'GPU Win Clang Builder (dbg)': 263 'GPU Win Clang Builder (dbg)':
264 'swarming_gpu_fyi_tests_win_clang_debug_bot', 264 'swarming_gpu_fyi_tests_win_clang_debug_bot',
265 'GPU Win x64 Builder': 265 'GPU Win x64 Builder':
266 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 266 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64',
267 'GPU Win x64 Builder (dbg)': 267 'GPU Win x64 Builder (dbg)':
268 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 268 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64',
269 'Linux ChromiumOS Builder': 269 'Linux ChromiumOS Builder':
270 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot', 270 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot',
271 'Linux Debug (NVIDIA)': 'none', 271 'Linux Debug (NVIDIA)': 'none',
272 'Linux Debug (New Intel)': 'none', 272 'Linux Debug (New Intel)': 'none',
273 'Linux Release (ATI)': 'none', 273 'Linux Release (ATI)': 'none',
274 'Linux Release (NVIDIA GeForce 730)': 'none', 274 'Linux Release (NVIDIA GeForce 730)': 'none',
275 'Linux Release (NVIDIA)': 'none', 275 'Linux Release (NVIDIA)': 'none',
276 'Linux Release (New Intel)': 'none', 276 'Linux Release (New Intel)': 'none',
277 'Mac 10.10 Debug (ATI)': 'none', 277 'Mac 10.10 Debug (ATI)': 'none',
278 'Mac 10.10 Debug (Intel)': 'none', 278 'Mac 10.10 Debug (Intel)': 'none',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'Mac 10.10 Perf (1)': 'none', 457 'Mac 10.10 Perf (1)': 'none',
458 'Mac 10.10 Perf (2)': 'none', 458 'Mac 10.10 Perf (2)': 'none',
459 'Mac 10.10 Perf (3)': 'none', 459 'Mac 10.10 Perf (3)': 'none',
460 'Mac 10.10 Perf (4)': 'none', 460 'Mac 10.10 Perf (4)': 'none',
461 'Mac 10.10 Perf (5)': 'none', 461 'Mac 10.10 Perf (5)': 'none',
462 'Mac 10.11 Perf (1)': 'none', 462 'Mac 10.11 Perf (1)': 'none',
463 'Mac 10.11 Perf (2)': 'none', 463 'Mac 10.11 Perf (2)': 'none',
464 'Mac 10.11 Perf (3)': 'none', 464 'Mac 10.11 Perf (3)': 'none',
465 'Mac 10.11 Perf (4)': 'none', 465 'Mac 10.11 Perf (4)': 'none',
466 'Mac 10.11 Perf (5)': 'none', 466 'Mac 10.11 Perf (5)': 'none',
467 'Mac Builder': 'gyp_official_goma', 467 'Mac Builder': 'gn_official_goma',
468 'Mac HDD Perf (1)': 'none', 468 'Mac HDD Perf (1)': 'none',
469 'Mac HDD Perf (2)': 'none', 469 'Mac HDD Perf (2)': 'none',
470 'Mac HDD Perf (3)': 'none', 470 'Mac HDD Perf (3)': 'none',
471 'Mac HDD Perf (4)': 'none', 471 'Mac HDD Perf (4)': 'none',
472 'Mac HDD Perf (5)': 'none', 472 'Mac HDD Perf (5)': 'none',
473 'Mac Retina Perf (1)': 'none', 473 'Mac Retina Perf (1)': 'none',
474 'Mac Retina Perf (2)': 'none', 474 'Mac Retina Perf (2)': 'none',
475 'Mac Retina Perf (3)': 'none', 475 'Mac Retina Perf (3)': 'none',
476 'Mac Retina Perf (4)': 'none', 476 'Mac Retina Perf (4)': 'none',
477 'Mac Retina Perf (5)': 'none', 477 'Mac Retina Perf (5)': 'none',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 700
701 'tryserver.chromium.angle': { 701 'tryserver.chromium.angle': {
702 'android_angle_rel_ng': 702 'android_angle_rel_ng':
703 'swarming_gpu_tests_android_gn_release_trybot', 703 'swarming_gpu_tests_android_gn_release_trybot',
704 'linux_angle_chromeos_rel_ng': 704 'linux_angle_chromeos_rel_ng':
705 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot', 705 'swarming_gpu_fyi_tests_chromeos_gn_release_trybot',
706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 706 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 707 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 708 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 709 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 710 'win_angle_dbg_ng': 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86',
711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 711 'win_angle_rel_ng': 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
712 'win_angle_x64_dbg_ng': 712 'win_angle_x64_dbg_ng':
713 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 713 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64',
714 'win_angle_x64_rel_ng': 714 'win_angle_x64_rel_ng':
715 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 715 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64',
716 }, 716 },
717 717
718 'tryserver.chromium.linux': { 718 'tryserver.chromium.linux': {
719 'blimp_linux_dbg': 719 'blimp_linux_dbg':
720 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn', 720 '//build/args/bots/chromium.linux/blimp_linux_dbg.gn',
721 'Chromium Linux Codesearch Builder': 'codesearch_gn', 721 'Chromium Linux Codesearch Builder': 'codesearch_gn',
722 'ChromiumOS Codesearch Builder': 'codesearch_gn', 722 'ChromiumOS Codesearch Builder': 'codesearch_gn',
723 'cast_shell_linux': 'cast_gn_release_trybot', 723 'cast_shell_linux': 'cast_gn_release_trybot',
724 'chromeos_amd64-generic_variable': 'findit', 724 'chromeos_amd64-generic_variable': 'findit',
725 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 725 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'swarming_gpu_fyi_tests_gn_release_trybot', 789 'swarming_gpu_fyi_tests_gn_release_trybot',
790 'linux_site_isolation': 'gn_release_trybot', 790 'linux_site_isolation': 'gn_release_trybot',
791 'linux_upload_clang': 'gn_release_bot', 791 'linux_upload_clang': 'gn_release_bot',
792 }, 792 },
793 793
794 'tryserver.chromium.mac': { 794 'tryserver.chromium.mac': {
795 'ios-device': 'ios_gyp', 795 'ios-device': 'ios_gyp',
796 'ios-device-gn': 'ios_gn', 796 'ios-device-gn': 'ios_gn',
797 'ios-simulator': 'ios_gyp', 797 'ios-simulator': 'ios_gyp',
798 'ios-simulator-gn': 'ios_gn', 798 'ios-simulator-gn': 'ios_gn',
799 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 799 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
800 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 800 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
801 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot', 801 'mac_chromium_archive_rel_ng': 'noswarming_gn_release_trybot',
802 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 802 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
803 'mac_chromium_asan_variable': 'findit', 803 'mac_chromium_asan_variable': 'findit',
804 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 804 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
805 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 805 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
806 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot', 806 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
807 'mac_chromium_gn_dbg': 'gn_debug_bot', 807 'mac_chromium_gn_dbg': 'gn_debug_bot',
808 'mac_chromium_gn_rel': 'gn_release_trybot', 808 'mac_chromium_gn_rel': 'gn_release_trybot',
809 'mac_chromium_gn_upload': 'gn_release_bot', 809 'mac_chromium_gn_upload': 'gn_release_bot',
810 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 810 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
811 'mac_chromium_variable': 'findit', 811 'mac_chromium_variable': 'findit',
812 'mac_chromium_variable_10.10': 'findit', 812 'mac_chromium_variable_10.10': 'findit',
813 'mac_chromium_variable_10.10_layout': 'findit', 813 'mac_chromium_variable_10.10_layout': 'findit',
814 'mac_chromium_variable_10.11': 'findit', 814 'mac_chromium_variable_10.11': 'findit',
815 'mac_chromium_variable_10.11_layout': 'findit', 815 'mac_chromium_variable_10.11_layout': 'findit',
816 'mac_chromium_variable_archive': 'findit', 816 'mac_chromium_variable_archive': 'findit',
817 'mac_chromium_variable_chrome': 'findit', 817 'mac_chromium_variable_chrome': 'findit',
818 'mac_chromium_variable_gn': 'findit', 818 'mac_chromium_variable_gn': 'findit',
819 'mac_chromium_variable_layout': 'findit', 819 'mac_chromium_variable_layout': 'findit',
820 'mac_nacl_sdk': 'gyp_release_bot', 820 'mac_nacl_sdk': 'gn_release_bot',
821 'mac_nacl_sdk_build': 'gyp_release_bot', 821 'mac_nacl_sdk_build': 'gn_release_bot',
822 'mac_optional_gpu_tests_rel': 822 'mac_optional_gpu_tests_rel':
823 'swarming_gpu_fyi_tests_gyp_release_trybot', 823 'swarming_gpu_fyi_tests_gn_release_trybot',
824 'mac_upload_clang': 'gn_release_bot', 824 'mac_upload_clang': 'gn_release_bot',
825 }, 825 },
826 826
827 'tryserver.chromium.perf': { 827 'tryserver.chromium.perf': {
828 'android_arm64_perf_bisect_builder': 828 'android_arm64_perf_bisect_builder':
829 'gn_official_goma_minimal_symbols_android_arm64', 829 'gn_official_goma_minimal_symbols_android_arm64',
830 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android', 830 'android_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_android',
831 'android_nexus5X_perf_bisect': 831 'android_nexus5X_perf_bisect':
832 'gn_official_goma_minimal_symbols_android', 832 'gn_official_goma_minimal_symbols_android',
833 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android', 833 'android_nexus5_perf_bisect': 'gn_official_goma_minimal_symbols_android',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 892 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
893 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 893 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
894 'win_clang': 'win_clang_debug_bot', 894 'win_clang': 'win_clang_debug_bot',
895 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', 895 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86',
896 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', 896 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
897 'win_clang_x64_dbg': 'win_clang_debug_bot', 897 'win_clang_x64_dbg': 'win_clang_debug_bot',
898 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', 898 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64',
899 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86', 899 'win_nacl_sdk': 'gyp_release_bot_minimal_symbols_x86',
900 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86', 900 'win_nacl_sdk_build': 'gyp_release_bot_minimal_symbols_x86',
901 'win_optional_gpu_tests_rel': 901 'win_optional_gpu_tests_rel':
902 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 902 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86',
903 'win_pgo': 'gyp_official_winpgo', 903 'win_pgo': 'gyp_official_winpgo',
904 'win_upload_clang': 'gn_release_bot', 904 'win_upload_clang': 'gn_release_bot',
905 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', 905 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86',
906 'win_x64_chromium_variable_builder': 'findit', 906 'win_x64_chromium_variable_builder': 'findit',
907 }, 907 },
908 908
909 'tryserver.v8': { 909 'tryserver.v8': {
910 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 910 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
911 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', 911 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64',
912 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 912 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 ], 1294 ],
1295 1295
1296 'gyp_debug_bot': [ 1296 'gyp_debug_bot': [
1297 'gyp', 'debug_bot', 1297 'gyp', 'debug_bot',
1298 ], 1298 ],
1299 1299
1300 'gyp_debug_bot_minimal_symbols_x64': [ 1300 'gyp_debug_bot_minimal_symbols_x64': [
1301 'gyp', 'debug_bot_minimal_symbols', 'x64', 1301 'gyp', 'debug_bot_minimal_symbols', 'x64',
1302 ], 1302 ],
1303 1303
1304 'gyp_debug_bot_minimal_symbols_x86': [ 1304 'gn_debug_bot_minimal_symbols_x86': [
1305 'gyp', 'debug_bot_minimal_symbols', 'x86', 1305 'gn', 'debug_bot_minimal_symbols', 'x86',
1306 ], 1306 ],
1307 1307
1308 'gyp_drmemory_shared_release_x86': [ 1308 'gyp_drmemory_shared_release_x86': [
1309 'gyp', 'drmemory', 'shared', 'release', 'x86', 1309 'gyp', 'drmemory', 'shared', 'release', 'x86',
1310 ], 1310 ],
1311 1311
1312 'gyp_drmemory_shared_release_x64': [ 1312 'gyp_drmemory_shared_release_x64': [
1313 'gyp', 'drmemory', 'shared', 'release', 'x64', 1313 'gyp', 'drmemory', 'shared', 'release', 'x64',
1314 ], 1314 ],
1315 1315
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 ], 1360 ],
1361 1361
1362 'gyp_release_bot_minimal_symbols_x86': [ 1362 'gyp_release_bot_minimal_symbols_x86': [
1363 'gyp', 'release_bot_minimal_symbols', 'x86' 1363 'gyp', 'release_bot_minimal_symbols', 'x86'
1364 ], 1364 ],
1365 1365
1366 'gyp_release_trybot_x64': [ 1366 'gyp_release_trybot_x64': [
1367 'gyp', 'release_trybot', 'x64', 1367 'gyp', 'release_trybot', 'x64',
1368 ], 1368 ],
1369 1369
1370 'gyp_shared_release_bot_minimal_symbols_x86': [ 1370 'gn_shared_release_bot_minimal_symbols_x86': [
1371 'gyp', 'shared_release_bot', 'minimal_symbols', 'x86', 1371 'gn', 'shared_release_bot', 'minimal_symbols', 'x86',
1372 ], 1372 ],
1373 1373
1374 'gyp_syzyasan_no_pch_win_z7_x86': [ 1374 'gyp_syzyasan_no_pch_win_z7_x86': [
1375 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86', 1375 'gyp', 'syzyasan', 'no_pch', 'win_z7', 'x86',
1376 ], 1376 ],
1377 1377
1378 'gyp_tsan_disable_nacl_line_tables_debug_bot': [ 1378 'gyp_tsan_disable_nacl_line_tables_debug_bot': [
1379 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', 1379 'gyp', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot',
1380 ], 1380 ],
1381 1381
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 ], 1427 ],
1428 1428
1429 'noswarming_gn_release_bot_minimal_symbols_x86': [ 1429 'noswarming_gn_release_bot_minimal_symbols_x86': [
1430 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86', 1430 'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
1431 ], 1431 ],
1432 1432
1433 'noswarming_gn_release_bot_x64': [ 1433 'noswarming_gn_release_bot_x64': [
1434 'noswarming', 'gn', 'release_bot', 'x64', 1434 'noswarming', 'gn', 'release_bot', 'x64',
1435 ], 1435 ],
1436 1436
1437 'noswarming_gyp_release_bot_mac_strip': [ 1437 'noswarming_gn_release_bot_mac_strip': [
1438 'noswarming', 'gyp', 'release_bot', 'mac_strip', 1438 'noswarming', 'gn', 'release_bot', 'mac_strip',
1439 ], 1439 ],
1440 1440
1441 'noswarming_gyp_release_trybot': [ 1441 'noswarming_gn_release_trybot': [
1442 'noswarming', 'gyp', 'release_trybot', 1442 'noswarming', 'gn', 'release_trybot',
1443 ], 1443 ],
1444 1444
1445 'noswarming_gn_release_trybot_x64': [ 1445 'noswarming_gn_release_trybot_x64': [
1446 'noswarming', 'gn', 'release_trybot', 'x64', 1446 'noswarming', 'gn', 'release_trybot', 'x64',
1447 ], 1447 ],
1448 1448
1449 'noswarming_gn_release_trybot_x86': [ 1449 'noswarming_gn_release_trybot_x86': [
1450 'noswarming', 'gn', 'release_trybot', 'x86', 1450 'noswarming', 'gn', 'release_trybot', 'x86',
1451 ], 1451 ],
1452 1452
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1619 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1619 'swarming_gpu_fyi_tests_gn_debug_trybot': [
1620 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1620 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1621 'debug_trybot', 'angle_deqp_tests', 1621 'debug_trybot', 'angle_deqp_tests',
1622 ], 1622 ],
1623 1623
1624 'swarming_gpu_fyi_tests_gn_release_trybot': [ 1624 'swarming_gpu_fyi_tests_gn_release_trybot': [
1625 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1625 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1626 'release_trybot', 'angle_deqp_tests', 1626 'release_trybot', 'angle_deqp_tests',
1627 ], 1627 ],
1628 1628
1629 'swarming_gpu_fyi_tests_gyp_debug_trybot': [
1630 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1631 'debug_trybot', 'angle_deqp_tests',
1632 ],
1633
1634 'swarming_gpu_fyi_tests_gyp_release_trybot': [
1635 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1636 'release_trybot', 'angle_deqp_tests',
1637 ],
1638
1629 'swarming_gpu_fyi_tests_win_clang_debug_bot': [ 1639 'swarming_gpu_fyi_tests_win_clang_debug_bot': [
1630 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 1640 'swarming', 'gpu_tests', 'internal_gles2_conform_tests',
1631 'gn', 'clang', 'debug_bot_minimal_symbols', 1641 'gn', 'clang', 'debug_bot_minimal_symbols',
1632 ], 1642 ],
1633 1643
1634 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ 1644 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x64': [
1635 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1645 'swarming', 'gpu_tests', 'angle_deqp_tests',
1636 'debug_trybot', 1646 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x64',
1637 ], 1647 ],
1638 1648
1639 'swarming_gpu_fyi_tests_gyp_release_trybot': [ 1649 'swarming_gpu_tests_deqp_gles_gn_debug_trybot_x86': [
1640 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1650 'swarming', 'gpu_tests', 'angle_deqp_tests',
1641 'release_trybot', 1651 'internal_gles2_conform_tests', 'gn', 'debug_trybot', 'x86',
1642 ], 1652 ],
1643 1653
1644 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64': [ 1654 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x64': [
1645 'swarming', 'gpu_tests', 'angle_deqp_tests', 1655 'swarming', 'gpu_tests', 'angle_deqp_tests',
1646 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x64', 1656 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x64',
1647 ], 1657 ],
1648 1658
1649 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86': [ 1659 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86': [
1650 'swarming', 'gpu_tests', 'angle_deqp_tests', 1660 'swarming', 'gpu_tests', 'angle_deqp_tests',
1651 'internal_gles2_conform_tests', 'gyp', 'debug_trybot', 'x86', 1661 'internal_gles2_conform_tests', 'gn', 'release_trybot', 'x86',
1652 ],
1653
1654 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64': [
1655 'swarming', 'gpu_tests', 'angle_deqp_tests',
1656 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x64',
1657 ],
1658
1659 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86': [
1660 'swarming', 'gpu_tests', 'angle_deqp_tests',
1661 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 'x86',
1662 ], 1662 ],
1663 1663
1664 'swarming_gpu_tests_gn_debug_trybot': [ 1664 'swarming_gpu_tests_gn_debug_trybot': [
1665 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 1665 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1666 ], 1666 ],
1667 1667
1668 'swarming_gpu_tests_gn_debug_trybot_x86': [ 1668 'swarming_gpu_tests_gn_debug_trybot_x86': [
1669 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', 1669 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86',
1670 ], 1670 ],
1671 1671
(...skipping 14 matching lines...) Expand all
1686 ], 1686 ],
1687 1687
1688 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1688 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1689 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1689 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1690 ], 1690 ],
1691 1691
1692 'swarming_gpu_tests_gyp_release_bot_x86': [ 1692 'swarming_gpu_tests_gyp_release_bot_x86': [
1693 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1693 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1694 ], 1694 ],
1695 1695
1696 'swarming_gpu_tests_gyp_release_trybot': [
1697 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1698 ],
1699
1700 ('swarming_gyp_asan_clang_edge_fuzzer' 1696 ('swarming_gyp_asan_clang_edge_fuzzer'
1701 '_static_v8_heap_x86_full_symbols_release'): [ 1697 '_static_v8_heap_x86_full_symbols_release'): [
1702 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', 1698 'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static',
1703 'v8_heap', 'full_symbols', 'release', 1699 'v8_heap', 'full_symbols', 'release',
1704 ], 1700 ],
1705 1701
1706 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [ 1702 'swarming_gyp_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
1707 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', 1703 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
1708 'full_symbols', 'release', 1704 'full_symbols', 'release',
1709 ], 1705 ],
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2304 }, 2300 },
2305 2301
2306 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2302 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2307 2303
2308 'drmemory': { 2304 'drmemory': {
2309 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2305 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2310 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2306 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2311 }, 2307 },
2312 }, 2308 },
2313 } 2309 }
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