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

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

Issue 1933533002: Enable dcheck on the GPU waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'Site Isolation Linux': 'gn_release_trybot', 213 'Site Isolation Linux': 'gn_release_trybot',
214 'Site Isolation Win': 'gyp_release_trybot_x64', 214 'Site Isolation Win': 'gyp_release_trybot_x64',
215 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 215 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
216 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 216 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
217 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 217 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
218 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 218 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
219 'Win 10 Fast Ring': 'gn_release_trybot_x64', 219 'Win 10 Fast Ring': 'gn_release_trybot_x64',
220 }, 220 },
221 221
222 'chromium.gpu': { 222 'chromium.gpu': {
223 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', 223 # These all use the 'trybot' mixins to ensure that dcheck is on.
224 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', 224 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
225 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_bot', 225 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
226 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_bot', 226 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot',
227 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_bot', 227 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot',
228 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_bot', 228 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot',
229 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot',
229 'GPU Win Builder': 230 'GPU Win Builder':
230 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86', 231 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86',
231 'GPU Win Builder (dbg)': 232 'GPU Win Builder (dbg)':
232 'swarming_gpu_tests_gyp_debug_bot_minimal_symbols_x86', 233 'swarming_gpu_tests_gyp_debug_trybot_minimal_symbols_x86',
233 'Linux Debug (NVIDIA)': 'none', 234 'Linux Debug (NVIDIA)': 'none',
234 'Linux Release (NVIDIA)': 'none', 235 'Linux Release (NVIDIA)': 'none',
235 'Mac 10.10 Debug (Intel)': 'none', 236 'Mac 10.10 Debug (Intel)': 'none',
236 'Mac 10.10 Release (Intel)': 'none', 237 'Mac 10.10 Release (Intel)': 'none',
237 'Mac 10.10 Retina Debug (AMD)': 'none', 238 'Mac 10.10 Retina Debug (AMD)': 'none',
238 'Mac 10.10 Retina Release (AMD)': 'none', 239 'Mac 10.10 Retina Release (AMD)': 'none',
239 'Win7 Debug (NVIDIA)': 'none', 240 'Win7 Debug (NVIDIA)': 'none',
240 'Win7 Release (ATI)': 'none', 241 'Win7 Release (ATI)': 'none',
241 'Win7 Release (NVIDIA)': 'none', 242 'Win7 Release (NVIDIA)': 'none',
242 }, 243 },
243 244
244 'chromium.gpu.fyi': { 245 'chromium.gpu.fyi': {
245 'Android Debug (Nexus 9)': 'android_gn_debug_static_bot_arm64', 246 # These all use the 'trybot' mixins to ensure that dcheck is on.
246 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_bot', 247 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64',
247 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_bot', 248 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
248 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_bot', 249 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
249 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_bot', 250 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot',
251 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
250 'GPU Win Builder': 252 'GPU Win Builder':
251 'swarming_gpu_tests_deqp_gles_gyp_release_bot_minimal_symbols_x86', 253 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86',
252 'GPU Win Builder (dbg)': 254 'GPU Win Builder (dbg)':
253 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x86', 255 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x86',
254 'GPU Win Clang Builder (dbg)': 256 'GPU Win Clang Builder (dbg)':
255 'swarming_gpu_fyi_tests_gyp_clang_debug_bot_x86', 257 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86',
256 'GPU Win x64 Builder': 258 'GPU Win x64 Builder':
257 'swarming_gpu_tests_deqp_gles_gyp_release_bot_minimal_symbols_x64', 259 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64',
258 'GPU Win x64 Builder (dbg)': 260 'GPU Win x64 Builder (dbg)':
259 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x64', 261 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x64',
260 'Linux ChromiumOS Builder': 262 'Linux ChromiumOS Builder':
261 'swarming_gpu_fyi_tests_chromeos_gyp_release_bot', 263 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot',
262 'Linux Debug (NVIDIA)': 'none', 264 'Linux Debug (NVIDIA)': 'none',
263 'Linux Debug (New Intel)': 'none', 265 'Linux Debug (New Intel)': 'none',
264 'Linux Release (ATI)': 'none', 266 'Linux Release (ATI)': 'none',
265 'Linux Release (NVIDIA GeForce 730)': 'none', 267 'Linux Release (NVIDIA GeForce 730)': 'none',
266 'Linux Release (NVIDIA)': 'none', 268 'Linux Release (NVIDIA)': 'none',
267 'Linux Release (New Intel)': 'none', 269 'Linux Release (New Intel)': 'none',
268 'Mac 10.10 Debug (ATI)': 'none', 270 'Mac 10.10 Debug (ATI)': 'none',
269 'Mac 10.10 Debug (Intel)': 'none', 271 'Mac 10.10 Debug (Intel)': 'none',
270 'Mac 10.10 Release (ATI)': 'none', 272 'Mac 10.10 Release (ATI)': 'none',
271 'Mac 10.10 Release (Intel)': 'none', 273 'Mac 10.10 Release (Intel)': 'none',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot', 676 'linux_android_dbg_ng': 'swarming_android_gyp_debug_trybot',
675 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot', 677 'linux_android_rel_ng': 'swarming_android_gyp_release_trybot',
676 }, 678 },
677 679
678 'tryserver.chromium.angle': { 680 'tryserver.chromium.angle': {
679 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot', 681 'linux_angle_dbg_ng': 'swarming_gpu_fyi_tests_gn_debug_trybot',
680 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot', 682 'linux_angle_rel_ng': 'swarming_gpu_fyi_tests_gn_release_trybot',
681 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 683 'mac_angle_dbg_ng': 'swarming_gpu_fyi_tests_gyp_debug_trybot',
682 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot', 684 'mac_angle_rel_ng': 'swarming_gpu_fyi_tests_gyp_release_trybot',
683 'win_angle_dbg_ng': 685 'win_angle_dbg_ng':
684 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x86', 686 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x86',
685 'win_angle_rel_ng': 687 'win_angle_rel_ng':
686 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86', 688 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86',
687 'win_angle_x64_dbg_ng': 689 'win_angle_x64_dbg_ng':
688 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x64', 690 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x64',
689 'win_angle_x64_rel_ng': 691 'win_angle_x64_rel_ng':
690 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64', 692 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64',
691 }, 693 },
692 694
693 'tryserver.chromium.linux': { 695 'tryserver.chromium.linux': {
694 'Chromium Linux Codesearch Builder': 'codesearch_gn', 696 'Chromium Linux Codesearch Builder': 'codesearch_gn',
695 'ChromiumOS Codesearch Builder': 'codesearch_gn', 697 'ChromiumOS Codesearch Builder': 'codesearch_gn',
696 'cast_shell_linux': 'cast_gn_release_trybot', 698 'cast_shell_linux': 'cast_gn_release_trybot',
697 'chromeos_amd64-generic_variable': 'findit', 699 'chromeos_amd64-generic_variable': 'findit',
698 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 700 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 ], 987 ],
986 988
987 'android_gn_debug_static_bot_x86': [ 989 'android_gn_debug_static_bot_x86': [
988 'android', 'gn', 'debug_static_bot', 'x86', 990 'android', 'gn', 'debug_static_bot', 'x86',
989 ], 991 ],
990 992
991 'android_gn_debug_static_minimal_symbols_mipsel': [ 993 'android_gn_debug_static_minimal_symbols_mipsel': [
992 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel', 994 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel',
993 ], 995 ],
994 996
997 'android_gn_debug_static_trybot': [
998 'android', 'gn', 'debug_static_trybot',
999 ],
1000
1001 'android_gn_debug_static_trybot_arm64': [
1002 'android', 'gn', 'debug_static_trybot', 'arm64',
1003 ],
1004
995 'android_gn_debug_trybot': [ 1005 'android_gn_debug_trybot': [
996 'android', 'gn', 'debug_trybot', 1006 'android', 'gn', 'debug_trybot',
997 ], 1007 ],
998 1008
999 'android_gn_debug_trybot_mipsel': [ 1009 'android_gn_debug_trybot_mipsel': [
1000 'android', 'gn', 'debug_trybot', 'mipsel', 1010 'android', 'gn', 'debug_trybot', 'mipsel',
1001 ], 1011 ],
1002 1012
1003 'android_gn_debug_trybot_x64': [ 1013 'android_gn_debug_trybot_x64': [
1004 'android', 'gn', 'debug_trybot', 'x64', 1014 'android', 'gn', 'debug_trybot', 'x64',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 ], 1631 ],
1622 1632
1623 'swarming_gn_asan_lsan_release_bot_x64': [ 1633 'swarming_gn_asan_lsan_release_bot_x64': [
1624 'swarming', 'gn', 'asan', 'lsan', 'release_bot', 'x64', 1634 'swarming', 'gn', 'asan', 'lsan', 'release_bot', 'x64',
1625 ], 1635 ],
1626 1636
1627 'swarming_gn_msan_release_bot_x64': [ 1637 'swarming_gn_msan_release_bot_x64': [
1628 'swarming', 'gn', 'msan', 'release_bot', 'x64', 1638 'swarming', 'gn', 'msan', 'release_bot', 'x64',
1629 ], 1639 ],
1630 1640
1631 'swarming_gpu_fyi_tests_chromeos_gyp_release_bot': [ 1641 'swarming_gpu_fyi_tests_chromeos_gyp_release_trybot': [
1632 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1642 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1633 'release_bot', 'angle_deqp_tests', 'chromeos', 1643 'release_trybot', 'angle_deqp_tests', 'chromeos',
1634 ],
1635
1636 'swarming_gpu_fyi_tests_gn_debug_bot': [
1637 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1638 'debug_bot', 'angle_deqp_tests',
1639 ], 1644 ],
1640 1645
1641 'swarming_gpu_fyi_tests_gn_debug_trybot': [ 1646 'swarming_gpu_fyi_tests_gn_debug_trybot': [
1642 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1647 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1643 'debug_trybot', 'angle_deqp_tests', 1648 'debug_trybot', 'angle_deqp_tests',
1644 ], 1649 ],
1645 1650
1646 'swarming_gpu_fyi_tests_gn_release_bot': [
1647 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1648 'release_bot', 'angle_deqp_tests',
1649 ],
1650
1651 'swarming_gpu_fyi_tests_gn_release_trybot': [ 1651 'swarming_gpu_fyi_tests_gn_release_trybot': [
1652 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 1652 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
1653 'release_bot', 'angle_deqp_tests', 1653 'release_bot', 'angle_deqp_tests',
1654 ], 1654 ],
1655 1655
1656 'swarming_gpu_fyi_tests_gyp_debug_bot': [
1657 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1658 'debug_bot',
1659 ],
1660
1661 'swarming_gpu_fyi_tests_gyp_debug_trybot': [ 1656 'swarming_gpu_fyi_tests_gyp_debug_trybot': [
1662 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1657 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1663 'debug_trybot', 1658 'debug_trybot',
1664 ], 1659 ],
1665 1660
1666 'swarming_gpu_fyi_tests_gyp_release_bot': [
1667 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1668 'release_bot',
1669 ],
1670
1671 'swarming_gpu_fyi_tests_gyp_release_trybot': [ 1661 'swarming_gpu_fyi_tests_gyp_release_trybot': [
1672 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1662 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1673 'release_trybot', 1663 'release_trybot',
1674 ], 1664 ],
1675 1665
1676 'swarming_gpu_fyi_tests_gyp_clang_debug_bot_x86': [ 1666 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [
1677 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp', 1667 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
1678 'clang', 'debug_bot', 'x86', 1668 'clang', 'debug_trybot', 'x86',
1679 ], 1669 ],
1680 1670
1681 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x64': [ 1671 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x64': [
1682 'swarming', 'gpu_tests', 'angle_deqp_tests', 1672 'swarming', 'gpu_tests', 'angle_deqp_tests',
1683 'internal_gles2_conform_tests', 'gyp', 'debug_bot', 1673 'internal_gles2_conform_tests', 'gyp', 'debug_trybot',
1684 'minimal_symbols', 'x64', 1674 'minimal_symbols', 'x64',
1685 ], 1675 ],
1686 1676
1687 'swarming_gpu_tests_deqp_gles_gyp_debug_bot_minimal_symbols_x86': [ 1677 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_minimal_symbols_x86': [
1688 'swarming', 'gpu_tests', 'angle_deqp_tests', 1678 'swarming', 'gpu_tests', 'angle_deqp_tests',
1689 'internal_gles2_conform_tests', 'gyp', 'debug_bot', 1679 'internal_gles2_conform_tests', 'gyp', 'debug_trybot',
1690 'minimal_symbols', 'x86', 1680 'minimal_symbols', 'x86',
1691 ], 1681 ],
1692 1682
1693 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64': [ 1683 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64': [
1694 'swarming', 'gpu_tests', 'angle_deqp_tests', 1684 'swarming', 'gpu_tests', 'angle_deqp_tests',
1695 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 1685 'internal_gles2_conform_tests', 'gyp', 'release_trybot',
1696 'minimal_symbols', 'x64', 1686 'minimal_symbols', 'x64',
1697 ], 1687 ],
1698 1688
1699 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86': [ 1689 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86': [
1700 'swarming', 'gpu_tests', 'angle_deqp_tests', 1690 'swarming', 'gpu_tests', 'angle_deqp_tests',
1701 'internal_gles2_conform_tests', 'gyp', 'release_trybot', 1691 'internal_gles2_conform_tests', 'gyp', 'release_trybot',
1702 'minimal_symbols', 'x86', 1692 'minimal_symbols', 'x86',
1703 ], 1693 ],
1704 1694
1705 'swarming_gpu_tests_deqp_gles_gyp_release_bot_minimal_symbols_x64': [ 1695 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x64': [
1706 'swarming', 'gpu_tests', 'angle_deqp_tests', 1696 'swarming', 'gpu_tests', 'angle_deqp_tests',
1707 'internal_gles2_conform_tests', 'gyp', 'release_bot', 1697 'internal_gles2_conform_tests', 'gyp', 'release_trybot',
1708 'minimal_symbols', 'x64', 1698 'minimal_symbols', 'x64',
1709 ], 1699 ],
1710 1700
1711 'swarming_gpu_tests_deqp_gles_gyp_release_bot_minimal_symbols_x86': [ 1701 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_minimal_symbols_x86': [
1712 'swarming', 'gpu_tests', 'angle_deqp_tests', 1702 'swarming', 'gpu_tests', 'angle_deqp_tests',
1713 'internal_gles2_conform_tests', 'gyp', 'release_bot', 1703 'internal_gles2_conform_tests', 'gyp', 'release_trybot',
1714 'minimal_symbols', 'x86', 1704 'minimal_symbols', 'x86',
1715 ], 1705 ],
1716 1706
1717 'swarming_gpu_tests_gn_debug_bot': [ 1707 'swarming_gpu_tests_gn_debug_trybot': [
1718 'swarming', 'gpu_tests', 'gn', 'debug_bot', 1708 'swarming', 'gpu_tests', 'gn', 'debug_trybot',
1719 ],
1720
1721 'swarming_gpu_tests_gn_release_bot': [
1722 'swarming', 'gpu_tests', 'gn', 'release_bot',
1723 ], 1709 ],
1724 1710
1725 'swarming_gpu_tests_gn_release_trybot': [ 1711 'swarming_gpu_tests_gn_release_trybot': [
1726 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1712 'swarming', 'gpu_tests', 'gn', 'release_trybot',
1727 ], 1713 ],
1728 1714
1729 'swarming_gpu_tests_gyp_debug_bot_minimal_symbols_x86': [ 1715 'swarming_gpu_tests_gyp_debug_trybot_minimal_symbols_x86': [
1730 'swarming', 'gpu_tests', 'gyp', 'debug_bot', 'minimal_symbols', 'x86', 1716 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 'minimal_symbols', 'x86',
1731 ], 1717 ],
1732 1718
1733 'swarming_gpu_tests_gyp_release_bot': [ 1719 'swarming_gpu_tests_gyp_release_bot': [
1734 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1720 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1735 ], 1721 ],
1736 1722
1737 'swarming_gpu_tests_gyp_debug_bot': [ 1723 'swarming_gpu_tests_gyp_debug_trybot': [
1738 'swarming', 'gpu_tests', 'gyp', 'debug_bot', 1724 'swarming', 'gpu_tests', 'gyp', 'debug_trybot',
1739 ], 1725 ],
1740 1726
1741 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1727 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1742 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1728 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1743 ], 1729 ],
1744 1730
1745 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86': [ 1731 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86': [
1746 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'minimal_symbols', 1732 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'minimal_symbols',
1747 'x86', 1733 'x86',
1748 ], 1734 ],
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 }, 2043 },
2058 2044
2059 'debug_symbols_static_bot': { 2045 'debug_symbols_static_bot': {
2060 'mixins': ['debug', 'static', 'goma'], 2046 'mixins': ['debug', 'static', 'goma'],
2061 }, 2047 },
2062 2048
2063 'debug_static_bot': { 2049 'debug_static_bot': {
2064 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'], 2050 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'],
2065 }, 2051 },
2066 2052
2053 'debug_static_trybot': {
2054 'mixins': ['debug', 'static', 'dcheck_always_on', 'minimal_symbols',
2055 'goma'],
2056 },
2057
2067 'debug_trybot': { 2058 'debug_trybot': {
2068 'mixins': ['debug_bot_minimal_symbols'], 2059 'mixins': ['debug_bot_minimal_symbols'],
2069 }, 2060 },
2070 2061
2071 'disable_nacl': { 2062 'disable_nacl': {
2072 'gn_args': 'enable_nacl=false', 2063 'gn_args': 'enable_nacl=false',
2073 'gyp_defines': 'disable_nacl=1', 2064 'gyp_defines': 'disable_nacl=1',
2074 }, 2065 },
2075 2066
2076 'disable_precompiled_headers': { 2067 'disable_precompiled_headers': {
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 }, 2338 },
2348 2339
2349 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2340 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2350 2341
2351 'drmemory': { 2342 'drmemory': {
2352 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2343 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2353 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2344 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2354 }, 2345 },
2355 }, 2346 },
2356 } 2347 }
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