summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2020-12-10 19:59:08 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-11 03:25:30 +0000
commit19ed9c958b369bd7e1776a57bd406ebe84cf2bec (patch)
tree92feec2a6104e28a340d2a8469220dbda4635a9f /etc
parentdc77c3d344443071783d7098e75d2379bc749be3 (diff)
downloadmongo-19ed9c958b369bd7e1776a57bd406ebe84cf2bec.tar.gz
SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterface has SSLConnectionContext override even if other egress connections use keyFile auth
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 0dc8f1ea989..d42aab8ba8e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -5648,6 +5648,26 @@ tasks:
resmoke_args: --suites=integration_tests_replset --storageEngine=wiredTiger
- <<: *task_template
+ name: integration_tests_replset_ssl_auth
+ tags: ["integration"]
+ commands:
+ - command: manifest.load
+ - func: "git get project"
+ - func: "do setup"
+ - func: "set up win mount script"
+ - func: "generate compile expansions" # Generate compile expansions needs to be run to mount the shared scons cache.
+ - func: "apply compile expansions"
+ - func: "scons compile"
+ vars:
+ targets: install-integration-tests
+ compiling_for_test: true
+ bypass_compile: false
+ - func: "attach scons logs"
+ - func: "run tests"
+ vars:
+ resmoke_args: --suites=integration_tests_replset_ssl_auth --storageEngine=wiredTiger
+
+- <<: *task_template
name: integration_tests_sharded
tags: ["integration", "sharded"]
commands: