@@ -136,50 +136,6 @@ tasks:
136
136
depends_on : [{ name: .server-version, variant: .coverage_tag, status: "*", patch_optional: true }]
137
137
tags : [coverage]
138
138
139
- # Enterprise auth tests
140
- - name : test-enterprise-auth-python3.9
141
- commands :
142
- - func : run server
143
- vars :
144
- TEST_NAME : enterprise_auth
145
- AUTH : auth
146
- PYTHON_VERSION : " 3.9"
147
- - func : assume ec2 role
148
- - func : run tests
149
- vars :
150
- TEST_NAME : enterprise_auth
151
- AUTH : auth
152
- PYTHON_VERSION : " 3.9"
153
- tags : [enterprise_auth]
154
- - name : test-enterprise-auth-python3.13
155
- commands :
156
- - func : run server
157
- vars :
158
- TEST_NAME : enterprise_auth
159
- AUTH : auth
160
- PYTHON_VERSION : " 3.13"
161
- - func : assume ec2 role
162
- - func : run tests
163
- vars :
164
- TEST_NAME : enterprise_auth
165
- AUTH : auth
166
- PYTHON_VERSION : " 3.13"
167
- tags : [enterprise_auth]
168
- - name : test-enterprise-auth-pypy3.10
169
- commands :
170
- - func : run server
171
- vars :
172
- TEST_NAME : enterprise_auth
173
- AUTH : auth
174
- PYTHON_VERSION : pypy3.10
175
- - func : assume ec2 role
176
- - func : run tests
177
- vars :
178
- TEST_NAME : enterprise_auth
179
- AUTH : auth
180
- PYTHON_VERSION : pypy3.10
181
- tags : [enterprise_auth, pypy]
182
-
183
139
# Free threading tests
184
140
- name : test-free-threading
185
141
commands :
@@ -3928,6 +3884,7 @@ tasks:
3928
3884
- server-4.0
3929
3885
- python-3.9
3930
3886
- standalone-noauth-nossl
3887
+ - noauth
3931
3888
- name : test-non-standard-v4.0-python3.10-noauth-ssl-replica-set
3932
3889
commands :
3933
3890
- func : run server
@@ -3948,6 +3905,7 @@ tasks:
3948
3905
- server-4.0
3949
3906
- python-3.10
3950
3907
- replica_set-noauth-ssl
3908
+ - noauth
3951
3909
- name : test-non-standard-v4.0-python3.11-auth-ssl-sharded-cluster
3952
3910
commands :
3953
3911
- func : run server
@@ -3968,6 +3926,7 @@ tasks:
3968
3926
- server-4.0
3969
3927
- python-3.11
3970
3928
- sharded_cluster-auth-ssl
3929
+ - auth
3971
3930
- name : test-non-standard-v4.2-python3.12-noauth-nossl-standalone
3972
3931
commands :
3973
3932
- func : run server
@@ -3988,6 +3947,7 @@ tasks:
3988
3947
- server-4.2
3989
3948
- python-3.12
3990
3949
- standalone-noauth-nossl
3950
+ - noauth
3991
3951
- name : test-non-standard-v4.2-python3.13-noauth-ssl-replica-set
3992
3952
commands :
3993
3953
- func : run server
@@ -4008,6 +3968,7 @@ tasks:
4008
3968
- server-4.2
4009
3969
- python-3.13
4010
3970
- replica_set-noauth-ssl
3971
+ - noauth
4011
3972
- name : test-non-standard-v4.2-python3.9-auth-ssl-sharded-cluster
4012
3973
commands :
4013
3974
- func : run server
@@ -4028,6 +3989,7 @@ tasks:
4028
3989
- server-4.2
4029
3990
- python-3.9
4030
3991
- sharded_cluster-auth-ssl
3992
+ - auth
4031
3993
- name : test-non-standard-v4.4-python3.10-noauth-nossl-standalone
4032
3994
commands :
4033
3995
- func : run server
@@ -4048,6 +4010,7 @@ tasks:
4048
4010
- server-4.4
4049
4011
- python-3.10
4050
4012
- standalone-noauth-nossl
4013
+ - noauth
4051
4014
- name : test-non-standard-v4.4-python3.11-noauth-ssl-replica-set
4052
4015
commands :
4053
4016
- func : run server
@@ -4068,6 +4031,7 @@ tasks:
4068
4031
- server-4.4
4069
4032
- python-3.11
4070
4033
- replica_set-noauth-ssl
4034
+ - noauth
4071
4035
- name : test-non-standard-v4.4-python3.12-auth-ssl-sharded-cluster
4072
4036
commands :
4073
4037
- func : run server
@@ -4088,6 +4052,7 @@ tasks:
4088
4052
- server-4.4
4089
4053
- python-3.12
4090
4054
- sharded_cluster-auth-ssl
4055
+ - auth
4091
4056
- name : test-non-standard-v5.0-python3.13-noauth-nossl-standalone
4092
4057
commands :
4093
4058
- func : run server
@@ -4108,6 +4073,7 @@ tasks:
4108
4073
- server-5.0
4109
4074
- python-3.13
4110
4075
- standalone-noauth-nossl
4076
+ - noauth
4111
4077
- name : test-non-standard-v5.0-python3.9-noauth-ssl-replica-set
4112
4078
commands :
4113
4079
- func : run server
@@ -4128,6 +4094,7 @@ tasks:
4128
4094
- server-5.0
4129
4095
- python-3.9
4130
4096
- replica_set-noauth-ssl
4097
+ - noauth
4131
4098
- name : test-non-standard-v5.0-python3.10-auth-ssl-sharded-cluster
4132
4099
commands :
4133
4100
- func : run server
@@ -4148,6 +4115,7 @@ tasks:
4148
4115
- server-5.0
4149
4116
- python-3.10
4150
4117
- sharded_cluster-auth-ssl
4118
+ - auth
4151
4119
- name : test-non-standard-v6.0-python3.11-noauth-nossl-standalone
4152
4120
commands :
4153
4121
- func : run server
@@ -4168,6 +4136,7 @@ tasks:
4168
4136
- server-6.0
4169
4137
- python-3.11
4170
4138
- standalone-noauth-nossl
4139
+ - noauth
4171
4140
- name : test-non-standard-v6.0-python3.12-noauth-ssl-replica-set
4172
4141
commands :
4173
4142
- func : run server
@@ -4188,6 +4157,7 @@ tasks:
4188
4157
- server-6.0
4189
4158
- python-3.12
4190
4159
- replica_set-noauth-ssl
4160
+ - noauth
4191
4161
- name : test-non-standard-v6.0-python3.13-auth-ssl-sharded-cluster
4192
4162
commands :
4193
4163
- func : run server
@@ -4208,6 +4178,7 @@ tasks:
4208
4178
- server-6.0
4209
4179
- python-3.13
4210
4180
- sharded_cluster-auth-ssl
4181
+ - auth
4211
4182
- name : test-non-standard-v7.0-python3.9-noauth-nossl-standalone
4212
4183
commands :
4213
4184
- func : run server
@@ -4228,6 +4199,7 @@ tasks:
4228
4199
- server-7.0
4229
4200
- python-3.9
4230
4201
- standalone-noauth-nossl
4202
+ - noauth
4231
4203
- name : test-non-standard-v7.0-python3.10-noauth-ssl-replica-set
4232
4204
commands :
4233
4205
- func : run server
@@ -4248,6 +4220,7 @@ tasks:
4248
4220
- server-7.0
4249
4221
- python-3.10
4250
4222
- replica_set-noauth-ssl
4223
+ - noauth
4251
4224
- name : test-non-standard-v7.0-python3.11-auth-ssl-sharded-cluster
4252
4225
commands :
4253
4226
- func : run server
@@ -4268,6 +4241,7 @@ tasks:
4268
4241
- server-7.0
4269
4242
- python-3.11
4270
4243
- sharded_cluster-auth-ssl
4244
+ - auth
4271
4245
- name : test-non-standard-v8.0-python3.12-noauth-nossl-standalone
4272
4246
commands :
4273
4247
- func : run server
@@ -4288,6 +4262,7 @@ tasks:
4288
4262
- server-8.0
4289
4263
- python-3.12
4290
4264
- standalone-noauth-nossl
4265
+ - noauth
4291
4266
- name : test-non-standard-v8.0-python3.13-noauth-ssl-replica-set
4292
4267
commands :
4293
4268
- func : run server
@@ -4308,6 +4283,7 @@ tasks:
4308
4283
- server-8.0
4309
4284
- python-3.13
4310
4285
- replica_set-noauth-ssl
4286
+ - noauth
4311
4287
- name : test-non-standard-v8.0-python3.9-auth-ssl-sharded-cluster
4312
4288
commands :
4313
4289
- func : run server
@@ -4328,6 +4304,7 @@ tasks:
4328
4304
- server-8.0
4329
4305
- python-3.9
4330
4306
- sharded_cluster-auth-ssl
4307
+ - auth
4331
4308
- name : test-non-standard-rapid-python3.10-noauth-nossl-standalone
4332
4309
commands :
4333
4310
- func : run server
@@ -4348,6 +4325,7 @@ tasks:
4348
4325
- server-rapid
4349
4326
- python-3.10
4350
4327
- standalone-noauth-nossl
4328
+ - noauth
4351
4329
- name : test-non-standard-rapid-python3.11-noauth-ssl-replica-set
4352
4330
commands :
4353
4331
- func : run server
@@ -4368,6 +4346,7 @@ tasks:
4368
4346
- server-rapid
4369
4347
- python-3.11
4370
4348
- replica_set-noauth-ssl
4349
+ - noauth
4371
4350
- name : test-non-standard-rapid-python3.12-auth-ssl-sharded-cluster
4372
4351
commands :
4373
4352
- func : run server
@@ -4388,6 +4367,7 @@ tasks:
4388
4367
- server-rapid
4389
4368
- python-3.12
4390
4369
- sharded_cluster-auth-ssl
4370
+ - auth
4391
4371
- name : test-non-standard-latest-python3.13-noauth-nossl-standalone
4392
4372
commands :
4393
4373
- func : run server
@@ -4408,6 +4388,7 @@ tasks:
4408
4388
- server-latest
4409
4389
- python-3.13
4410
4390
- standalone-noauth-nossl
4391
+ - noauth
4411
4392
- name : test-non-standard-latest-python3.9-noauth-ssl-replica-set
4412
4393
commands :
4413
4394
- func : run server
@@ -4428,6 +4409,7 @@ tasks:
4428
4409
- server-latest
4429
4410
- python-3.9
4430
4411
- replica_set-noauth-ssl
4412
+ - noauth
4431
4413
- name : test-non-standard-latest-python3.10-auth-ssl-sharded-cluster
4432
4414
commands :
4433
4415
- func : run server
@@ -4448,6 +4430,7 @@ tasks:
4448
4430
- server-latest
4449
4431
- python-3.10
4450
4432
- sharded_cluster-auth-ssl
4433
+ - auth
4451
4434
- name : test-non-standard-v4.0-pypy3.10-noauth-nossl-standalone
4452
4435
commands :
4453
4436
- func : run server
@@ -4468,6 +4451,7 @@ tasks:
4468
4451
- server-4.0
4469
4452
- python-pypy3.10
4470
4453
- standalone-noauth-nossl
4454
+ - noauth
4471
4455
- pypy
4472
4456
- name : test-non-standard-v4.2-pypy3.10-noauth-ssl-replica-set
4473
4457
commands :
@@ -4489,6 +4473,7 @@ tasks:
4489
4473
- server-4.2
4490
4474
- python-pypy3.10
4491
4475
- replica_set-noauth-ssl
4476
+ - noauth
4492
4477
- pypy
4493
4478
- name : test-non-standard-v4.4-pypy3.10-auth-ssl-sharded-cluster
4494
4479
commands :
@@ -4510,6 +4495,7 @@ tasks:
4510
4495
- server-4.4
4511
4496
- python-pypy3.10
4512
4497
- sharded_cluster-auth-ssl
4498
+ - auth
4513
4499
- pypy
4514
4500
- name : test-non-standard-v5.0-pypy3.10-noauth-nossl-standalone
4515
4501
commands :
@@ -4531,6 +4517,7 @@ tasks:
4531
4517
- server-5.0
4532
4518
- python-pypy3.10
4533
4519
- standalone-noauth-nossl
4520
+ - noauth
4534
4521
- pypy
4535
4522
- name : test-non-standard-v6.0-pypy3.10-noauth-ssl-replica-set
4536
4523
commands :
@@ -4552,6 +4539,7 @@ tasks:
4552
4539
- server-6.0
4553
4540
- python-pypy3.10
4554
4541
- replica_set-noauth-ssl
4542
+ - noauth
4555
4543
- pypy
4556
4544
- name : test-non-standard-v7.0-pypy3.10-auth-ssl-sharded-cluster
4557
4545
commands :
@@ -4573,6 +4561,7 @@ tasks:
4573
4561
- server-7.0
4574
4562
- python-pypy3.10
4575
4563
- sharded_cluster-auth-ssl
4564
+ - auth
4576
4565
- pypy
4577
4566
- name : test-non-standard-v8.0-pypy3.10-noauth-nossl-standalone
4578
4567
commands :
@@ -4594,6 +4583,7 @@ tasks:
4594
4583
- server-8.0
4595
4584
- python-pypy3.10
4596
4585
- standalone-noauth-nossl
4586
+ - noauth
4597
4587
- pypy
4598
4588
- name : test-non-standard-rapid-pypy3.10-noauth-ssl-replica-set
4599
4589
commands :
@@ -4615,6 +4605,7 @@ tasks:
4615
4605
- server-rapid
4616
4606
- python-pypy3.10
4617
4607
- replica_set-noauth-ssl
4608
+ - noauth
4618
4609
- pypy
4619
4610
- name : test-non-standard-latest-pypy3.10-auth-ssl-sharded-cluster
4620
4611
commands :
@@ -4636,4 +4627,5 @@ tasks:
4636
4627
- server-latest
4637
4628
- python-pypy3.10
4638
4629
- sharded_cluster-auth-ssl
4630
+ - auth
4639
4631
- pypy
0 commit comments