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 08bb6be commit c03afc7Copy full SHA for c03afc7
.evergreen/scripts/generate_config.py
@@ -126,7 +126,7 @@ def create_ocsp_variants() -> list[BuildVariant]:
126
expansions = dict(AUTH="noauth", SSL="ssl", TOPOLOGY="server")
127
base_display = "OCSP test"
128
129
- # OCSP tests on rhel8 with all server v4.4+ and all python versions.
+ # OCSP tests on rhel8 with all servers v4.4+ and all python versions.
130
versions = [v for v in ALL_VERSIONS if v != "4.0"]
131
for version, python in zip_cycle(versions, ALL_PYTHONS):
132
host = "rhel8"
0 commit comments