Skip to content

Commit 354432c

Browse files
authored
Add inactive buildvariant for running tests against latest server (#2982)
* Add inactive buildvariant for running tests against latest server * remove unnecessary axis change * use a less ambiguous name * don't test with FLE (python issues during launch)
1 parent af7f0ae commit 354432c

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.evergreen/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,18 @@ buildvariants:
15711571
# tasks:
15721572
# - name: "test-fle"
15731573

1574+
- name: 'latest-server'
1575+
activate: false
1576+
display_name: 'Latest MongoDB Server'
1577+
run_on: ubuntu2204-small
1578+
expansions:
1579+
TOPOLOGY: sharded_cluster
1580+
MLAUNCH_TOPOLOGY: sharded-cluster
1581+
RVM_RUBY: "ruby-4.0"
1582+
MONGODB_VERSION: 'latest'
1583+
tasks:
1584+
- name: 'run-main-test-suite'
1585+
15741586
- matrix_name: aws-auth-regular
15751587
matrix_spec:
15761588
# https://jira.mongodb.org/browse/RUBY-3311

.evergreen/config/standard.yml.erb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
# The latest stable version of MongoDB
3030
latest_stable_mdb = "8.0".inspect # so it gets quoted as a string
3131

32-
3332
recent_mdb = %w( 8.0 7.0 )
3433
%>
3534

@@ -379,6 +378,18 @@ buildvariants:
379378
# tasks:
380379
# - name: "test-fle"
381380

381+
- name: 'latest-server'
382+
activate: false
383+
display_name: 'Latest MongoDB Server'
384+
run_on: ubuntu2204-small
385+
expansions:
386+
TOPOLOGY: sharded_cluster
387+
MLAUNCH_TOPOLOGY: sharded-cluster
388+
RVM_RUBY: <%= latest_ruby %>
389+
MONGODB_VERSION: 'latest'
390+
tasks:
391+
- name: 'run-main-test-suite'
392+
382393
- matrix_name: aws-auth-regular
383394
matrix_spec:
384395
# https://jira.mongodb.org/browse/RUBY-3311

0 commit comments

Comments
 (0)