@@ -8047,7 +8047,12 @@ tasks:
8047
8047
TOPOLOGY : sharded_cluster
8048
8048
COVERAGE : " 1"
8049
8049
PYTHON_VERSION : " 3.9"
8050
- tags : [server-version]
8050
+ tags :
8051
+ - server-version
8052
+ - " 3.9"
8053
+ - sharded_cluster
8054
+ - auth
8055
+ - ssl
8051
8056
- name : test-python3.10-auth-ssl-sharded-cluster-cov
8052
8057
commands :
8053
8058
- func : run server
@@ -8063,7 +8068,12 @@ tasks:
8063
8068
TOPOLOGY : sharded_cluster
8064
8069
COVERAGE : " 1"
8065
8070
PYTHON_VERSION : " 3.10"
8066
- tags : [server-version]
8071
+ tags :
8072
+ - server-version
8073
+ - " 3.10"
8074
+ - sharded_cluster
8075
+ - auth
8076
+ - ssl
8067
8077
- name : test-python3.11-auth-ssl-sharded-cluster-cov
8068
8078
commands :
8069
8079
- func : run server
@@ -8079,7 +8089,12 @@ tasks:
8079
8089
TOPOLOGY : sharded_cluster
8080
8090
COVERAGE : " 1"
8081
8091
PYTHON_VERSION : " 3.11"
8082
- tags : [server-version]
8092
+ tags :
8093
+ - server-version
8094
+ - " 3.11"
8095
+ - sharded_cluster
8096
+ - auth
8097
+ - ssl
8083
8098
- name : test-python3.12-auth-ssl-sharded-cluster-cov
8084
8099
commands :
8085
8100
- func : run server
@@ -8095,7 +8110,12 @@ tasks:
8095
8110
TOPOLOGY : sharded_cluster
8096
8111
COVERAGE : " 1"
8097
8112
PYTHON_VERSION : " 3.12"
8098
- tags : [server-version]
8113
+ tags :
8114
+ - server-version
8115
+ - " 3.12"
8116
+ - sharded_cluster
8117
+ - auth
8118
+ - ssl
8099
8119
- name : test-python3.13-auth-ssl-sharded-cluster-cov
8100
8120
commands :
8101
8121
- func : run server
@@ -8111,7 +8131,12 @@ tasks:
8111
8131
TOPOLOGY : sharded_cluster
8112
8132
COVERAGE : " 1"
8113
8133
PYTHON_VERSION : " 3.13"
8114
- tags : [server-version]
8134
+ tags :
8135
+ - server-version
8136
+ - " 3.13"
8137
+ - sharded_cluster
8138
+ - auth
8139
+ - ssl
8115
8140
- name : test-pypy3.10-auth-ssl-sharded-cluster
8116
8141
commands :
8117
8142
- func : run server
@@ -8125,7 +8150,12 @@ tasks:
8125
8150
SSL : ssl
8126
8151
TOPOLOGY : sharded_cluster
8127
8152
PYTHON_VERSION : pypy3.10
8128
- tags : [server-version]
8153
+ tags :
8154
+ - server-version
8155
+ - pypy3.10
8156
+ - sharded_cluster
8157
+ - auth
8158
+ - ssl
8129
8159
- name : test-python3.9-auth-ssl-standalone-cov
8130
8160
commands :
8131
8161
- func : run server
@@ -8141,7 +8171,12 @@ tasks:
8141
8171
TOPOLOGY : standalone
8142
8172
COVERAGE : " 1"
8143
8173
PYTHON_VERSION : " 3.9"
8144
- tags : [server-version]
8174
+ tags :
8175
+ - server-version
8176
+ - " 3.9"
8177
+ - standalone
8178
+ - auth
8179
+ - ssl
8145
8180
- name : test-python3.10-auth-nossl-standalone-cov
8146
8181
commands :
8147
8182
- func : run server
@@ -8157,7 +8192,12 @@ tasks:
8157
8192
TOPOLOGY : standalone
8158
8193
COVERAGE : " 1"
8159
8194
PYTHON_VERSION : " 3.10"
8160
- tags : [server-version]
8195
+ tags :
8196
+ - server-version
8197
+ - " 3.10"
8198
+ - standalone
8199
+ - auth
8200
+ - nossl
8161
8201
- name : test-python3.11-noauth-ssl-standalone-cov
8162
8202
commands :
8163
8203
- func : run server
@@ -8173,7 +8213,12 @@ tasks:
8173
8213
TOPOLOGY : standalone
8174
8214
COVERAGE : " 1"
8175
8215
PYTHON_VERSION : " 3.11"
8176
- tags : [server-version]
8216
+ tags :
8217
+ - server-version
8218
+ - " 3.11"
8219
+ - standalone
8220
+ - noauth
8221
+ - ssl
8177
8222
- name : test-python3.12-noauth-nossl-standalone-cov
8178
8223
commands :
8179
8224
- func : run server
@@ -8189,7 +8234,12 @@ tasks:
8189
8234
TOPOLOGY : standalone
8190
8235
COVERAGE : " 1"
8191
8236
PYTHON_VERSION : " 3.12"
8192
- tags : [server-version]
8237
+ tags :
8238
+ - server-version
8239
+ - " 3.12"
8240
+ - standalone
8241
+ - noauth
8242
+ - nossl
8193
8243
- name : test-python3.13-auth-ssl-replica-set-cov
8194
8244
commands :
8195
8245
- func : run server
@@ -8205,7 +8255,12 @@ tasks:
8205
8255
TOPOLOGY : replica_set
8206
8256
COVERAGE : " 1"
8207
8257
PYTHON_VERSION : " 3.13"
8208
- tags : [server-version]
8258
+ tags :
8259
+ - server-version
8260
+ - " 3.13"
8261
+ - replica_set
8262
+ - auth
8263
+ - ssl
8209
8264
- name : test-pypy3.10-auth-nossl-replica-set
8210
8265
commands :
8211
8266
- func : run server
@@ -8219,7 +8274,12 @@ tasks:
8219
8274
SSL : nossl
8220
8275
TOPOLOGY : replica_set
8221
8276
PYTHON_VERSION : pypy3.10
8222
- tags : [server-version]
8277
+ tags :
8278
+ - server-version
8279
+ - pypy3.10
8280
+ - replica_set
8281
+ - auth
8282
+ - nossl
8223
8283
- name : test-python3.9-noauth-ssl-replica-set-cov
8224
8284
commands :
8225
8285
- func : run server
@@ -8235,7 +8295,12 @@ tasks:
8235
8295
TOPOLOGY : replica_set
8236
8296
COVERAGE : " 1"
8237
8297
PYTHON_VERSION : " 3.9"
8238
- tags : [server-version]
8298
+ tags :
8299
+ - server-version
8300
+ - " 3.9"
8301
+ - replica_set
8302
+ - noauth
8303
+ - ssl
8239
8304
- name : test-python3.10-noauth-nossl-replica-set-cov
8240
8305
commands :
8241
8306
- func : run server
@@ -8251,7 +8316,12 @@ tasks:
8251
8316
TOPOLOGY : replica_set
8252
8317
COVERAGE : " 1"
8253
8318
PYTHON_VERSION : " 3.10"
8254
- tags : [server-version]
8319
+ tags :
8320
+ - server-version
8321
+ - " 3.10"
8322
+ - replica_set
8323
+ - noauth
8324
+ - nossl
8255
8325
- name : test-python3.12-auth-nossl-sharded-cluster-cov
8256
8326
commands :
8257
8327
- func : run server
@@ -8267,7 +8337,12 @@ tasks:
8267
8337
TOPOLOGY : sharded_cluster
8268
8338
COVERAGE : " 1"
8269
8339
PYTHON_VERSION : " 3.12"
8270
- tags : [server-version]
8340
+ tags :
8341
+ - server-version
8342
+ - " 3.12"
8343
+ - sharded_cluster
8344
+ - auth
8345
+ - nossl
8271
8346
- name : test-python3.13-noauth-ssl-sharded-cluster-cov
8272
8347
commands :
8273
8348
- func : run server
@@ -8283,7 +8358,12 @@ tasks:
8283
8358
TOPOLOGY : sharded_cluster
8284
8359
COVERAGE : " 1"
8285
8360
PYTHON_VERSION : " 3.13"
8286
- tags : [server-version]
8361
+ tags :
8362
+ - server-version
8363
+ - " 3.13"
8364
+ - sharded_cluster
8365
+ - noauth
8366
+ - ssl
8287
8367
- name : test-pypy3.10-noauth-nossl-sharded-cluster
8288
8368
commands :
8289
8369
- func : run server
@@ -8297,7 +8377,12 @@ tasks:
8297
8377
SSL : nossl
8298
8378
TOPOLOGY : sharded_cluster
8299
8379
PYTHON_VERSION : pypy3.10
8300
- tags : [server-version]
8380
+ tags :
8381
+ - server-version
8382
+ - pypy3.10
8383
+ - sharded_cluster
8384
+ - noauth
8385
+ - nossl
8301
8386
8302
8387
# Serverless tests
8303
8388
- name : test-serverless
0 commit comments