Skip to content

Commit 9046817

Browse files
RUBY-3392 Support QE Range v2 (#2894)
1 parent 2d8a249 commit 9046817

File tree

68 files changed

+612
-21682
lines changed

Some content is hidden

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

68 files changed

+612
-21682
lines changed

.evergreen/config.yml

+181-112
Large diffs are not rendered by default.

.evergreen/config/axes.yml.erb

+17-7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ axes:
1818
variables:
1919
MONGODB_VERSION: "latest"
2020
CRYPT_SHARED_VERSION: "latest"
21+
- id: "8.0"
22+
display_name: "8.0"
23+
variables:
24+
MONGODB_VERSION: "8.0"
2125
- id: "7.0"
2226
display_name: "7.0"
2327
variables:
@@ -185,18 +189,24 @@ axes:
185189
- id: debian11
186190
display_name: "Debian 11"
187191
run_on: debian11-small
192+
- id: ubuntu2404
193+
display_name: "Ubuntu 24.04"
194+
run_on: ubuntu2404-small
195+
- id: ubuntu2404-arm
196+
display_name: "Ubuntu 24.04 ARM64"
197+
run_on: ubuntu2404-arm64-small
188198
- id: ubuntu2204
189199
display_name: "Ubuntu 22.04"
190200
run_on: ubuntu2204-small
201+
- id: ubuntu2204-arm
202+
display_name: "Ubuntu 22.04 ARM64"
203+
run_on: ubuntu2204-arm64-small
191204
- id: ubuntu2004
192205
display_name: "Ubuntu 20.04"
193206
run_on: ubuntu2004-small
194-
- id: rhel8
195-
display_name: "RHEL 8"
196-
run_on: rhel80-small
197-
- id: rhel8-arm
198-
display_name: "RHEL 8 ARM64"
199-
run_on: rhel82-arm64-small
207+
- id: ubuntu1804
208+
display_name: "Ubuntu 18.04"
209+
run_on: ubuntu1804-small
200210

201211
- id: docker-distro
202212
display_name: Docker Distro
@@ -301,7 +311,7 @@ axes:
301311
values:
302312
- id: mmapv1
303313
display_name: MMAPv1
304-
run_on: rhel80-small
314+
run_on: ubuntu1804-small
305315
variables:
306316
MMAPV1: 'true'
307317

0 commit comments

Comments
 (0)