@@ -1079,6 +1079,19 @@ buildvariants:
10791079 PYTHON_BINARY : /opt/python/3.9/bin/python3
10801080
10811081 # 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]
10821095 - name : test-rhel8-python3.9-cov
10831096 tasks :
10841097 - name : .standalone .sync_async
@@ -1091,6 +1104,19 @@ buildvariants:
10911104 COVERAGE : coverage
10921105 PYTHON_BINARY : /opt/python/3.9/bin/python3
10931106 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]
10941120 - name : test-rhel8-python3.13-cov
10951121 tasks :
10961122 - name : .standalone .sync_async
@@ -1103,6 +1129,19 @@ buildvariants:
11031129 COVERAGE : coverage
11041130 PYTHON_BINARY : /opt/python/3.13/bin/python3
11051131 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]
11061145 - name : test-rhel8-pypy3.10-cov
11071146 tasks :
11081147 - name : .standalone .sync_async
0 commit comments