@@ -1785,6 +1785,44 @@ tasks:
17851785 - func : start-load-balancer
17861786 - func : run-lb-tests
17871787 - 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
17881826 - name : test-latest-load-balanced
17891827 tags :
17901828 - latest
@@ -3955,6 +3993,8 @@ buildvariants:
39553993 - test-atlas-connectivity
39563994 - test-5.0-load-balanced
39573995 - test-6.0-load-balanced
3996+ - test-7.0-load-balanced
3997+ - test-rapid-load-balanced
39583998 - test-latest-load-balanced
39593999 - test-auth-kerberos
39604000 - test-auth-ldap
@@ -4006,6 +4046,8 @@ buildvariants:
40064046 - test-atlas-connectivity
40074047 - test-5.0-load-balanced
40084048 - test-6.0-load-balanced
4049+ - test-7.0-load-balanced
4050+ - test-rapid-load-balanced
40094051 - test-latest-load-balanced
40104052 - test-auth-kerberos
40114053 - test-auth-ldap
@@ -4057,6 +4099,8 @@ buildvariants:
40574099 - test-atlas-connectivity
40584100 - test-5.0-load-balanced
40594101 - test-6.0-load-balanced
4102+ - test-7.0-load-balanced
4103+ - test-rapid-load-balanced
40604104 - test-latest-load-balanced
40614105 - test-auth-kerberos
40624106 - test-auth-ldap
@@ -4107,6 +4151,8 @@ buildvariants:
41074151 - test-atlas-connectivity
41084152 - test-5.0-load-balanced
41094153 - test-6.0-load-balanced
4154+ - test-7.0-load-balanced
4155+ - test-rapid-load-balanced
41104156 - test-latest-load-balanced
41114157 - test-auth-kerberos
41124158 - test-auth-ldap
0 commit comments