Skip to content

Commit 9372d11

Browse files
authored
PYTHON-3480 Multiple Build Failures in 3.13 Due to Running Newer Servers on Amazon Linux (#1086)
1 parent c6fcd83 commit 9372d11

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.evergreen/config.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ tasks:
14361436
commands:
14371437
- func: "bootstrap mongo-orchestration"
14381438
vars:
1439-
VERSION: "latest"
1439+
VERSION: "5.0"
14401440
TOPOLOGY: "server"
14411441
- func: "run mod_wsgi tests"
14421442

@@ -1445,7 +1445,7 @@ tasks:
14451445
commands:
14461446
- func: "bootstrap mongo-orchestration"
14471447
vars:
1448-
VERSION: "latest"
1448+
VERSION: "5.0"
14491449
TOPOLOGY: "replica_set"
14501450
- func: "run mod_wsgi tests"
14511451

@@ -3126,14 +3126,25 @@ buildvariants:
31263126
- matrix_name: "load-balancer"
31273127
matrix_spec:
31283128
platform: awslinux
3129-
mongodb-version: ["rapid", "latest"]
3129+
mongodb-version: ["5.0"]
31303130
auth-ssl: "*"
31313131
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy", "pypy3.5", "pypy3.7"]
31323132
loadbalancer: "*"
31333133
display_name: "Load Balancer ${platform} ${python-version} ${mongodb-version} ${auth-ssl}"
31343134
tasks:
31353135
- name: "load-balancer-test"
31363136

3137+
- matrix_name: "load-balancer-rhel70"
3138+
matrix_spec:
3139+
platform: rhel70
3140+
mongodb-version: ["latest", "rapid"]
3141+
auth-ssl: "*"
3142+
python-version: *rhel70-pythons
3143+
loadbalancer: "*"
3144+
display_name: "Load Balancer ${platform} ${python-version} ${mongodb-version} ${auth-ssl}"
3145+
tasks:
3146+
- name: "load-balancer-test"
3147+
31373148
- name: Release
31383149
display_name: Release
31393150
batchtime: 20160 # 14 days

0 commit comments

Comments
 (0)