Skip to content

Commit 04f7c62

Browse files
committed
cleanup
1 parent 3c408da commit 04f7c62

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,19 @@ buildvariants:
28272827
- "test-5.0-standalone"
28282828

28292829
# OCSP test matrix.
2830+
- name: ocsp-test-rhel8-v4.4-py3.9
2831+
tasks:
2832+
- name: .ocsp
2833+
display_name: OCSP test RHEL8 v4.4 py3.9
2834+
run_on:
2835+
- rhel87-small
2836+
batchtime: 20160
2837+
expansions:
2838+
AUTH: noauth
2839+
SSL: ssl
2840+
TOPOLOGY: server
2841+
VERSION: "4.4"
2842+
PYTHON_BINARY: /opt/python/3.9/bin/python3
28302843
- name: ocsp-test-rhel8-v5.0-py3.10
28312844
tasks:
28322845
- name: .ocsp

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def create_ocsp_variants() -> list[BuildVariant]:
129129
base_display = "OCSP test"
130130

131131
# OCSP tests on rhel8 with all server and python versions.
132-
versions = [v for v in ALL_VERSIONS if v != "4.4"]
132+
versions = [v for v in ALL_VERSIONS if v != "4.0"]
133133
for version, python in get_pairs(versions, ALL_PYTHONS):
134134
# OCSP is not supported until v4.4.
135135
if version == "4.0":

0 commit comments

Comments
 (0)