File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2827,6 +2827,19 @@ buildvariants:
2827
2827
- " test-5.0-standalone"
2828
2828
2829
2829
# 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
2830
2843
- name : ocsp-test-rhel8-v5.0-py3.10
2831
2844
tasks :
2832
2845
- name : .ocsp
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def create_ocsp_variants() -> list[BuildVariant]:
129
129
base_display = "OCSP test"
130
130
131
131
# 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 " ]
133
133
for version , python in get_pairs (versions , ALL_PYTHONS ):
134
134
# OCSP is not supported until v4.4.
135
135
if version == "4.0" :
You can’t perform that action at this time.
0 commit comments