File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1260,6 +1260,33 @@ tasks:
12601260 TOPOLOGY : " sharded_cluster"
12611261 - func : " run tests"
12621262
1263+ - name : " test-rapid-standalone"
1264+ tags : ["rapid", "standalone"]
1265+ commands :
1266+ - func : " bootstrap mongo-orchestration"
1267+ vars :
1268+ VERSION : " rapid"
1269+ TOPOLOGY : " server"
1270+ - func : " run tests"
1271+
1272+ - name : " test-rapid-replica_set"
1273+ tags : ["rapid", "replica_set"]
1274+ commands :
1275+ - func : " bootstrap mongo-orchestration"
1276+ vars :
1277+ VERSION : " rapid"
1278+ TOPOLOGY : " replica_set"
1279+ - func : " run tests"
1280+
1281+ - name : " test-rapid-sharded_cluster"
1282+ tags : ["rapid", "sharded_cluster"]
1283+ commands :
1284+ - func : " bootstrap mongo-orchestration"
1285+ vars :
1286+ VERSION : " rapid"
1287+ TOPOLOGY : " sharded_cluster"
1288+ - func : " run tests"
1289+
12631290 - name : " test-serverless"
12641291 tags : ["serverless"]
12651292 commands :
@@ -2123,6 +2150,7 @@ buildvariants:
21232150 auth-ssl : " *"
21242151 display_name : " ${platform} ${auth-ssl}"
21252152 tasks : &all-server-versions
2153+ - " .rapid"
21262154 - " .latest"
21272155 - " .5.0"
21282156 - " .4.4"
You can’t perform that action at this time.
0 commit comments