@@ -817,97 +817,110 @@ buildvariants:
817
817
PYTHON_BINARY : /opt/python/3.13/bin/python3
818
818
819
819
# Ocsp tests
820
- - name : ocsp-rhel8-v4.4 -python3.9
820
+ - name : ocsp-rhel8-v4.2 -python3.9
821
821
tasks :
822
822
- name : .ocsp
823
- display_name : OCSP RHEL8 v4.4 Python3.9
823
+ display_name : OCSP RHEL8 v4.2 Python3.9
824
824
run_on :
825
825
- rhel87-small
826
826
batchtime : 20160
827
827
expansions :
828
828
AUTH : noauth
829
829
SSL : ssl
830
830
TOPOLOGY : server
831
- VERSION : " 4.4 "
831
+ VERSION : " 4.2 "
832
832
PYTHON_BINARY : /opt/python/3.9/bin/python3
833
- - name : ocsp-rhel8-v5.0 -python3.10
833
+ - name : ocsp-rhel8-v4.4 -python3.10
834
834
tasks :
835
835
- name : .ocsp
836
- display_name : OCSP RHEL8 v5.0 Python3.10
836
+ display_name : OCSP RHEL8 v4.4 Python3.10
837
837
run_on :
838
838
- rhel87-small
839
839
batchtime : 20160
840
840
expansions :
841
841
AUTH : noauth
842
842
SSL : ssl
843
843
TOPOLOGY : server
844
- VERSION : " 5.0 "
844
+ VERSION : " 4.4 "
845
845
PYTHON_BINARY : /opt/python/3.10/bin/python3
846
- - name : ocsp-rhel8-v6 .0-python3.11
846
+ - name : ocsp-rhel8-v5 .0-python3.11
847
847
tasks :
848
848
- name : .ocsp
849
- display_name : OCSP RHEL8 v6 .0 Python3.11
849
+ display_name : OCSP RHEL8 v5 .0 Python3.11
850
850
run_on :
851
851
- rhel87-small
852
852
batchtime : 20160
853
853
expansions :
854
854
AUTH : noauth
855
855
SSL : ssl
856
856
TOPOLOGY : server
857
- VERSION : " 6 .0"
857
+ VERSION : " 5 .0"
858
858
PYTHON_BINARY : /opt/python/3.11/bin/python3
859
- - name : ocsp-rhel8-v7 .0-python3.12
859
+ - name : ocsp-rhel8-v6 .0-python3.12
860
860
tasks :
861
861
- name : .ocsp
862
- display_name : OCSP RHEL8 v7 .0 Python3.12
862
+ display_name : OCSP RHEL8 v6 .0 Python3.12
863
863
run_on :
864
864
- rhel87-small
865
865
batchtime : 20160
866
866
expansions :
867
867
AUTH : noauth
868
868
SSL : ssl
869
869
TOPOLOGY : server
870
- VERSION : " 7 .0"
870
+ VERSION : " 6 .0"
871
871
PYTHON_BINARY : /opt/python/3.12/bin/python3
872
- - name : ocsp-rhel8-v8 .0-python3.13
872
+ - name : ocsp-rhel8-v7 .0-python3.13
873
873
tasks :
874
874
- name : .ocsp
875
- display_name : OCSP RHEL8 v8 .0 Python3.13
875
+ display_name : OCSP RHEL8 v7 .0 Python3.13
876
876
run_on :
877
877
- rhel87-small
878
878
batchtime : 20160
879
879
expansions :
880
880
AUTH : noauth
881
881
SSL : ssl
882
882
TOPOLOGY : server
883
- VERSION : " 8 .0"
883
+ VERSION : " 7 .0"
884
884
PYTHON_BINARY : /opt/python/3.13/bin/python3
885
- - name : ocsp-rhel8-rapid -pypy3.10
885
+ - name : ocsp-rhel8-v8.0 -pypy3.10
886
886
tasks :
887
887
- name : .ocsp
888
- display_name : OCSP RHEL8 rapid PyPy3.10
888
+ display_name : OCSP RHEL8 v8.0 PyPy3.10
889
889
run_on :
890
890
- rhel87-small
891
891
batchtime : 20160
892
892
expansions :
893
893
AUTH : noauth
894
894
SSL : ssl
895
895
TOPOLOGY : server
896
- VERSION : rapid
896
+ VERSION : " 8.0 "
897
897
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
898
- - name : ocsp-rhel8-latest -python3.9
898
+ - name : ocsp-rhel8-rapid -python3.9
899
899
tasks :
900
900
- name : .ocsp
901
- display_name : OCSP RHEL8 latest Python3.9
901
+ display_name : OCSP RHEL8 rapid Python3.9
902
902
run_on :
903
903
- rhel87-small
904
904
batchtime : 20160
905
905
expansions :
906
906
AUTH : noauth
907
907
SSL : ssl
908
908
TOPOLOGY : server
909
- VERSION : latest
909
+ VERSION : rapid
910
910
PYTHON_BINARY : /opt/python/3.9/bin/python3
911
+ - name : ocsp-rhel8-latest-python3.10
912
+ tasks :
913
+ - name : .ocsp
914
+ display_name : OCSP RHEL8 latest Python3.10
915
+ run_on :
916
+ - rhel87-small
917
+ batchtime : 20160
918
+ expansions :
919
+ AUTH : noauth
920
+ SSL : ssl
921
+ TOPOLOGY : server
922
+ VERSION : latest
923
+ PYTHON_BINARY : /opt/python/3.10/bin/python3
911
924
- name : ocsp-win64-v4.4-python3.9
912
925
tasks :
913
926
- name : .ocsp-rsa !.ocsp-staple
@@ -1066,6 +1079,19 @@ buildvariants:
1066
1079
PYTHON_BINARY : /opt/python/3.9/bin/python3
1067
1080
1068
1081
# Server tests
1082
+ - name : test-rhel8-python3.9-cov-no-c
1083
+ tasks :
1084
+ - name : .standalone .sync_async
1085
+ - name : .replica_set .sync_async
1086
+ - name : .sharded_cluster .sync_async
1087
+ display_name : " * Test RHEL8 Python3.9 cov No C"
1088
+ run_on :
1089
+ - rhel87-small
1090
+ expansions :
1091
+ COVERAGE : coverage
1092
+ NO_EXT : " 1"
1093
+ PYTHON_BINARY : /opt/python/3.9/bin/python3
1094
+ tags : [coverage_tag]
1069
1095
- name : test-rhel8-python3.9-cov
1070
1096
tasks :
1071
1097
- name : .standalone .sync_async
@@ -1078,6 +1104,19 @@ buildvariants:
1078
1104
COVERAGE : coverage
1079
1105
PYTHON_BINARY : /opt/python/3.9/bin/python3
1080
1106
tags : [coverage_tag]
1107
+ - name : test-rhel8-python3.13-cov-no-c
1108
+ tasks :
1109
+ - name : .standalone .sync_async
1110
+ - name : .replica_set .sync_async
1111
+ - name : .sharded_cluster .sync_async
1112
+ display_name : " * Test RHEL8 Python3.13 cov No C"
1113
+ run_on :
1114
+ - rhel87-small
1115
+ expansions :
1116
+ COVERAGE : coverage
1117
+ NO_EXT : " 1"
1118
+ PYTHON_BINARY : /opt/python/3.13/bin/python3
1119
+ tags : [coverage_tag]
1081
1120
- name : test-rhel8-python3.13-cov
1082
1121
tasks :
1083
1122
- name : .standalone .sync_async
@@ -1090,6 +1129,19 @@ buildvariants:
1090
1129
COVERAGE : coverage
1091
1130
PYTHON_BINARY : /opt/python/3.13/bin/python3
1092
1131
tags : [coverage_tag]
1132
+ - name : test-rhel8-pypy3.10-cov-no-c
1133
+ tasks :
1134
+ - name : .standalone .sync_async
1135
+ - name : .replica_set .sync_async
1136
+ - name : .sharded_cluster .sync_async
1137
+ display_name : " * Test RHEL8 PyPy3.10 cov No C"
1138
+ run_on :
1139
+ - rhel87-small
1140
+ expansions :
1141
+ COVERAGE : coverage
1142
+ NO_EXT : " 1"
1143
+ PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
1144
+ tags : [coverage_tag]
1093
1145
- name : test-rhel8-pypy3.10-cov
1094
1146
tasks :
1095
1147
- name : .standalone .sync_async
@@ -1338,6 +1390,7 @@ buildvariants:
1338
1390
- name : storage-inmemory-rhel8-python3.9
1339
1391
tasks :
1340
1392
- name : .standalone .noauth .nossl .4.0 .sync_async
1393
+ - name : .standalone .noauth .nossl .4.2 .sync_async
1341
1394
- name : .standalone .noauth .nossl .4.4 .sync_async
1342
1395
- name : .standalone .noauth .nossl .5.0 .sync_async
1343
1396
- name : .standalone .noauth .nossl .6.0 .sync_async
0 commit comments