@@ -62,6 +62,8 @@ include:
62
62
- filename : etc/evergreen_yml_components/variants/compile_static_analysis.yml
63
63
- filename : etc/evergreen_yml_components/variants/amazon/build_dev.yml
64
64
- filename : etc/evergreen_yml_components/variants/amazon/test_dev.yml
65
+ - filename : etc/evergreen_yml_components/variants/ubuntu/build_dev.yml
66
+ - filename : etc/evergreen_yml_components/variants/ubuntu/test_dev.yml
65
67
- filename : etc/evergreen_yml_components/variants/config_shard.yml
66
68
- filename : etc/evergreen_yml_components/perf_tasks.yml
67
69
- filename : etc/evergreen_yml_components/variants/perf.yml
@@ -2803,35 +2805,6 @@ buildvariants:
2803
2805
- name : external_auth_aws
2804
2806
- name : external_auth_oidc
2805
2807
2806
- - name : &enterprise-ubuntu2204-64-libvoidstar enterprise-ubuntu2204-64-libvoidstar
2807
- display_name : " ~ Enterprise Ubuntu 22.04 w/ libvoidstar"
2808
- cron : " 0 4 * * *" # From the ${project_nightly_cron} parameter.
2809
- modules :
2810
- - enterprise
2811
- run_on :
2812
- - ubuntu2204-large
2813
- stepback : false
2814
- expansions :
2815
- compile_variant : *enterprise-ubuntu2204-64-libvoidstar
2816
- # Do not set link-model=dynamic on this build. The antithesis image builder
2817
- # scripts cannot handle the shared library build
2818
- compile_flags : >-
2819
- --ssl
2820
- --ocsp-stapling=off MONGO_DISTMOD=ubuntu2204
2821
- -j$(grep -c ^processor /proc/cpuinfo)
2822
- --variables-files=etc/scons/mongodbtoolchain_stable_clang.vars
2823
- CCFLAGS="-fsanitize-coverage=trace-pc-guard"
2824
- LIBS="voidstar"
2825
- multiversion_platform : ubuntu2204
2826
- multiversion_edition : enterprise
2827
- repo_edition : enterprise
2828
- large_distro_name : ubuntu2204-large
2829
- scons_cache_scope : shared
2830
- tasks :
2831
- - name : compile_and_archive_dist_test_TG
2832
- - name : .antithesis
2833
- - name : generate_buildid_to_debug_symbols_mapping
2834
-
2835
2808
- << : *enterprise-windows-nopush-template
2836
2809
name : &enterprise-windows-benchmarks enterprise-windows-benchmarks
2837
2810
display_name : " * Enterprise Windows (Benchmarks)"
0 commit comments