Skip to content

Commit 9a4ad54

Browse files
authored
GODRIVER-2825 Test against MongoDB 7.0 (#1294)
1 parent a179f7b commit 9a4ad54

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,10 @@ axes:
22792279
- id: version
22802280
display_name: MongoDB Version
22812281
values:
2282+
- id: "7.0"
2283+
display_name: "7.0"
2284+
variables:
2285+
VERSION: "7.0"
22822286
- id: "6.0"
22832287
display_name: "6.0"
22842288
variables:
@@ -2646,7 +2650,7 @@ buildvariants:
26462650
- name: ".test !.enterprise-auth !.snappy !.zstd"
26472651

26482652
- matrix_name: "tests-42-plus-zlib-zstd-support"
2649-
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "latest"], os-ssl-40: "*" }
2653+
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: "*" }
26502654
display_name: "${version} ${os-ssl-40}"
26512655
tasks:
26522656
- name: ".test !.enterprise-auth !.snappy"
@@ -2658,28 +2662,28 @@ buildvariants:
26582662
- name: ".test .enterprise-auth"
26592663

26602664
- matrix_name: "aws-auth-test"
2661-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-aws-auth: "*" }
2665+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-aws-auth: "*" }
26622666
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
26632667
tasks:
26642668
- name: "aws-auth-test"
26652669

26662670
- matrix_name: "ocsp-test"
2667-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-20"] }
2671+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-20"] }
26682672
display_name: "OCSP ${version} ${ocsp-rhel-70}"
26692673
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26702674
tasks:
26712675
- name: ".ocsp"
26722676

26732677
- matrix_name: "ocsp-test-windows"
2674-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
2678+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
26752679
display_name: "OCSP ${version} ${os-ssl-40}"
26762680
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26772681
tasks:
26782682
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
26792683
- name: ".ocsp-rsa !.ocsp-staple"
26802684

26812685
- matrix_name: "ocsp-test-macos"
2682-
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
2686+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
26832687
display_name: "OCSP ${version} ${os-ssl-40}"
26842688
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
26852689
tasks:
@@ -2693,7 +2697,7 @@ buildvariants:
26932697
- name: ".race"
26942698

26952699
- matrix_name: "versioned-api-test"
2696-
matrix_spec: { version: ["5.0", "6.0", "latest"], os-ssl-40: "*" }
2700+
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: "*" }
26972701
display_name: "API Version ${version} ${os-ssl-40}"
26982702
tasks:
26992703
- name: ".versioned-api"
@@ -2706,7 +2710,7 @@ buildvariants:
27062710

27072711
- matrix_name: "load-balancer-test"
27082712
# The LB software is only available on Ubuntu 18.04, so we don't test on all OSes.
2709-
matrix_spec: { version: ["5.0", "6.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
2713+
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
27102714
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
27112715
tasks:
27122716
- name: ".load-balancer"

0 commit comments

Comments
 (0)