File tree Expand file tree Collapse file tree 1 file changed +59
-3
lines changed Expand file tree Collapse file tree 1 file changed +59
-3
lines changed Original file line number Diff line number Diff line change @@ -1936,14 +1936,50 @@ buildvariants:
1936
1936
tasks :
1937
1937
- " serverless_task_group"
1938
1938
1939
- - matrix_name : " csfle-topology "
1939
+ - matrix_name : " csfle-mongodb-version "
1940
1940
matrix_spec :
1941
1941
os :
1942
1942
- ubuntu-20.04
1943
1943
mongodb-version :
1944
+ - " latest"
1945
+ - " rapid"
1944
1946
- " 6.0"
1947
+ - " 5.0"
1948
+ - " 4.4"
1949
+ topology :
1950
+ - " standalone"
1951
+ crypt-shared :
1952
+ - " enabled"
1953
+ tls-feature :
1954
+ - " default"
1955
+ display_name : " CSFLE (${crypt-shared}, ${tls-feature}) on mongodb ${mongodb-version} ${topology} / ${os}"
1956
+ tasks :
1957
+ - " test-csfle"
1958
+
1959
+ # There's no 4.2 build for ubuntu-20.04, so drop down to -18.04.
1960
+ - matrix_name : " csfle-mongodb-version-old"
1961
+ matrix_spec :
1962
+ os :
1963
+ - ubuntu-18.04
1964
+ mongodb-version :
1965
+ - " 4.2"
1945
1966
topology :
1946
1967
- " standalone"
1968
+ crypt-shared :
1969
+ - " enabled"
1970
+ tls-feature :
1971
+ - " default"
1972
+ display_name : " CSFLE (${crypt-shared}, ${tls-feature}) on mongodb ${mongodb-version} ${topology} / ${os}"
1973
+ tasks :
1974
+ - " test-csfle"
1975
+
1976
+ - matrix_name : " csfle-topology"
1977
+ matrix_spec :
1978
+ os :
1979
+ - ubuntu-20.04
1980
+ mongodb-version :
1981
+ - " 6.0"
1982
+ topology :
1947
1983
- " replica-set"
1948
1984
crypt-shared :
1949
1985
- " enabled"
@@ -1970,13 +2006,33 @@ buildvariants:
1970
2006
tasks :
1971
2007
- " test-csfle"
1972
2008
1973
- - matrix_name : " csfle-crypt-shared "
2009
+ - matrix_name : " csfle-mongocryptd "
1974
2010
matrix_spec :
1975
2011
os :
1976
2012
- ubuntu-20.04
1977
2013
mongodb-version :
1978
- - " 5.0"
2014
+ - " latest"
2015
+ - " rapid"
1979
2016
- " 6.0"
2017
+ - " 5.0"
2018
+ - " 4.4"
2019
+ topology :
2020
+ - " standalone"
2021
+ crypt-shared :
2022
+ - " disabled"
2023
+ tls-feature :
2024
+ - " default"
2025
+ display_name : " CSFLE (${crypt-shared}, ${tls-feature}) on mongodb ${mongodb-version} ${topology} / ${os}"
2026
+ tasks :
2027
+ - " test-csfle"
2028
+
2029
+ # There's no 4.2 build for ubuntu-20.04, so drop down to -18.04.
2030
+ - matrix_name : " csfle-mongocryptd-old"
2031
+ matrix_spec :
2032
+ os :
2033
+ - ubuntu-18.04
2034
+ mongodb-version :
2035
+ - " 4.2"
1980
2036
topology :
1981
2037
- " standalone"
1982
2038
crypt-shared :
You can’t perform that action at this time.
0 commit comments