Skip to content

Commit d334b63

Browse files
CSHARP-4171: Support for Deploying MongoDB behind a L4 Load Balancer 5.0 Backports. (#797)
CSHARP-4171: Support for Deploying MongoDB behind a L4 Load Balancer 5.0 Backports.
1 parent b46bdf2 commit d334b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evergreen/evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,14 +1600,14 @@ buildvariants:
16001600
- name: plain-auth-tests
16011601

16021602
- matrix_name: load-balancer-tests
1603-
matrix_spec: { version: ["latest"], auth: "noauth", ssl: "nossl", topology: "sharded-cluster", os: "ubuntu-1804" }
1603+
matrix_spec: { version: ["5.0", "6.0", "rapid", "latest"], auth: "noauth", ssl: "nossl", topology: "sharded-cluster", os: "ubuntu-1804" }
16041604
display_name: "Load Balancer ${version} ${auth} ${ssl} ${os}"
16051605
tasks:
16061606
- name: "test-load-balancer-netstandard20"
16071607
- name: "test-load-balancer-netstandard21"
16081608

16091609
- matrix_name: load-balancer-tests-secure
1610-
matrix_spec: { version: ["latest"], auth: "auth", ssl: "ssl", topology: "sharded-cluster", os: "ubuntu-1804" }
1610+
matrix_spec: { version: ["5.0", "6.0", "rapid", "latest"], auth: "auth", ssl: "ssl", topology: "sharded-cluster", os: "ubuntu-1804" }
16111611
display_name: "Load Balancer ${version} ${auth} ${ssl} ${os}"
16121612
tasks:
16131613
- name: "test-load-balancer-netstandard20"

0 commit comments

Comments
 (0)