From 0aa82972bcae8fd6799211b625f31132849d7ce2 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Tue, 14 Dec 2021 14:20:57 -0800 Subject: [PATCH] PYTHON-3042 Migrate OCSP testing to Ubuntu 20.04 --- .evergreen/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 002774df42..a265ba83bc 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -2512,8 +2512,10 @@ buildvariants: - matrix_name: "ocsp-test" matrix_spec: - platform: awslinux - python-version: ["3.6", "3.9", "pypy3.6", "pypy3.7"] + # OCSP stapling is not supported on Ubuntu 18.04. + # See https://jira.mongodb.org/browse/SERVER-51364. + platform: ubuntu-20.04 + python-version: ["3.6", "3.10", "pypy3.6", "pypy3.7"] mongodb-version: ["4.4", "5.0", "latest"] auth: "noauth" ssl: "ssl"