Skip to content

Commit 14ae603

Browse files
committed
don't test with FLE (python issues during launch)
1 parent a1c5c87 commit 14ae603

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.evergreen/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

.evergreen/config/standard.yml.erb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)