@@ -1843,6 +1843,10 @@ axes:
1843
1843
- id : version
1844
1844
display_name : MongoDB Version
1845
1845
values :
1846
+ - id : " 6.0"
1847
+ display_name : " 6.0"
1848
+ variables :
1849
+ VERSION : " 6.0"
1846
1850
- id : " 5.0"
1847
1851
display_name : " 5.0"
1848
1852
variables :
@@ -2129,7 +2133,7 @@ buildvariants:
2129
2133
- name : " .test !.enterprise-auth !.snappy !.zstd"
2130
2134
2131
2135
- 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: "*" }
2133
2137
display_name : " ${version} ${os-ssl-40}"
2134
2138
tasks :
2135
2139
- name : " .test !.enterprise-auth !.snappy"
@@ -2141,36 +2145,36 @@ buildvariants:
2141
2145
- name : " .test .enterprise-auth"
2142
2146
2143
2147
- 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: "*" }
2145
2149
display_name : " MONGODB-AWS Auth ${version} ${os-aws-auth}"
2146
2150
tasks :
2147
2151
- name : " aws-auth-test"
2148
2152
2149
2153
- 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"] }
2151
2155
display_name : " OCSP ${version} ${ocsp-rhel-70}"
2152
2156
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2153
2157
tasks :
2154
2158
- name : " .ocsp"
2155
2159
2156
2160
- 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"] }
2158
2162
display_name : " OCSP ${version} ${os-ssl-40}"
2159
2163
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2160
2164
tasks :
2161
2165
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
2162
2166
- name : " .ocsp-rsa !.ocsp-staple"
2163
2167
2164
2168
- 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"] }
2166
2170
display_name : " OCSP ${version} ${os-ssl-40}"
2167
2171
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2168
2172
tasks :
2169
2173
# macos MongoDB servers do not staple OCSP responses and only support RSA.
2170
2174
- name : " .ocsp-rsa !.ocsp-staple"
2171
2175
2172
2176
- 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: "*" }
2174
2178
display_name : " API Version ${version} ${os-ssl-40}"
2175
2179
tasks :
2176
2180
- name : " .versioned-api"
0 commit comments