Skip to content

Commit ce6ff8d

Browse files
Merge branch 'master' into 3612-otel
2 parents b4d9a68 + 0462992 commit ce6ff8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1255
-874
lines changed

.evergreen/config.yml

Lines changed: 128 additions & 312 deletions
Large diffs are not rendered by default.

.evergreen/config/axes.yml.erb

Lines changed: 32 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
axes:
2-
3-
- id: preload
4-
display_name: Preload server
5-
values:
6-
- id: nopreload
7-
display_name: Do not preload
8-
- id: preload
9-
display_name: Preload
10-
variables:
11-
PRELOAD_ARG: -p
12-
132
- id: "mongodb-version"
143
display_name: MongoDB Version
154
values:
16-
- id: "latest"
17-
display_name: "latest"
18-
variables:
19-
MONGODB_VERSION: "latest"
20-
CRYPT_SHARED_VERSION: "latest"
215
- id: "8.0"
226
display_name: "8.0"
237
variables:
@@ -68,23 +52,29 @@ axes:
6852
- id: "standalone"
6953
display_name: Standalone
7054
variables:
71-
TOPOLOGY: standalone
55+
TOPOLOGY: server
56+
MLAUNCH_TOPOLOGY: standalone
7257
- id: "replica-set"
7358
display_name: Replica Set
7459
variables:
75-
TOPOLOGY: replica-set
60+
TOPOLOGY: replica_set
61+
MLAUNCH_TOPOLOGY: replica-set
7662
- id: "replica-set-single-node"
7763
display_name: Replica Set (Single Node)
7864
variables:
7965
TOPOLOGY: replica-set-single-node
66+
MLAUNCH_TOPOLOGY: replica-set-single-node
8067
- id: "sharded-cluster"
8168
display_name: Sharded
8269
variables:
83-
TOPOLOGY: sharded-cluster
70+
TOPOLOGY: sharded_cluster
71+
MLAUNCH_TOPOLOGY: sharded-cluster
8472
- id: "load-balanced"
8573
display_name: Load Balanced
8674
variables:
87-
TOPOLOGY: load-balanced
75+
TOPOLOGY: sharded_cluster
76+
MLAUNCH_TOPOLOGY: sharded-cluster
77+
LOAD_BALANCED: 'true'
8878

8979
- id: "single-mongos"
9080
display_name: Single Mongos
@@ -101,22 +91,22 @@ axes:
10191
display_name: Auth SSL
10292
variables:
10393
AUTH: "auth"
104-
SSL: "ssl"
94+
SSL: "yes"
10595
- id: "auth-and-nossl"
10696
display_name: Auth NoSSL
10797
variables:
10898
AUTH: "auth"
10999
- id: "noauth-and-ssl"
110100
display_name: NoAuth SSL
111101
variables:
112-
SSL: "ssl"
102+
SSL: "yes"
113103
- id: "noauth-and-nossl"
114104
display_name: NoAuth NoSSL
115105
- id: "x509"
116106
display_name: X.509
117107
variables:
118108
AUTH: "x509"
119-
SSL: "ssl"
109+
SSL: "yes"
120110
- id: kerberos
121111
display_name: Kerberos
122112
variables:
@@ -145,6 +135,14 @@ axes:
145135
- id: "ruby"
146136
display_name: Ruby Version
147137
values:
138+
- id: "ruby-dev"
139+
display_name: ruby-dev
140+
variables:
141+
RVM_RUBY: "ruby-dev"
142+
- id: "ruby-3.5"
143+
display_name: ruby-3.5
144+
variables:
145+
RVM_RUBY: "ruby-3.5"
148146
- id: "ruby-3.4"
149147
display_name: ruby-3.4
150148
variables:
@@ -173,25 +171,22 @@ axes:
173171
display_name: ruby-2.7
174172
variables:
175173
RVM_RUBY: "ruby-2.7"
176-
- id: "ruby-head"
177-
display_name: ruby-head
174+
- id: "jruby-10"
175+
display_name: jruby-10
178176
variables:
179-
RVM_RUBY: "ruby-head"
180-
- id: "jruby-9.3"
181-
display_name: jruby-9.3
182-
variables:
183-
RVM_RUBY: "jruby-9.3"
177+
RVM_RUBY: "jruby-10"
184178
- id: "jruby-9.4"
185179
display_name: jruby-9.4
186180
variables:
187181
RVM_RUBY: "jruby-9.4"
182+
- id: "jruby-9.3"
183+
display_name: jruby-9.3
184+
variables:
185+
RVM_RUBY: "jruby-9.3"
188186

189187
- id: "os"
190188
display_name: OS
191189
values:
192-
- id: debian11
193-
display_name: "Debian 11"
194-
run_on: debian11-small
195190
- id: ubuntu2404
196191
display_name: "Ubuntu 24.04"
197192
run_on: ubuntu2404-small
@@ -210,16 +205,9 @@ axes:
210205
- id: ubuntu1804
211206
display_name: "Ubuntu 18.04"
212207
run_on: ubuntu1804-small
213-
214-
- id: docker-distro
215-
display_name: Docker Distro
216-
values:
217-
<% %w(debian11 ubuntu2204).each do |distro| %>
218-
- id: <%= distro %>
219-
display_name: <%= distro %>
220-
variables:
221-
DOCKER_DISTRO: <%= distro %>
222-
<% end %>
208+
- id: debian11
209+
display_name: "Debian 11"
210+
run_on: debian11-small
223211

224212
- id: "compressor"
225213
display_name: Compressor
@@ -309,15 +297,6 @@ axes:
309297
variables:
310298
BSON: min
311299

312-
- id: storage-engine
313-
display_name: Storage Engine
314-
values:
315-
- id: mmapv1
316-
display_name: MMAPv1
317-
run_on: ubuntu1804-small
318-
variables:
319-
MMAPV1: 'true'
320-
321300
- id: "fle"
322301
display_name: FLE
323302
values:
@@ -408,5 +387,6 @@ axes:
408387
display_name: Yes
409388
variables:
410389
API_VERSION_REQUIRED: 1
390+
REQUIRE_API_VERSION: 1
411391
- id: no
412392
display_name: No

0 commit comments

Comments
 (0)