File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1574,15 +1574,14 @@ buildvariants:
15741574 - name : ' latest-server'
15751575 activate : false
15761576 display_name : ' Latest MongoDB Server'
1577- run_on : ubuntu2404 -small
1577+ run_on : ubuntu2204 -small
15781578 expansions :
1579- FLE : helper
1580- TOPOLOGY : replica_set
1581- MLAUNCH_TOPOLOGY : replica-set
1579+ TOPOLOGY : sharded_cluster
1580+ MLAUNCH_TOPOLOGY : sharded-cluster
15821581 RVM_RUBY : " ruby-4.0"
15831582 MONGODB_VERSION : ' latest'
15841583 tasks :
1585- - name : " test-fle "
1584+ - name : ' run-main- test-suite '
15861585
15871586 - matrix_name : aws-auth-regular
15881587 matrix_spec :
Original file line number Diff line number Diff line change @@ -381,15 +381,14 @@ buildvariants:
381381 - name: 'latest-server'
382382 activate: false
383383 display_name: 'Latest MongoDB Server'
384- run_on: ubuntu2404 -small
384+ run_on: ubuntu2204 -small
385385 expansions:
386- FLE: helper
387- TOPOLOGY: replica_set
388- MLAUNCH_TOPOLOGY: replica-set
386+ TOPOLOGY: sharded_cluster
387+ MLAUNCH_TOPOLOGY: sharded-cluster
389388 RVM_RUBY: <%= latest_ruby %>
390389 MONGODB_VERSION: 'latest'
391390 tasks:
392- - name: " test-fle"
391+ - name: 'run-main- test-suite'
393392
394393 - matrix_name: aws-auth-regular
395394 matrix_spec:
You can’t perform that action at this time.
0 commit comments