Skip to content

Commit bb699bd

Browse files
authored
GODRIVER-3209 Test against 8.0 builds (#1628)
1 parent 091ec6c commit bb699bd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.evergreen/config.yml

+11-7
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,10 @@ axes:
19611961
- id: version
19621962
display_name: MongoDB Version
19631963
values:
1964+
- id: "8.0"
1965+
display_name: "8.0"
1966+
variables:
1967+
VERSION: "8.0"
19641968
- id: "7.0"
19651969
display_name: "7.0"
19661970
variables:
@@ -2397,7 +2401,7 @@ buildvariants:
23972401

23982402
- matrix_name: "tests-42-plus-zlib-zstd-support"
23992403
tags: ["pullrequest"]
2400-
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2404+
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
24012405
display_name: "${version} ${os-ssl-40}"
24022406
tasks:
24032407
- name: ".test !.enterprise-auth !.snappy"
@@ -2415,28 +2419,28 @@ buildvariants:
24152419
- name: ".test .enterprise-auth"
24162420

24172421
- matrix_name: "aws-auth-test"
2418-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-aws-auth: "*" }
2422+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-aws-auth: "*" }
24192423
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
24202424
tasks:
24212425
- name: "aws-auth-test"
24222426

24232427
- matrix_name: "ocsp-test"
2424-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], ocsp-rhel-87: ["rhel87-go-1-20"] }
2428+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], ocsp-rhel-87: ["rhel87-go-1-20"] }
24252429
display_name: "OCSP ${version} ${ocsp-rhel-87}"
24262430
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
24272431
tasks:
24282432
- name: ".ocsp"
24292433

24302434
- matrix_name: "ocsp-test-windows"
2431-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
2435+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
24322436
display_name: "OCSP ${version} ${os-ssl-40}"
24332437
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
24342438
tasks:
24352439
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
24362440
- name: ".ocsp-rsa !.ocsp-staple"
24372441

24382442
- matrix_name: "ocsp-test-macos"
2439-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
2443+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
24402444
display_name: "OCSP ${version} ${os-ssl-40}"
24412445
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
24422446
tasks:
@@ -2452,7 +2456,7 @@ buildvariants:
24522456

24532457
- matrix_name: "versioned-api-test"
24542458
tags: ["pullrequest"]
2455-
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2459+
matrix_spec: { version: ["5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
24562460
display_name: "API Version ${version} ${os-ssl-40}"
24572461
tasks:
24582462
- name: ".versioned-api"
@@ -2471,7 +2475,7 @@ buildvariants:
24712475

24722476
- matrix_name: "load-balancer-test"
24732477
tags: ["pullrequest"]
2474-
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
2478+
matrix_spec: { version: ["5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
24752479
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
24762480
tasks:
24772481
- name: ".load-balancer"

0 commit comments

Comments
 (0)