@@ -986,6 +986,33 @@ tasks:
986
986
TOPOLOGY : " sharded_cluster"
987
987
- func : " run tests"
988
988
989
+ - name : " test-4.4-standalone"
990
+ tags : ["4.4", "standalone"]
991
+ commands :
992
+ - func : " bootstrap mongo-orchestration"
993
+ vars :
994
+ VERSION : " 4.4"
995
+ TOPOLOGY : " server"
996
+ - func : " run tests"
997
+
998
+ - name : " test-4.4-replica_set"
999
+ tags : ["4.4", "replica_set"]
1000
+ commands :
1001
+ - func : " bootstrap mongo-orchestration"
1002
+ vars :
1003
+ VERSION : " 4.4"
1004
+ TOPOLOGY : " replica_set"
1005
+ - func : " run tests"
1006
+
1007
+ - name : " test-4.4-sharded_cluster"
1008
+ tags : ["4.4", "sharded_cluster"]
1009
+ commands :
1010
+ - func : " bootstrap mongo-orchestration"
1011
+ vars :
1012
+ VERSION : " 4.4"
1013
+ TOPOLOGY : " sharded_cluster"
1014
+ - func : " run tests"
1015
+
989
1016
- name : " test-latest-standalone"
990
1017
tags : ["latest", "standalone"]
991
1018
commands :
@@ -1585,6 +1612,7 @@ buildvariants:
1585
1612
display_name : " ${platform} ${auth-ssl}"
1586
1613
tasks : &all-server-versions
1587
1614
- " .latest"
1615
+ - " .4.4"
1588
1616
- " .4.2"
1589
1617
- " .4.0"
1590
1618
- " .3.6"
@@ -1604,6 +1632,7 @@ buildvariants:
1604
1632
display_name : " Encryption ${platform} ${auth-ssl}"
1605
1633
tasks : &encryption-server-versions
1606
1634
- " .latest"
1635
+ - " .4.4"
1607
1636
- " .4.2"
1608
1637
- " .4.0"
1609
1638
- " .2.6"
@@ -1669,6 +1698,7 @@ buildvariants:
1669
1698
display_name : " ${platform} ${auth-ssl}"
1670
1699
tasks :
1671
1700
- " .latest"
1701
+ - " .4.4"
1672
1702
- " .4.2"
1673
1703
- " .4.0"
1674
1704
- " .3.6"
@@ -1691,6 +1721,7 @@ buildvariants:
1691
1721
display_name : " ${platform} ${auth} ${ssl}"
1692
1722
tasks :
1693
1723
- " .latest"
1724
+ - " .4.4"
1694
1725
- " .4.2"
1695
1726
- " .4.0"
1696
1727
- " .3.6"
@@ -1739,6 +1770,7 @@ buildvariants:
1739
1770
display_name : " ${platform} ${auth-ssl}"
1740
1771
tasks :
1741
1772
- " .latest"
1773
+ - " .4.4"
1742
1774
- " .4.2"
1743
1775
- " .4.0"
1744
1776
- " .3.6"
@@ -1753,6 +1785,7 @@ buildvariants:
1753
1785
display_name : " ${platform} ${auth-ssl}"
1754
1786
tasks :
1755
1787
- " .latest"
1788
+ - " .4.4"
1756
1789
- " .4.2"
1757
1790
variables :
1758
1791
set_xtrace_on : on
@@ -1865,6 +1898,7 @@ buildvariants:
1865
1898
display_name : " ${c-extensions} ${python-version} ${platform} ${auth} ${ssl} ${coverage}"
1866
1899
tasks :
1867
1900
- " .latest"
1901
+ - " .4.4"
1868
1902
- " .4.2"
1869
1903
- " .4.0"
1870
1904
- " .3.6"
@@ -1897,6 +1931,7 @@ buildvariants:
1897
1931
display_name : " ${compression} ${c-extensions} ${python-version} ${platform}"
1898
1932
tasks :
1899
1933
- " test-latest-standalone"
1934
+ - " test-4.4-standalone"
1900
1935
- " test-4.2-standalone"
1901
1936
rules :
1902
1937
# Server versions 3.6 and 4.0 support snappy and zlib.
@@ -1930,31 +1965,15 @@ buildvariants:
1930
1965
python-version-windows : " *"
1931
1966
auth-ssl : " *"
1932
1967
display_name : " ${platform} ${python-version-windows} ${auth-ssl}"
1933
- tasks :
1934
- - " .latest"
1935
- - " .4.2"
1936
- - " .4.0"
1937
- - " .3.6"
1938
- - " .3.4"
1939
- - " .3.2"
1940
- - " .3.0"
1941
- - " .2.6"
1968
+ tasks : *all-server-versions
1942
1969
1943
1970
- matrix_name : " tests-windows-python-version-32-bit"
1944
1971
matrix_spec :
1945
1972
platform : windows-64-vsMulti-small
1946
1973
python-version-windows-32 : " *"
1947
1974
auth-ssl : " *"
1948
1975
display_name : " ${platform} ${python-version-windows-32} ${auth-ssl}"
1949
- tasks :
1950
- - " .latest"
1951
- - " .4.2"
1952
- - " .4.0"
1953
- - " .3.6"
1954
- - " .3.4"
1955
- - " .3.2"
1956
- - " .3.0"
1957
- - " .2.6"
1976
+ tasks : *all-server-versions
1958
1977
1959
1978
- matrix_name : " tests-python-version-requires-openssl-102-plus-test-ssl"
1960
1979
matrix_spec :
@@ -1964,6 +1983,7 @@ buildvariants:
1964
1983
display_name : " ${python-version} OpenSSL 1.0.2 ${platform} ${auth-ssl}"
1965
1984
tasks :
1966
1985
- " .latest"
1986
+ - " .4.4"
1967
1987
- " .4.2"
1968
1988
- " .4.0"
1969
1989
- " .3.6"
@@ -2012,6 +2032,7 @@ buildvariants:
2012
2032
then :
2013
2033
add_tasks :
2014
2034
- " test-latest-standalone"
2035
+ - " test-4.4-standalone"
2015
2036
- " test-4.2-standalone"
2016
2037
- " test-4.0-standalone"
2017
2038
- " test-3.6-standalone"
0 commit comments