Skip to content

Commit 2b53bf3

Browse files
authored
PYTHON-3042 Migrate OCSP testing to Ubuntu 20.04 (mongodb#826)
1 parent 3843cef commit 2b53bf3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,8 +2512,10 @@ buildvariants:
25122512

25132513
- matrix_name: "ocsp-test"
25142514
matrix_spec:
2515-
platform: awslinux
2516-
python-version: ["3.6", "3.9", "pypy3.6", "pypy3.7"]
2515+
# OCSP stapling is not supported on Ubuntu 18.04.
2516+
# See https://jira.mongodb.org/browse/SERVER-51364.
2517+
platform: ubuntu-20.04
2518+
python-version: ["3.6", "3.10", "pypy3.6", "pypy3.7"]
25172519
mongodb-version: ["4.4", "5.0", "latest"]
25182520
auth: "noauth"
25192521
ssl: "ssl"

0 commit comments

Comments
 (0)