summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index f08f65e3e83..f167c5c0521 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9694,7 +9694,6 @@ buildvariants:
multiversion_platform: windows
multiversion_edition: enterprise
large_distro_name: windows-64-vs2019-large
- test_flags: &windows_common_test_excludes --excludeWithAnyTags=incompatible_with_windows_tls
tasks:
- name: compile_test_and_package_serial_TG
distros:
@@ -9773,7 +9772,6 @@ buildvariants:
push_bucket: downloads.10gen.com
push_name: windows
push_arch: x86_64-enterprise
- test_flags: *windows_common_test_excludes
tasks:
- name: compile_and_archive_dist_test_then_package_TG
distros:
@@ -9825,7 +9823,6 @@ buildvariants:
--mongosSetParameters="{
featureFlagWindowFunctions: true,
}"
- *windows_common_test_excludes
- &enterprise-windows-template
name: enterprise-windows
@@ -9854,7 +9851,6 @@ buildvariants:
push_bucket: downloads.10gen.com
push_name: windows
push_arch: x86_64-enterprise
- test_flags: *windows_common_test_excludes
tasks:
- name: compile_test_and_package_serial_TG
distros:
@@ -9928,7 +9924,6 @@ buildvariants:
--mongosSetParameters="{
featureFlagWindowFunctions: true,
}"
- *windows_common_test_excludes
- <<: *enterprise-windows-nopush-template
name: enterprise-windows-benchmarks
@@ -9963,7 +9958,7 @@ buildvariants:
compile_flags: --ssl MONGO_DISTMOD=windows CPPPATH="c:/sasl/include c:/snmp/include" LIBPATH="c:/sasl/lib c:/snmp/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --win-version-min=win10
num_scons_link_jobs_available: 0.5
python: '/cygdrive/c/python/python37/python.exe'
- test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling *windows_common_test_excludes
+ test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling
ext: zip
scons_cache_scope: shared
multiversion_platform: windows
@@ -10018,7 +10013,6 @@ buildvariants:
ext: zip
scons_cache_scope: shared
large_distro_name: windows-64-vs2019-large
- test_flags: *windows_common_test_excludes
tasks:
- name: compile_test_and_package_serial_TG
distros:
@@ -10072,7 +10066,6 @@ buildvariants:
python: '/cygdrive/c/python/python37/python.exe'
ext: zip
scons_cache_scope: shared
- test_flags: *windows_common_test_excludes
tasks:
# This variant tests that unoptimized, DEBUG mongos and mongod binaries can run on Windows.
# It has a minimal amount of tasks because unoptimized builds are slow, which causes