|
580 | 580 | 'release_x64_gcmole': [ |
581 | 581 | 'release_bot', 'x64', 'gcmole'], |
582 | 582 | 'release_x64_msvc': [ |
583 | | - 'release_bot_no_goma', 'x64', 'minimal_symbols', 'msvc'], |
| 583 | + 'release_bot_no_reclient', 'x64', 'minimal_symbols', 'msvc'], |
584 | 584 | 'release_x64_correctness_fuzzer' : [ |
585 | 585 | 'release_bot', 'x64', 'v8_correctness_fuzzer'], |
586 | 586 | 'release_x64_disable_runtime_call_stats': [ |
|
590 | 590 | 'release_x64_fuchsia_trybot': [ |
591 | 591 | 'release_trybot', 'x64', 'fuchsia'], |
592 | 592 | 'release_x64_gcc': [ |
593 | | - 'release_bot_no_goma', 'x64', 'gcc', 'lld', 'no_custom_libcxx'], |
| 593 | + 'release_bot_no_reclient', 'x64', 'gcc', 'lld', 'no_custom_libcxx'], |
594 | 594 | 'release_x64_ios_simulator': [ |
595 | 595 | 'release_bot', 'x64', 'ios_simulator'], |
596 | 596 | 'release_x64_internal': [ |
|
649 | 649 | 'debug_x64_asan': [ |
650 | 650 | 'debug_bot', 'x64', 'asan', 'lsan'], |
651 | 651 | 'debug_x64_asan_no_lsan_static': [ |
652 | | - 'debug', 'static', 'goma', 'v8_enable_slow_dchecks', 'v8_optimized_debug', |
| 652 | + 'debug', 'static', 'reclient', 'v8_enable_slow_dchecks', 'v8_optimized_debug', |
653 | 653 | 'x64', 'asan'], |
654 | 654 | 'debug_x64_conservative_stack_scanning': [ |
655 | 655 | 'debug_bot', 'x64', 'conservative_stack_scanning'], |
|
662 | 662 | 'debug_x64_fuchsia': [ |
663 | 663 | 'debug_bot', 'x64', 'fuchsia'], |
664 | 664 | 'debug_x64_gcc': [ |
665 | | - 'debug_bot_no_goma', 'x64', 'gcc', 'lld', 'no_custom_libcxx'], |
| 665 | + 'debug_bot_no_reclient', 'x64', 'gcc', 'lld', 'no_custom_libcxx'], |
666 | 666 | 'debug_x64_header_includes': [ |
667 | 667 | 'debug_bot', 'x64', 'v8_check_header_includes'], |
668 | 668 | 'debug_x64_no_shared_cage': [ |
|
697 | 697 | 'debug_x86_minimal_symbols': [ |
698 | 698 | 'debug_bot', 'x86', 'minimal_symbols'], |
699 | 699 | 'debug_x86_msvc': [ |
700 | | - 'debug_bot_no_goma', 'x86', 'minimal_symbols', 'msvc'], |
| 700 | + 'debug_bot_no_reclient', 'x86', 'minimal_symbols', 'msvc'], |
701 | 701 | 'debug_x86_no_i18n': [ |
702 | 702 | 'debug_bot', 'x86', 'v8_no_i18n'], |
703 | 703 | 'debug_x86_trybot': [ |
704 | 704 | 'debug_trybot', 'x86'], |
705 | 705 | 'debug_x86_vtunejit': [ |
706 | 706 | 'debug_bot', 'x86', 'v8_enable_vtunejit'], |
707 | 707 | 'full_debug_x86': [ |
708 | | - 'debug', 'x86', 'goma', 'v8_enable_slow_dchecks', 'v8_full_debug'], |
| 708 | + 'debug', 'x86', 'reclient', 'v8_enable_slow_dchecks', 'v8_full_debug'], |
709 | 709 |
|
710 | 710 | # Release configs for x86. |
711 | 711 | 'release_x86': [ |
|
726 | 726 | 'release_x64_predictable': [ |
727 | 727 | 'release_bot', 'x64', 'v8_enable_verify_predictable'], |
728 | 728 | 'release_x86_shared_verify_heap': [ |
729 | | - 'release', 'x86', 'goma', 'shared', 'v8_verify_heap'], |
| 729 | + 'release', 'x86', 'reclient', 'shared', 'v8_verify_heap'], |
730 | 730 | 'release_x86_trybot': [ |
731 | 731 | 'release_trybot', 'x86'], |
732 | 732 | 'release_x86_verify_csa': [ |
|
814 | 814 |
|
815 | 815 | 'debug_bot_no_slow_dchecks': { |
816 | 816 | 'mixins': [ |
817 | | - 'debug', 'shared', 'goma', 'v8_disable_slow_dchecks', |
| 817 | + 'debug', 'shared', 'reclient', 'v8_disable_slow_dchecks', |
818 | 818 | 'v8_optimized_debug', 'v8_enable_google_benchmark'], |
819 | 819 | }, |
820 | 820 |
|
821 | 821 | 'debug_bot': { |
822 | 822 | 'mixins': [ |
823 | | - 'debug', 'shared', 'goma', 'v8_enable_slow_dchecks', |
| 823 | + 'debug', 'shared', 'reclient', 'v8_enable_slow_dchecks', |
824 | 824 | 'v8_optimized_debug', 'v8_enable_google_benchmark'], |
825 | 825 | }, |
826 | 826 |
|
827 | | - 'debug_bot_no_goma': { |
| 827 | + 'debug_bot_no_reclient': { |
828 | 828 | 'mixins': [ |
829 | | - 'debug', 'shared', 'no_goma', 'v8_enable_slow_dchecks', |
| 829 | + 'debug', 'shared', 'no_reclient', 'v8_enable_slow_dchecks', |
830 | 830 | 'v8_optimized_debug'], |
831 | 831 | }, |
832 | 832 |
|
|
868 | 868 | 'gn_args': 'v8_gcmole=true', |
869 | 869 | }, |
870 | 870 |
|
871 | | - 'goma': { |
872 | | - 'gn_args': 'use_goma=true', |
873 | | - }, |
874 | | - |
875 | 871 | 'hard_float': { |
876 | 872 | 'gn_args': 'arm_float_abi="hard"', |
877 | 873 | }, |
|
911 | 907 | 'gn_args': 'use_custom_libcxx=false', |
912 | 908 | }, |
913 | 909 |
|
914 | | - 'no_goma': { |
915 | | - 'gn_args': 'use_goma=false', |
| 910 | + 'no_reclient': { |
| 911 | + 'gn_args': 'use_remoteexec=false', |
916 | 912 | }, |
917 | 913 |
|
918 | 914 | 'no_sandbox': { |
|
936 | 932 | }, |
937 | 933 |
|
938 | 934 | 'release_bot': { |
939 | | - 'mixins': ['release', 'static', 'goma', 'v8_enable_google_benchmark'], |
| 935 | + 'mixins': ['release', 'static', 'reclient', 'v8_enable_google_benchmark'], |
940 | 936 | }, |
941 | 937 |
|
942 | | - 'release_bot_no_goma': { |
943 | | - 'mixins': ['release', 'static', 'no_goma'], |
| 938 | + 'release_bot_no_reclient': { |
| 939 | + 'mixins': ['release', 'static', 'no_reclient'], |
944 | 940 | }, |
945 | 941 |
|
946 | 942 | 'release_bot_reclient': { |
947 | | - 'mixins': ['release', 'static', 'no_goma', 'reclient'], |
| 943 | + 'mixins': ['release', 'static', 'reclient'], |
948 | 944 | }, |
949 | 945 |
|
950 | 946 | 'release_trybot': { |
|
0 commit comments