Skip to content

Commit 69f9561

Browse files
authored
GODRIVER-2019 test against 5.0 servers (#687)
1 parent dbf6945 commit 69f9561

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,10 @@ axes:
17341734
- id: version
17351735
display_name: MongoDB Version
17361736
values:
1737+
- id: "5.0"
1738+
display_name: "5.0"
1739+
variables:
1740+
VERSION: "5.0"
17371741
- id: "4.4"
17381742
display_name: "4.4"
17391743
variables:
@@ -1961,7 +1965,7 @@ buildvariants:
19611965
- name: ".test !.enterprise-auth !.snappy !.zstd"
19621966

19631967
- matrix_name: "tests-42-plus-zlib-zstd-support"
1964-
matrix_spec: { version: ["4.2", "4.4", "latest"], os-ssl-40: "*" }
1968+
matrix_spec: { version: ["4.2", "4.4", "5.0", "latest"], os-ssl-40: "*" }
19651969
display_name: "${version} ${os-ssl-40}"
19661970
tasks:
19671971
- name: ".test !.enterprise-auth !.snappy"
@@ -1974,49 +1978,49 @@ buildvariants:
19741978

19751979
- matrix_name: "aws-auth-test"
19761980
matrix_spec: { os-aws-auth: "*" }
1977-
matrix_spec: { version: ["4.4", "latest"], os-aws-auth: "*" }
1981+
matrix_spec: { version: ["4.4", "5.0", "latest"], os-aws-auth: "*" }
19781982
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
19791983
tasks:
19801984
- name: "aws-auth-test"
19811985

19821986
- matrix_name: "ocsp-test"
1983-
matrix_spec: { version: ["4.4", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
1987+
matrix_spec: { version: ["4.4", "5.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
19841988
display_name: "OCSP ${version} ${ocsp-rhel-70}"
19851989
batchtime: 20160 # 14 days
19861990
tasks:
19871991
- name: ".ocsp"
19881992

19891993
- matrix_name: "ocsp-test-windows"
1990-
matrix_spec: { version: ["4.4", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
1994+
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
19911995
display_name: "OCSP ${version} ${os-ssl-40}"
19921996
batchtime: 20160 # 14 days
19931997
tasks:
19941998
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
19951999
- name: ".ocsp-rsa !.ocsp-staple"
19962000

19972001
- matrix_name: "ocsp-test-macos"
1998-
matrix_spec: { version: ["4.4", "latest"], os-ssl-40: ["osx-go-1-16"] }
2002+
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["osx-go-1-16"] }
19992003
display_name: "OCSP ${version} ${os-ssl-40}"
20002004
batchtime: 20160 # 14 days
20012005
tasks:
20022006
# macos MongoDB servers do not staple OCSP responses and only support RSA.
20032007
- name: ".ocsp-rsa !.ocsp-staple"
20042008

20052009
- matrix_name: "versioned-api-test"
2006-
matrix_spec: { version: ["latest"], os-ssl-40: "*" }
2007-
display_name: "API Version ${os-ssl-40}"
2010+
matrix_spec: { version: ["5.0", "latest"], os-ssl-40: "*" }
2011+
display_name: "API Version ${version} ${os-ssl-40}"
20082012
tasks:
20092013
- name: ".versioned-api"
20102014

20112015
- matrix_name: "kms-tls-test"
20122016
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-16"] }
2013-
display_name: "KMS TLS ${version} ${os-ssl-40}"
2017+
display_name: "KMS TLS ${os-ssl-40}"
20142018
tasks:
20152019
- name: ".kms-tls"
20162020

20172021
- matrix_name: "load-balancer-test"
20182022
# The LB software is only available on Ubuntu 18.04, so we don't test on all OSes.
2019-
matrix_spec: { version: ["latest"], os-ssl-40: ["ubuntu1804-64-go-1-16"] }
2023+
matrix_spec: { version: ["5.0", "latest"], os-ssl-40: ["ubuntu1804-64-go-1-16"] }
20202024
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
20212025
tasks:
20222026
- name: ".load-balancer"

0 commit comments

Comments
 (0)