MOTOR-934 Test against latest rapid releases (#180)

This commit is contained in:
Steven Silvester 2022-09-07 09:15:14 -05:00 committed by GitHub
parent bed1a56467
commit 19d12b0f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -662,6 +662,33 @@ tasks:
TOPOLOGY: "sharded_cluster"
- func: "run tox"
- name: "test-rapid-standalone"
tags: ["rapid", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "server"
- func: "run tox"
- name: "test-rapid-replica_set"
tags: ["rapid", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "replica_set"
- func: "run tox"
- name: "test-rapid-sharded_cluster"
tags: ["rapid", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "sharded_cluster"
- func: "run tox"
- name: "test-enterprise-auth"
commands:
- func: "bootstrap mongo-orchestration"
@ -851,6 +878,7 @@ buildvariants:
tox-env: ["synchro37"]
ssl: "ssl"
tasks:
- ".rapid"
- ".latest"
- ".6.0"
- ".5.0"
@ -866,6 +894,7 @@ buildvariants:
tox-env-ubuntu: "*"
ssl: "*"
tasks:
- ".rapid"
- ".latest"
- ".6.0"
- ".5.0"
@ -878,6 +907,7 @@ buildvariants:
tox-env-win: "*"
ssl: "*"
tasks:
- ".rapid"
- ".latest"
- ".6.0"
- ".5.0"
@ -893,6 +923,7 @@ buildvariants:
tox-env-osx: "*"
ssl: "*"
tasks:
- ".rapid"
- ".latest"
- ".6.0"