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