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

Side by Side Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 2085953004: Revert of V8: Switch windows bots to mb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Contains the bulk of the V8 builder configurations so they can be reused 5 # Contains the bulk of the V8 builder configurations so they can be reused
6 # from multiple recipes. 6 # from multiple recipes.
7 7
8 from recipe_engine.types import freeze 8 from recipe_engine.types import freeze
9 from testing import V8NoExhaustiveVariants, V8Variant, V8VariantNeutral 9 from testing import V8NoExhaustiveVariants, V8Variant, V8VariantNeutral
10 10
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 'build_gs_archive': 'linux64_custom_snapshot_dbg_archive', 502 'build_gs_archive': 'linux64_custom_snapshot_dbg_archive',
503 'tests': [Mjsunit], 503 'tests': [Mjsunit],
504 'testing': {'platform': 'linux'}, 504 'testing': {'platform': 'linux'},
505 }, 505 },
506 ####### Category: Windows 506 ####### Category: Windows
507 'V8 Win32 - builder': { 507 'V8 Win32 - builder': {
508 'chromium_apply_config': [ 508 'chromium_apply_config': [
509 'default_compiler', 509 'default_compiler',
510 'v8_ninja', 510 'v8_ninja',
511 'goma', 511 'goma',
512 'mb',
513 ], 512 ],
514 'v8_config_kwargs': { 513 'v8_config_kwargs': {
515 'BUILD_CONFIG': 'Release', 514 'BUILD_CONFIG': 'Release',
516 'TARGET_BITS': 32, 515 'TARGET_BITS': 32,
517 }, 516 },
518 'bot_type': 'builder', 517 'bot_type': 'builder',
519 'build_gs_archive': 'win32_rel_archive', 518 'build_gs_archive': 'win32_rel_archive',
520 'enable_swarming': True, 519 'enable_swarming': True,
521 'testing': {'platform': 'win'}, 520 'testing': {'platform': 'win'},
522 'triggers': [ 521 'triggers': [
523 'V8 Win32', 522 'V8 Win32',
524 ], 523 ],
525 }, 524 },
526 'V8 Win32 - debug builder': { 525 'V8 Win32 - debug builder': {
527 'chromium_apply_config': [ 526 'chromium_apply_config': [
528 'default_compiler', 527 'default_compiler',
529 'v8_ninja', 528 'v8_ninja',
530 'goma', 529 'goma',
531 'mb',
532 ], 530 ],
533 'v8_config_kwargs': { 531 'v8_config_kwargs': {
534 'BUILD_CONFIG': 'Debug', 532 'BUILD_CONFIG': 'Debug',
535 'TARGET_BITS': 32, 533 'TARGET_BITS': 32,
536 }, 534 },
537 'bot_type': 'builder', 535 'bot_type': 'builder',
538 'build_gs_archive': 'win32_dbg_archive', 536 'build_gs_archive': 'win32_dbg_archive',
539 'enable_swarming': True, 537 'enable_swarming': True,
540 'testing': {'platform': 'win'}, 538 'testing': {'platform': 'win'},
541 'triggers': [ 539 'triggers': [
(...skipping 16 matching lines...) Expand all
558 }, 556 },
559 }, 557 },
560 'V8 Win32 - nosnap - shared': { 558 'V8 Win32 - nosnap - shared': {
561 'v8_apply_config': ['no_snapshot'], 559 'v8_apply_config': ['no_snapshot'],
562 'chromium_apply_config': [ 560 'chromium_apply_config': [
563 'default_compiler', 561 'default_compiler',
564 'v8_ninja', 562 'v8_ninja',
565 'goma', 563 'goma',
566 'shared_library', 564 'shared_library',
567 'no_snapshot', 565 'no_snapshot',
568 'mb',
569 ], 566 ],
570 'v8_config_kwargs': { 567 'v8_config_kwargs': {
571 'BUILD_CONFIG': 'Release', 568 'BUILD_CONFIG': 'Release',
572 'TARGET_BITS': 32, 569 'TARGET_BITS': 32,
573 }, 570 },
574 'bot_type': 'builder_tester', 571 'bot_type': 'builder_tester',
575 'enable_swarming': True, 572 'enable_swarming': True,
576 'tests': [V8Testing_2, IgnitionTurbofan], 573 'tests': [V8Testing_2, IgnitionTurbofan],
577 'swarming_dimensions': { 574 'swarming_dimensions': {
578 'os': 'Windows-7-SP1', 575 'os': 'Windows-7-SP1',
(...skipping 14 matching lines...) Expand all
593 'swarming_dimensions': { 590 'swarming_dimensions': {
594 'os': 'Windows-7-SP1', 591 'os': 'Windows-7-SP1',
595 'cpu': 'x86-64', 592 'cpu': 'x86-64',
596 }, 593 },
597 }, 594 },
598 'V8 Win64': { 595 'V8 Win64': {
599 'chromium_apply_config': [ 596 'chromium_apply_config': [
600 'default_compiler', 597 'default_compiler',
601 'v8_ninja', 598 'v8_ninja',
602 'goma', 599 'goma',
603 'mb',
604 ], 600 ],
605 'v8_config_kwargs': { 601 'v8_config_kwargs': {
606 'BUILD_CONFIG': 'Release', 602 'BUILD_CONFIG': 'Release',
607 'TARGET_BITS': 64, 603 'TARGET_BITS': 64,
608 }, 604 },
609 'bot_type': 'builder_tester', 605 'bot_type': 'builder_tester',
610 'enable_swarming': True, 606 'enable_swarming': True,
611 'swarming_dimensions': { 607 'swarming_dimensions': {
612 'os': 'Windows-7-SP1', 608 'os': 'Windows-7-SP1',
613 }, 609 },
614 'tests': [V8Testing, SimdJs, Test262, Mozilla, IgnitionTurbofan], 610 'tests': [V8Testing, SimdJs, Test262, Mozilla, IgnitionTurbofan],
615 'testing': {'platform': 'win'}, 611 'testing': {'platform': 'win'},
616 }, 612 },
617 'V8 Win64 - debug': { 613 'V8 Win64 - debug': {
618 'chromium_apply_config': [ 614 'chromium_apply_config': [
619 'default_compiler', 615 'default_compiler',
620 'v8_ninja', 616 'v8_ninja',
621 'goma', 617 'goma',
622 'mb',
623 ], 618 ],
624 'v8_config_kwargs': { 619 'v8_config_kwargs': {
625 'BUILD_CONFIG': 'Debug', 620 'BUILD_CONFIG': 'Debug',
626 'TARGET_BITS': 64, 621 'TARGET_BITS': 64,
627 }, 622 },
628 'bot_type': 'builder_tester', 623 'bot_type': 'builder_tester',
629 'enable_swarming': True, 624 'enable_swarming': True,
630 'swarming_dimensions': { 625 'swarming_dimensions': {
631 'os': 'Windows-7-SP1', 626 'os': 'Windows-7-SP1',
632 }, 627 },
633 'tests': [V8Testing_2, SimdJs, Test262, Mozilla, IgnitionTurbofan], 628 'tests': [V8Testing_2, SimdJs, Test262, Mozilla, IgnitionTurbofan],
634 'testing': {'platform': 'win'}, 629 'testing': {'platform': 'win'},
635 }, 630 },
636 'V8 Win64 - clang': { 631 'V8 Win64 - clang': {
637 'chromium_apply_config': [ 632 'chromium_apply_config': [
638 'clang', 633 'clang',
639 'v8_ninja', 634 'v8_ninja',
640 'goma', 635 'goma',
641 'mb',
642 ], 636 ],
643 'v8_config_kwargs': { 637 'v8_config_kwargs': {
644 'BUILD_CONFIG': 'Release', 638 'BUILD_CONFIG': 'Release',
645 'TARGET_BITS': 64, 639 'TARGET_BITS': 64,
646 }, 640 },
647 'bot_type': 'builder_tester', 641 'bot_type': 'builder_tester',
648 'testing': {'platform': 'win'}, 642 'testing': {'platform': 'win'},
649 }, 643 },
650 ####### Category: Mac 644 ####### Category: Mac
651 'V8 Mac': { 645 'V8 Mac': {
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 MjsunitSPFrameAccess, 1939 MjsunitSPFrameAccess,
1946 Test262IgnitionTurbofan_2, 1940 Test262IgnitionTurbofan_2,
1947 ], 1941 ],
1948 'testing': {'platform': 'linux'}, 1942 'testing': {'platform': 'linux'},
1949 }, 1943 },
1950 'v8_win_dbg': { 1944 'v8_win_dbg': {
1951 'chromium_apply_config': [ 1945 'chromium_apply_config': [
1952 'default_compiler', 1946 'default_compiler',
1953 'v8_ninja', 1947 'v8_ninja',
1954 'goma', 1948 'goma',
1955 'mb',
1956 ], 1949 ],
1957 'v8_config_kwargs': { 1950 'v8_config_kwargs': {
1958 'BUILD_CONFIG': 'Debug', 1951 'BUILD_CONFIG': 'Debug',
1959 'TARGET_BITS': 32, 1952 'TARGET_BITS': 32,
1960 }, 1953 },
1961 'bot_type': 'builder_tester', 1954 'bot_type': 'builder_tester',
1962 'enable_swarming': True, 1955 'enable_swarming': True,
1963 'swarming_dimensions': { 1956 'swarming_dimensions': {
1964 'os': 'Windows-7-SP1', 1957 'os': 'Windows-7-SP1',
1965 'cpu': 'x86-64', 1958 'cpu': 'x86-64',
1966 }, 1959 },
1967 'tests': [V8Testing_2, IgnitionTurbofan, Mozilla], 1960 'tests': [V8Testing_2, IgnitionTurbofan, Mozilla],
1968 'testing': {'platform': 'win'}, 1961 'testing': {'platform': 'win'},
1969 }, 1962 },
1970 'v8_win_compile_dbg': { 1963 'v8_win_compile_dbg': {
1971 'chromium_apply_config': [ 1964 'chromium_apply_config': [
1972 'default_compiler', 1965 'default_compiler',
1973 'v8_ninja', 1966 'v8_ninja',
1974 'goma', 1967 'goma',
1975 'mb',
1976 ], 1968 ],
1977 'v8_config_kwargs': { 1969 'v8_config_kwargs': {
1978 'BUILD_CONFIG': 'Debug', 1970 'BUILD_CONFIG': 'Debug',
1979 'TARGET_BITS': 32, 1971 'TARGET_BITS': 32,
1980 }, 1972 },
1981 'bot_type': 'builder_tester', 1973 'bot_type': 'builder_tester',
1982 'testing': {'platform': 'win'}, 1974 'testing': {'platform': 'win'},
1983 }, 1975 },
1984 'v8_win_rel_ng': { 1976 'v8_win_rel_ng': {
1985 'chromium_apply_config': [ 1977 'chromium_apply_config': [
1986 'default_compiler', 1978 'default_compiler',
1987 'v8_ninja', 1979 'v8_ninja',
1988 'goma', 1980 'goma',
1989 'mb',
1990 ], 1981 ],
1991 'v8_config_kwargs': { 1982 'v8_config_kwargs': {
1992 'BUILD_CONFIG': 'Release', 1983 'BUILD_CONFIG': 'Release',
1993 'TARGET_BITS': 32, 1984 'TARGET_BITS': 32,
1994 }, 1985 },
1995 'bot_type': 'builder', 1986 'bot_type': 'builder',
1996 'enable_swarming': True, 1987 'enable_swarming': True,
1997 'slim_swarming_builder': True, 1988 'slim_swarming_builder': True,
1998 'triggers': [ 1989 'triggers': [
1999 'v8_win_rel_ng_triggered', 1990 'v8_win_rel_ng_triggered',
(...skipping 20 matching lines...) Expand all
2020 }, 2011 },
2021 'v8_win_nosnap_shared_rel_ng': { 2012 'v8_win_nosnap_shared_rel_ng': {
2022 'v8_apply_config': ['no_snapshot'], 2013 'v8_apply_config': ['no_snapshot'],
2023 'chromium_apply_config': [ 2014 'chromium_apply_config': [
2024 'default_compiler', 2015 'default_compiler',
2025 'v8_ninja', 2016 'v8_ninja',
2026 'goma', 2017 'goma',
2027 'no_dcheck', 2018 'no_dcheck',
2028 'no_snapshot', 2019 'no_snapshot',
2029 'shared_library', 2020 'shared_library',
2030 'mb',
2031 ], 2021 ],
2032 'v8_config_kwargs': { 2022 'v8_config_kwargs': {
2033 'BUILD_CONFIG': 'Release', 2023 'BUILD_CONFIG': 'Release',
2034 'TARGET_BITS': 32, 2024 'TARGET_BITS': 32,
2035 }, 2025 },
2036 'bot_type': 'builder', 2026 'bot_type': 'builder',
2037 'enable_swarming': True, 2027 'enable_swarming': True,
2038 'slim_swarming_builder': True, 2028 'slim_swarming_builder': True,
2039 'triggers': [ 2029 'triggers': [
2040 'v8_win_nosnap_shared_rel_ng_triggered', 2030 'v8_win_nosnap_shared_rel_ng_triggered',
(...skipping 18 matching lines...) Expand all
2059 'cpu': 'x86-64', 2049 'cpu': 'x86-64',
2060 }, 2050 },
2061 'tests': [V8Testing_2, IgnitionTurbofan], 2051 'tests': [V8Testing_2, IgnitionTurbofan],
2062 'testing': {'platform': 'linux'}, 2052 'testing': {'platform': 'linux'},
2063 }, 2053 },
2064 'v8_win64_rel_ng': { 2054 'v8_win64_rel_ng': {
2065 'chromium_apply_config': [ 2055 'chromium_apply_config': [
2066 'default_compiler', 2056 'default_compiler',
2067 'v8_ninja', 2057 'v8_ninja',
2068 'goma', 2058 'goma',
2069 'mb',
2070 ], 2059 ],
2071 'v8_config_kwargs': { 2060 'v8_config_kwargs': {
2072 'BUILD_CONFIG': 'Release', 2061 'BUILD_CONFIG': 'Release',
2073 'TARGET_BITS': 64, 2062 'TARGET_BITS': 64,
2074 }, 2063 },
2075 'bot_type': 'builder', 2064 'bot_type': 'builder',
2076 'enable_swarming': True, 2065 'enable_swarming': True,
2077 'slim_swarming_builder': True, 2066 'slim_swarming_builder': True,
2078 'triggers': [ 2067 'triggers': [
2079 'v8_win64_rel_ng_triggered', 2068 'v8_win64_rel_ng_triggered',
(...skipping 16 matching lines...) Expand all
2096 'cpu': 'x86-64', 2085 'cpu': 'x86-64',
2097 }, 2086 },
2098 'tests': [V8Testing, SimdJs, IgnitionTurbofan], 2087 'tests': [V8Testing, SimdJs, IgnitionTurbofan],
2099 'testing': {'platform': 'linux'}, 2088 'testing': {'platform': 'linux'},
2100 }, 2089 },
2101 'v8_win64_dbg': { 2090 'v8_win64_dbg': {
2102 'chromium_apply_config': [ 2091 'chromium_apply_config': [
2103 'default_compiler', 2092 'default_compiler',
2104 'v8_ninja', 2093 'v8_ninja',
2105 'goma', 2094 'goma',
2106 'mb',
2107 ], 2095 ],
2108 'v8_config_kwargs': { 2096 'v8_config_kwargs': {
2109 'BUILD_CONFIG': 'Debug', 2097 'BUILD_CONFIG': 'Debug',
2110 'TARGET_BITS': 64, 2098 'TARGET_BITS': 64,
2111 }, 2099 },
2112 'bot_type': 'builder_tester', 2100 'bot_type': 'builder_tester',
2113 'enable_swarming': True, 2101 'enable_swarming': True,
2114 'swarming_dimensions': { 2102 'swarming_dimensions': {
2115 'os': 'Windows-7-SP1', 2103 'os': 'Windows-7-SP1',
2116 }, 2104 },
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 }} 2510 }}
2523 2511
2524 BUILDERS = freeze(BUILDERS) 2512 BUILDERS = freeze(BUILDERS)
2525 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS) 2513 BRANCH_BUILDERS = freeze(BRANCH_BUILDERS)
2526 2514
2527 def iter_builders(): 2515 def iter_builders():
2528 for mastername, master_config in BUILDERS.iteritems(): 2516 for mastername, master_config in BUILDERS.iteritems():
2529 builders = master_config['builders'] 2517 builders = master_config['builders']
2530 for buildername, bot_config in builders.iteritems(): 2518 for buildername, bot_config in builders.iteritems():
2531 yield mastername, builders, buildername, bot_config 2519 yield mastername, builders, buildername, bot_config
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698