summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-30 21:18:25 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-04-30 21:18:25 -0400
commit1f82d402517a6f45a3fb468f2ac0de9b266d79fd (patch)
treead74121ea675a1d2683bde3a3c15345bef6e258a
parentc3923c9de822ad25cb97788f8555cde625228782 (diff)
downloadmongo-1f82d402517a6f45a3fb468f2ac0de9b266d79fd.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. (cherry picked from commit 5cdc5876102d8f3280d76cc5d0d43a5bf52e7811)
-rw-r--r--etc/evergreen.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index de8dfa29fa0..5971416352b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6832,6 +6832,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
+ test_flags: --excludeWithAnyTags=requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.mongodb.org
push_name: osx-ssl
@@ -6962,6 +6963,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
+ test_flags: --excludeWithAnyTags=requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.10gen.com
push_name: osx
@@ -10007,7 +10009,7 @@ buildvariants:
- macos-1012
batchtime: 1440 # 1 day
expansions:
- test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger
+ test_flags: --storageEngine=mmapv1 --excludeWithAnyTags=requires_wiredtiger,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"