We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f7c62 commit 5fd4143Copy full SHA for 5fd4143
.evergreen/scripts/generate_config.py
@@ -128,12 +128,9 @@ def create_ocsp_variants() -> list[BuildVariant]:
128
base_expansions = dict(AUTH="noauth", SSL="ssl", TOPOLOGY="server")
129
base_display = "OCSP test"
130
131
- # OCSP tests on rhel8 with all server and python versions.
+ # OCSP tests on rhel8 with all server v4.4+ and python versions.
132
versions = [v for v in ALL_VERSIONS if v != "4.0"]
133
for version, python in get_pairs(versions, ALL_PYTHONS):
134
- # OCSP is not supported until v4.4.
135
- if version == "4.0":
136
- continue
137
expansions = base_expansions.copy()
138
expansions["VERSION"] = version
139
host = "rhel8"
0 commit comments