Skip to content

Commit 5882f3b

Browse files
GORIVER-2399 add 6.0 to testing evergreen testing matrices (#935)
1 parent e955489 commit 5882f3b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.evergreen/config.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,10 @@ axes:
18431843
- id: version
18441844
display_name: MongoDB Version
18451845
values:
1846+
- id: "6.0"
1847+
display_name: "6.0"
1848+
variables:
1849+
VERSION: "6.0"
18461850
- id: "5.0"
18471851
display_name: "5.0"
18481852
variables:
@@ -2129,7 +2133,7 @@ buildvariants:
21292133
- name: ".test !.enterprise-auth !.snappy !.zstd"
21302134

21312135
- matrix_name: "tests-42-plus-zlib-zstd-support"
2132-
matrix_spec: { version: ["4.2", "4.4", "5.0", "latest"], os-ssl-40: "*" }
2136+
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "latest"], os-ssl-40: "*" }
21332137
display_name: "${version} ${os-ssl-40}"
21342138
tasks:
21352139
- name: ".test !.enterprise-auth !.snappy"
@@ -2141,36 +2145,36 @@ buildvariants:
21412145
- name: ".test .enterprise-auth"
21422146

21432147
- matrix_name: "aws-auth-test"
2144-
matrix_spec: { version: ["4.4", "5.0", "latest"], os-aws-auth: "*" }
2148+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-aws-auth: "*" }
21452149
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
21462150
tasks:
21472151
- name: "aws-auth-test"
21482152

21492153
- matrix_name: "ocsp-test"
2150-
matrix_spec: { version: ["4.4", "5.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
2154+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
21512155
display_name: "OCSP ${version} ${ocsp-rhel-70}"
21522156
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
21532157
tasks:
21542158
- name: ".ocsp"
21552159

21562160
- matrix_name: "ocsp-test-windows"
2157-
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
2161+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
21582162
display_name: "OCSP ${version} ${os-ssl-40}"
21592163
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
21602164
tasks:
21612165
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
21622166
- name: ".ocsp-rsa !.ocsp-staple"
21632167

21642168
- matrix_name: "ocsp-test-macos"
2165-
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["osx-go-1-16"] }
2169+
matrix_spec: { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["osx-go-1-16"] }
21662170
display_name: "OCSP ${version} ${os-ssl-40}"
21672171
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
21682172
tasks:
21692173
# macos MongoDB servers do not staple OCSP responses and only support RSA.
21702174
- name: ".ocsp-rsa !.ocsp-staple"
21712175

21722176
- matrix_name: "versioned-api-test"
2173-
matrix_spec: { version: ["5.0", "latest"], os-ssl-40: "*" }
2177+
matrix_spec: { version: ["5.0", "6.0", "latest"], os-ssl-40: "*" }
21742178
display_name: "API Version ${version} ${os-ssl-40}"
21752179
tasks:
21762180
- name: ".versioned-api"

0 commit comments

Comments
 (0)