@@ -1785,6 +1785,44 @@ tasks:
1785
1785
- func : start-load-balancer
1786
1786
- func : run-lb-tests
1787
1787
- func : stop-load-balancer
1788
+ - name : test-7.0-load-balanced
1789
+ tags :
1790
+ - latest
1791
+ - sharded_cluster
1792
+ - load_balancer
1793
+ commands :
1794
+ - command : expansions.update
1795
+ type : setup
1796
+ params :
1797
+ updates :
1798
+ - {key: VERSION, value: '7.0'}
1799
+ - {key: TOPOLOGY, value: sharded_cluster}
1800
+ - {key: AUTH, value: auth}
1801
+ - {key: LOAD_BALANCER, value: 'true'}
1802
+ - func : install dependencies
1803
+ - func : bootstrap mongo-orchestration
1804
+ - func : start-load-balancer
1805
+ - func : run-lb-tests
1806
+ - func : stop-load-balancer
1807
+ - name : test-rapid-load-balanced
1808
+ tags :
1809
+ - latest
1810
+ - sharded_cluster
1811
+ - load_balancer
1812
+ commands :
1813
+ - command : expansions.update
1814
+ type : setup
1815
+ params :
1816
+ updates :
1817
+ - {key: VERSION, value: rapid}
1818
+ - {key: TOPOLOGY, value: sharded_cluster}
1819
+ - {key: AUTH, value: auth}
1820
+ - {key: LOAD_BALANCER, value: 'true'}
1821
+ - func : install dependencies
1822
+ - func : bootstrap mongo-orchestration
1823
+ - func : start-load-balancer
1824
+ - func : run-lb-tests
1825
+ - func : stop-load-balancer
1788
1826
- name : test-latest-load-balanced
1789
1827
tags :
1790
1828
- latest
@@ -3955,6 +3993,8 @@ buildvariants:
3955
3993
- test-atlas-connectivity
3956
3994
- test-5.0-load-balanced
3957
3995
- test-6.0-load-balanced
3996
+ - test-7.0-load-balanced
3997
+ - test-rapid-load-balanced
3958
3998
- test-latest-load-balanced
3959
3999
- test-auth-kerberos
3960
4000
- test-auth-ldap
@@ -4006,6 +4046,8 @@ buildvariants:
4006
4046
- test-atlas-connectivity
4007
4047
- test-5.0-load-balanced
4008
4048
- test-6.0-load-balanced
4049
+ - test-7.0-load-balanced
4050
+ - test-rapid-load-balanced
4009
4051
- test-latest-load-balanced
4010
4052
- test-auth-kerberos
4011
4053
- test-auth-ldap
@@ -4057,6 +4099,8 @@ buildvariants:
4057
4099
- test-atlas-connectivity
4058
4100
- test-5.0-load-balanced
4059
4101
- test-6.0-load-balanced
4102
+ - test-7.0-load-balanced
4103
+ - test-rapid-load-balanced
4060
4104
- test-latest-load-balanced
4061
4105
- test-auth-kerberos
4062
4106
- test-auth-ldap
@@ -4107,6 +4151,8 @@ buildvariants:
4107
4151
- test-atlas-connectivity
4108
4152
- test-5.0-load-balanced
4109
4153
- test-6.0-load-balanced
4154
+ - test-7.0-load-balanced
4155
+ - test-rapid-load-balanced
4110
4156
- test-latest-load-balanced
4111
4157
- test-auth-kerberos
4112
4158
- test-auth-ldap
0 commit comments