Skip to content

Commit d0afa1f

Browse files
committed
PYTHON-3088 [v3.13] Update load balancer tests to support dedicated load balancer port (mongodb#870)
PYTHON-3088 Update load balancer tests to support dedicated load balancer port (mongodb#866) (cherry picked from commit 341d489) (cherry picked from commit 1443d76)
1 parent cbae04f commit d0afa1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,10 @@ axes:
19201920
display_name: "MongoDB latest"
19211921
variables:
19221922
VERSION: "latest"
1923+
- id: "rapid"
1924+
display_name: "MongoDB rapid"
1925+
variables:
1926+
VERSION: "rapid"
19231927

19241928
# Choice of Python runtime version
19251929
- id: python-version
@@ -2635,8 +2639,8 @@ buildvariants:
26352639

26362640
- matrix_name: "load-balancer"
26372641
matrix_spec:
2638-
platform: ubuntu-18.04
2639-
mongodb-version: ["5.0", "latest"]
2642+
platform: awslinux
2643+
mongodb-version: ["rapid", "latest"]
26402644
auth-ssl: "*"
26412645
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy3.6", "pypy3.7"]
26422646
loadbalancer: "*"

0 commit comments

Comments
 (0)