@@ -344,34 +344,6 @@ tasks:
344
344
AUTH : " noauth"
345
345
SSL : " nossl"
346
346
347
- - name : test-standalone-noauth-ssl
348
- tags : ["test", "standalone"]
349
- commands :
350
- - func : bootstrap-mongo-orchestration
351
- vars :
352
- TOPOLOGY : " server"
353
- AUTH : " noauth"
354
- SSL : " ssl"
355
- - func : run-tests
356
- vars :
357
- TOPOLOGY : " server"
358
- AUTH : " noauth"
359
- SSL : " ssl"
360
-
361
- - name : test-standalone-auth-nossl
362
- tags : ["test", "standalone"]
363
- commands :
364
- - func : bootstrap-mongo-orchestration
365
- vars :
366
- TOPOLOGY : " server"
367
- AUTH : " auth"
368
- SSL : " nossl"
369
- - func : run-tests
370
- vars :
371
- TOPOLOGY : " server"
372
- AUTH : " auth"
373
- SSL : " nossl"
374
-
375
347
- name : test-standalone-auth-ssl
376
348
tags : ["test", "standalone"]
377
349
commands :
@@ -400,34 +372,6 @@ tasks:
400
372
AUTH : " noauth"
401
373
SSL : " nossl"
402
374
403
- - name : test-replicaset-noauth-ssl
404
- tags : ["test", "replicaset"]
405
- commands :
406
- - func : bootstrap-mongo-orchestration
407
- vars :
408
- TOPOLOGY : " replica_set"
409
- AUTH : " noauth"
410
- SSL : " ssl"
411
- - func : run-tests
412
- vars :
413
- TOPOLOGY : " replica_set"
414
- AUTH : " noauth"
415
- SSL : " ssl"
416
-
417
- - name : test-replicaset-auth-nossl
418
- tags : ["test", "replicaset"]
419
- commands :
420
- - func : bootstrap-mongo-orchestration
421
- vars :
422
- TOPOLOGY : " replica_set"
423
- AUTH : " auth"
424
- SSL : " nossl"
425
- - func : run-tests
426
- vars :
427
- TOPOLOGY : " replica_set"
428
- AUTH : " auth"
429
- SSL : " nossl"
430
-
431
375
- name : test-replicaset-auth-ssl
432
376
tags : ["test", "replicaset"]
433
377
commands :
@@ -456,34 +400,6 @@ tasks:
456
400
AUTH : " noauth"
457
401
SSL : " nossl"
458
402
459
- - name : test-sharded-noauth-ssl
460
- tags : ["test", "sharded"]
461
- commands :
462
- - func : bootstrap-mongo-orchestration
463
- vars :
464
- TOPOLOGY : " sharded_cluster"
465
- AUTH : " noauth"
466
- SSL : " ssl"
467
- - func : run-tests
468
- vars :
469
- TOPOLOGY : " sharded_cluster"
470
- AUTH : " noauth"
471
- SSL : " ssl"
472
-
473
- - name : test-sharded-auth-nossl
474
- tags : ["test", "sharded"]
475
- commands :
476
- - func : bootstrap-mongo-orchestration
477
- vars :
478
- TOPOLOGY : " sharded_cluster"
479
- AUTH : " auth"
480
- SSL : " nossl"
481
- - func : run-tests
482
- vars :
483
- TOPOLOGY : " sharded_cluster"
484
- AUTH : " auth"
485
- SSL : " nossl"
486
-
487
403
- name : test-sharded-auth-ssl
488
404
tags : ["test", "sharded"]
489
405
commands :
0 commit comments