summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-30 18:49:49 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-30 18:49:49 -0400
commit5cdc5876102d8f3280d76cc5d0d43a5bf52e7811 (patch)
tree660b56c60769ed09b6440ead7551062c75d548b1
parent00ca22fc7097455ab1301931015a86d84e038744 (diff)
downloadmongo-5cdc5876102d8f3280d76cc5d0d43a5bf52e7811.tar.gz
SERVER-34742 Stop running ssl_cert_password.js on OS X.
The mongo tools do not support parsing PKCS#8 encrypted private keys when not using OpenSSL.
-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"