Skip to content

Commit 82f69bf

Browse files
authored
Add MongoDB 8.0 to testing matrix (#1385)
JAVA-5456
1 parent 70598ff commit 82f69bf

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.evergreen/.evg.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,13 @@ axes:
17631763
# Multiple mongos instances can be specified in the connection string
17641764
# for this version.
17651765
SAFE_FOR_MULTI_MONGOS: true
1766+
- id: "8.0"
1767+
display_name: "8.0"
1768+
variables:
1769+
VERSION: "8.0"
1770+
# Multiple mongos instances can be specified in the connection string
1771+
# for this version.
1772+
SAFE_FOR_MULTI_MONGOS: true
17661773
- id: "7.0"
17671774
display_name: "7.0"
17681775
variables:
@@ -2211,15 +2218,15 @@ buildvariants:
22112218

22122219
- matrix_name: "tests-zstd-compression"
22132220
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
2214-
version: ["4.2", "4.4", "5.0", "6.0", "7.0", "latest"],
2221+
version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "latest"],
22152222
topology: "standalone", os: "linux" }
22162223
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
22172224
tags: ["tests-variant"]
22182225
tasks:
22192226
- name: "test"
22202227

22212228
- matrix_name: "tests-jdk8-unsecure"
2222-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "latest"],
2229+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "latest"],
22232230
topology: "*", os: "linux" }
22242231
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
22252232
tags: ["tests-variant"]
@@ -2228,7 +2235,7 @@ buildvariants:
22282235

22292236
- matrix_name: "tests-jdk-secure"
22302237
matrix_spec: { auth: "auth", ssl: "ssl", jdk: [ "jdk8", "jdk17", "jdk21"],
2231-
version: ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "latest" ],
2238+
version: ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "latest" ],
22322239
topology: "*", os: "linux" }
22332240
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
22342241
tags: ["tests-variant"]
@@ -2243,15 +2250,15 @@ buildvariants:
22432250
- name: "test"
22442251

22452252
- matrix_name: "tests-require-api-version"
2246-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk21"], version: ["5.0", "6.0", "7.0", "latest"],
2253+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk21"], version: ["5.0", "6.0", "7.0", "8.0", "latest"],
22472254
topology: "standalone", os: "linux" }
22482255
display_name: "${version} ${topology} ${api-version} "
22492256
tags: ["tests-variant"]
22502257
tasks:
22512258
- name: "test"
22522259

22532260
- matrix_name: "tests-load-balancer-secure"
2254-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk21"], version: ["5.0", "6.0", "7.0", "latest"], topology: "sharded-cluster",
2261+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk21"], version: ["5.0", "6.0", "7.0", "8.0", "latest"], topology: "sharded-cluster",
22552262
os: "ubuntu" }
22562263
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
22572264
tasks:
@@ -2359,7 +2366,7 @@ buildvariants:
23592366
batchtime: 20160 # 14 days
23602367

23612368
- matrix_name: "aws-auth-test"
2362-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17", "jdk21"], version: ["4.4", "5.0", "6.0", "7.0", "latest"], os: "ubuntu",
2369+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17", "jdk21"], version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os: "ubuntu",
23632370
aws-credential-provider: "*" }
23642371
display_name: "MONGODB-AWS Basic Auth test ${version} ${jdk} ${aws-credential-provider}"
23652372
run_on: ubuntu2004-small
@@ -2378,14 +2385,15 @@ buildvariants:
23782385
- name: "aws-auth-test-with-web-identity-credentials"
23792386

23802387
- matrix_name: "accept-api-version-2-test"
2381-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk21", version: ["5.0", "6.0", "7.0", "latest"], topology: "standalone", os: "linux" }
2388+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk21", version: ["5.0", "6.0", "7.0", "8.0", "latest"], topology: "standalone",
2389+
os: "linux" }
23822390
display_name: "Accept API Version 2 ${version}"
23832391
run_on: ubuntu2004-small
23842392
tasks:
23852393
- name: "accept-api-version-2-test"
23862394

23872395
- matrix_name: "ocsp-test"
2388-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk21", version: ["4.4", "5.0", "6.0", "7.0", "latest"], os: "ubuntu" }
2396+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk21", version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os: "ubuntu" }
23892397
display_name: "OCSP test ${version} ${os}"
23902398
tasks:
23912399
- name: ".ocsp"
@@ -2460,7 +2468,7 @@ buildvariants:
24602468
- name: ".csfle-aws-from-environment"
24612469

24622470
- matrix_name: "csfle-tests-with-mongocryptd"
2463-
matrix_spec: { os: "linux", version: [ "4.2", "4.4", "5.0", "6.0", "7.0", "latest" ], topology: ["replicaset"] }
2471+
matrix_spec: { os: "linux", version: [ "4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], topology: ["replicaset"] }
24642472
display_name: "CSFLE with mongocryptd: ${version}"
24652473
tasks:
24662474
- name: "csfle-tests-with-mongocryptd"

0 commit comments

Comments
 (0)