@@ -265,7 +265,7 @@ buildvariants:
265
265
# Enterprise auth tests
266
266
- name : auth-enterprise-rhel8
267
267
tasks :
268
- - name : .test-non-standard .noauth
268
+ - name : .test-non-standard .auth
269
269
display_name : Auth Enterprise RHEL8
270
270
run_on :
271
271
- rhel87-small
@@ -274,7 +274,7 @@ buildvariants:
274
274
AUTH : auth
275
275
- name : auth-enterprise-macos
276
276
tasks :
277
- - name : .test-non-standard !.pypy .noauth
277
+ - name : .test-non-standard !.pypy .auth
278
278
display_name : Auth Enterprise macOS
279
279
run_on :
280
280
- macos-14
@@ -283,7 +283,7 @@ buildvariants:
283
283
AUTH : auth
284
284
- name : auth-enterprise-win64
285
285
tasks :
286
- - name : .test-non-standard !.pypy .noauth
286
+ - name : .test-non-standard !.pypy .auth
287
287
display_name : Auth Enterprise Win64
288
288
run_on :
289
289
- windows-64-vsMulti-small
@@ -363,11 +363,11 @@ buildvariants:
363
363
# Load balancer tests
364
364
- name : load-balancer
365
365
tasks :
366
- - name : .test-non-standard .server-6.0 .sharded_cluster-noauth-nossl
367
- - name : .test-non-standard .server-7.0 .sharded_cluster-noauth-nossl
368
- - name : .test-non-standard .server-8.0 .sharded_cluster-noauth-nossl
369
- - name : .test-non-standard .server-rapid .sharded_cluster-noauth-nossl
370
- - name : .test-non-standard .server-latest .sharded_cluster-noauth-nossl
366
+ - name : .test-non-standard .server-6.0 .sharded_cluster-auth-ssl
367
+ - name : .test-non-standard .server-7.0 .sharded_cluster-auth-ssl
368
+ - name : .test-non-standard .server-8.0 .sharded_cluster-auth-ssl
369
+ - name : .test-non-standard .server-rapid .sharded_cluster-auth-ssl
370
+ - name : .test-non-standard .server-latest .sharded_cluster-auth-ssl
371
371
display_name : Load Balancer
372
372
run_on :
373
373
- rhel87-small
0 commit comments