Skip to content

Commit 767de30

Browse files
committed
Add inactive buildvariant for running tests against latest server
1 parent af7f0ae commit 767de30

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

.evergreen/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,10 @@ axes:
777777
- id: "mongodb-version"
778778
display_name: MongoDB Version
779779
values:
780+
- id: 'latest'
781+
display_name: 'Latest'
782+
variables:
783+
MONGODB_VERSION: 'latest'
780784
- id: "8.0"
781785
display_name: "8.0"
782786
variables:
@@ -1571,6 +1575,19 @@ buildvariants:
15711575
# tasks:
15721576
# - name: "test-fle"
15731577

1578+
- name: 'latest'
1579+
activate: false
1580+
display_name: 'Latest MongoDB'
1581+
run_on: ubuntu2404-small
1582+
expansions:
1583+
FLE: helper
1584+
TOPOLOGY: replica_set
1585+
MLAUNCH_TOPOLOGY: replica-set
1586+
RVM_RUBY: "ruby-4.0"
1587+
MONGODB_VERSION: 'latest'
1588+
tasks:
1589+
- name: "test-fle"
1590+
15741591
- matrix_name: aws-auth-regular
15751592
matrix_spec:
15761593
# https://jira.mongodb.org/browse/RUBY-3311

.evergreen/config/axes.yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ axes:
22
- id: "mongodb-version"
33
display_name: MongoDB Version
44
values:
5+
- id: 'latest'
6+
display_name: 'Latest'
7+
variables:
8+
MONGODB_VERSION: 'latest'
59
- id: "8.0"
610
display_name: "8.0"
711
variables:

.evergreen/config/standard.yml.erb

Lines changed: 13 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,19 @@ buildvariants:
379378
# tasks:
380379
# - name: "test-fle"
381380

381+
- name: 'latest'
382+
activate: false
383+
display_name: 'Latest MongoDB'
384+
run_on: ubuntu2404-small
385+
expansions:
386+
FLE: helper
387+
TOPOLOGY: replica_set
388+
MLAUNCH_TOPOLOGY: replica-set
389+
RVM_RUBY: <%= latest_ruby %>
390+
MONGODB_VERSION: 'latest'
391+
tasks:
392+
- name: "test-fle"
393+
382394
- matrix_name: aws-auth-regular
383395
matrix_spec:
384396
# https://jira.mongodb.org/browse/RUBY-3311

0 commit comments

Comments
 (0)