@@ -1079,6 +1079,19 @@ buildvariants:
1079
1079
PYTHON_BINARY : /opt/python/3.9/bin/python3
1080
1080
1081
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]
1082
1095
- name : test-rhel8-python3.9-cov
1083
1096
tasks :
1084
1097
- name : .standalone .sync_async
@@ -1091,6 +1104,19 @@ buildvariants:
1091
1104
COVERAGE : coverage
1092
1105
PYTHON_BINARY : /opt/python/3.9/bin/python3
1093
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]
1094
1120
- name : test-rhel8-python3.13-cov
1095
1121
tasks :
1096
1122
- name : .standalone .sync_async
@@ -1103,6 +1129,19 @@ buildvariants:
1103
1129
COVERAGE : coverage
1104
1130
PYTHON_BINARY : /opt/python/3.13/bin/python3
1105
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]
1106
1145
- name : test-rhel8-pypy3.10-cov
1107
1146
tasks :
1108
1147
- name : .standalone .sync_async
0 commit comments