Skip to content

Commit acdd8c7

Browse files
blink1073ShaneHarvey
authored andcommitted
PYTHON-3109 Test against latest rapid releases (#862)
(cherry picked from commit 405c11d)
1 parent f46de18 commit acdd8c7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.evergreen/config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,33 @@ tasks:
13341334
TOPOLOGY: "sharded_cluster"
13351335
- func: "run tests"
13361336

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+
13371364
- name: "test-serverless"
13381365
tags: ["serverless"]
13391366
commands:
@@ -2284,6 +2311,7 @@ buildvariants:
22842311
auth-ssl: "*"
22852312
display_name: "${platform} ${auth-ssl}"
22862313
tasks: &all-server-versions
2314+
- ".rapid"
22872315
- ".latest"
22882316
- ".5.0"
22892317
- ".4.4"

0 commit comments

Comments
 (0)