summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrew Shuvalov <andrew.shuvalov@mongodb.com>2021-02-01 00:25:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-01 00:58:17 +0000
commit4e56868df554b817d375303cb73da9720146e124 (patch)
tree3136314200c08bfdc797b39c033b0496c4b8262b /etc
parent3fe900ce3fe531b5bc6f504e48c2d087be93a11b (diff)
downloadmongo-4e56868df554b817d375303cb73da9720146e124.tar.gz
SERVER-53883: Disable TLS authenticated tenant migration tests on Windows
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index fe17b54aec3..76fd998a2e9 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9671,6 +9671,7 @@ 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:
@@ -9749,6 +9750,7 @@ 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:
@@ -9800,6 +9802,7 @@ buildvariants:
--mongosSetParameters="{
featureFlagWindowFunctions: true,
}"
+ --excludeWithAnyTags=incompatible_with_windows_tls
- &enterprise-windows-suggested-template
name: enterprise-windows-suggested
@@ -9828,6 +9831,7 @@ 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:
@@ -9901,6 +9905,7 @@ buildvariants:
--mongosSetParameters="{
featureFlagWindowFunctions: true,
}"
+ --excludeWithAnyTags=incompatible_with_windows_tls
- <<: *enterprise-windows-nopush-template
name: enterprise-windows-benchmarks
@@ -9935,7 +9940,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
+ test_flags: --storageEngine=inMemory --excludeWithAnyTags=requires_persistence,requires_journaling,incompatible_with_windows_tls
ext: zip
scons_cache_scope: shared
multiversion_platform: windows
@@ -9990,6 +9995,7 @@ 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:
@@ -10043,6 +10049,7 @@ 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