mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
SERVER-72166 Removed no-libunwind variant in favor of tsan variant
This commit is contained in:
parent
c160f25bee
commit
65f14fa930
@ -2028,62 +2028,6 @@ buildvariants:
|
||||
- name: jsCore
|
||||
- name: noPassthroughHotBackups_gen
|
||||
|
||||
- <<: *enterprise-rhel-70-64-bit-template
|
||||
name: &enterprise-rhel-70-64-bit-no-libunwind enterprise-rhel-70-64-bit-no-libunwind
|
||||
display_name: "~ Enterprise RHEL 7.0 (no-libunwind)"
|
||||
cron: "0 4 * * 0" # From the ${project_weekly_cron} parameter
|
||||
run_on:
|
||||
- rhel70
|
||||
expansions:
|
||||
<<: *enterprise-rhel-70-64-bit-expansions-template
|
||||
compile_flags: >-
|
||||
--ssl
|
||||
MONGO_DISTMOD=rhel70
|
||||
--use-libunwind=off
|
||||
--opt=on
|
||||
-j$(grep -c ^processor /proc/cpuinfo)
|
||||
--variables-files=etc/scons/mongodbtoolchain_stable_gcc.vars
|
||||
--link-model=dynamic
|
||||
compile_variant: *enterprise-rhel-70-64-bit-no-libunwind
|
||||
has_packages: false
|
||||
additional_package_targets: ""
|
||||
scons_cache_mode: all
|
||||
scons_cache_scope: shared
|
||||
num_scons_link_jobs_available: 0.99
|
||||
# Override list of tasks to exclude package testing and publishing
|
||||
tasks:
|
||||
- name: compile_test_and_package_parallel_core_stream_TG
|
||||
distros:
|
||||
- rhel70
|
||||
- name: compile_test_and_package_parallel_unittest_stream_TG
|
||||
distros:
|
||||
- rhel70
|
||||
- name: compile_test_and_package_parallel_dbtest_stream_TG
|
||||
distros:
|
||||
- rhel70
|
||||
- name: .aggfuzzer
|
||||
- name: audit
|
||||
- name: auth_audit_gen
|
||||
- name: auth_gen
|
||||
- name: causally_consistent_jscore_txns_passthrough
|
||||
- name: .encrypt !.sharding !.replica_sets !.aggregation !.jscore
|
||||
- name: external_auth
|
||||
- name: external_auth_aws
|
||||
- name: .jscore .common !.decimal !.sharding
|
||||
- name: jsCore_txns_large_txns_format
|
||||
- name: .jstestfuzz .common
|
||||
- name: .logical_session_cache .one_sec
|
||||
- name: replica_sets_auth_gen
|
||||
- name: replica_sets_jscore_passthrough
|
||||
- name: .replica_sets .multi_oplog !.encrypt
|
||||
- name: replica_sets_max_mirroring_large_txns_format_gen
|
||||
- name: sasl
|
||||
- name: search
|
||||
- name: search_auth
|
||||
- name: search_ssl
|
||||
- name: sharding_auth_audit_gen
|
||||
- name: .stitch
|
||||
|
||||
- name: &ubuntu1804-container ubuntu1804-container
|
||||
display_name: "Ubuntu 18.04 Container"
|
||||
cron: "0 4 * * *" # From the ${project_nightly_cron} parameter.
|
||||
|
@ -298,7 +298,6 @@ variables:
|
||||
- enterprise-macos
|
||||
- enterprise-macos-arm64
|
||||
- enterprise-rhel-70-64-bit
|
||||
- enterprise-rhel-70-64-bit-no-libunwind
|
||||
- enterprise-rhel-81-ppc64le
|
||||
- enterprise-rhel-72-s390x
|
||||
- enterprise-rhel-80-64-bit
|
||||
|
@ -18,7 +18,6 @@ build_variant_large_distro_exceptions:
|
||||
- enterprise-macos-arm64
|
||||
- enterprise-rhel-67-s390x
|
||||
- enterprise-rhel-70-64-bit
|
||||
- enterprise-rhel-70-64-bit-no-libunwind
|
||||
- enterprise-rhel-71-ppc64le
|
||||
- enterprise-rhel-71-ppc64le-inmem
|
||||
- enterprise-rhel-72-s390x
|
||||
|
Loading…
Reference in New Issue
Block a user