summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ed1e3c18735..6e281f018fe 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -8611,7 +8611,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
- test_flags: --excludeWithAnyTags=requires_mmapv1
+ test_flags: --excludeWithAnyTags=requires_mmapv1,requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx-ssl
@@ -8755,7 +8755,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
- test_flags: --excludeWithAnyTags=requires_mmapv1
+ test_flags: --excludeWithAnyTags=requires_mmapv1,requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.10gen.com
push_name: osx
@@ -8798,7 +8798,7 @@ buildvariants:
name: enterprise-osx-1010-openssl
display_name: Enterprise OS X 10.10 OpenSSL
expansions:
- test_flags: --excludeWithAnyTags=requires_mmapv1
+ test_flags: --excludeWithAnyTags=requires_mmapv1,requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.10gen.com
push_name: osx
@@ -11618,7 +11618,7 @@ buildvariants:
# mobile storage engine.
test_flags: >-
--storageEngine=mobile
- --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_replication,requires_sharding,uses_transactions
+ --excludeWithAnyTags=requires_mmapv1,requires_wiredtiger,requires_replication,requires_sharding,uses_transactions,requires_ssl_mongo_tools
--excludeWithAnyTags=SERVER-32709,SERVER-32869,SERVER-32993,SERVER-32997
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: >-
@@ -12669,7 +12669,7 @@ buildvariants:
batchtime: 1440 # 1 day
expansions:
# Transactions are not supported on the MMAPv1 storage engine.
- test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,uses_transactions
+ test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,uses_transactions,requires_ssl_mongo_tools
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: >-
--ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10"