MOTOR-934 Test against latest rapid releases (#180)
This commit is contained in:
parent
bed1a56467
commit
19d12b0f4e
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user