File tree Expand file tree Collapse file tree 2 files changed +0
-45
lines changed Expand file tree Collapse file tree 2 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -4424,41 +4424,6 @@ buildvariants:
4424
4424
- test-3.6-server-noauth
4425
4425
- test-3.6-replica_set-noauth
4426
4426
- test-3.6-sharded_cluster-noauth
4427
- - name : rhel8-new-connection-tests
4428
- display_name : New Connection Tests
4429
- run_on : rhel80-large
4430
- expansions :
4431
- NODE_LTS_VERSION : 20
4432
- CLIENT_ENCRYPTION : true
4433
- tasks :
4434
- - test-latest-server
4435
- - test-latest-replica_set
4436
- - test-latest-sharded_cluster
4437
- - test-rapid-server
4438
- - test-rapid-replica_set
4439
- - test-rapid-sharded_cluster
4440
- - test-7.0-server
4441
- - test-7.0-replica_set
4442
- - test-7.0-sharded_cluster
4443
- - test-6.0-server
4444
- - test-6.0-replica_set
4445
- - test-6.0-sharded_cluster
4446
- - test-5.0-server
4447
- - test-5.0-replica_set
4448
- - test-5.0-sharded_cluster
4449
- - test-4.4-server
4450
- - test-4.4-replica_set
4451
- - test-4.4-sharded_cluster
4452
- - test-4.2-server
4453
- - test-4.2-replica_set
4454
- - test-4.2-sharded_cluster
4455
- - test-4.0-server
4456
- - test-4.0-replica_set
4457
- - test-4.0-sharded_cluster
4458
- - test-3.6-server
4459
- - test-3.6-replica_set
4460
- - test-3.6-sharded_cluster
4461
- - test-latest-server-v1-api
4462
4427
- name : rhel8-test-lambda
4463
4428
display_name : AWS Lambda handler tests
4464
4429
run_on : rhel80-large
Original file line number Diff line number Diff line change @@ -738,16 +738,6 @@ BUILD_VARIANTS.push({
738
738
tasks : AUTH_DISABLED_TASKS . map ( ( { name } ) => name )
739
739
} ) ;
740
740
741
- BUILD_VARIANTS . push ( {
742
- name : 'rhel8-new-connection-tests' ,
743
- display_name : 'New Connection Tests' ,
744
- run_on : DEFAULT_OS ,
745
- expansions : {
746
- NODE_LTS_VERSION : LATEST_LTS ,
747
- CLIENT_ENCRYPTION : true ,
748
- } ,
749
- tasks : BASE_TASKS . map ( ( { name } ) => name )
750
- } ) ;
751
741
752
742
BUILD_VARIANTS . push ( {
753
743
name : 'rhel8-test-lambda' ,
You can’t perform that action at this time.
0 commit comments