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 @@ -1334,6 +1334,33 @@ tasks:
1334
1334
TOPOLOGY : " sharded_cluster"
1335
1335
- func : " run tests"
1336
1336
1337
+ - name : " test-rapid-standalone"
1338
+ tags : ["rapid", "standalone"]
1339
+ commands :
1340
+ - func : " bootstrap mongo-orchestration"
1341
+ vars :
1342
+ VERSION : " rapid"
1343
+ TOPOLOGY : " server"
1344
+ - func : " run tests"
1345
+
1346
+ - name : " test-rapid-replica_set"
1347
+ tags : ["rapid", "replica_set"]
1348
+ commands :
1349
+ - func : " bootstrap mongo-orchestration"
1350
+ vars :
1351
+ VERSION : " rapid"
1352
+ TOPOLOGY : " replica_set"
1353
+ - func : " run tests"
1354
+
1355
+ - name : " test-rapid-sharded_cluster"
1356
+ tags : ["rapid", "sharded_cluster"]
1357
+ commands :
1358
+ - func : " bootstrap mongo-orchestration"
1359
+ vars :
1360
+ VERSION : " rapid"
1361
+ TOPOLOGY : " sharded_cluster"
1362
+ - func : " run tests"
1363
+
1337
1364
- name : " test-serverless"
1338
1365
tags : ["serverless"]
1339
1366
commands :
@@ -2284,6 +2311,7 @@ buildvariants:
2284
2311
auth-ssl : " *"
2285
2312
display_name : " ${platform} ${auth-ssl}"
2286
2313
tasks : &all-server-versions
2314
+ - " .rapid"
2287
2315
- " .latest"
2288
2316
- " .5.0"
2289
2317
- " .4.4"
You can’t perform that action at this time.
0 commit comments