Skip to content

Commit 22e84f0

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

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
@@ -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"

0 commit comments

Comments
 (0)