Skip to content
246 changes: 2 additions & 244 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ timeout:
ls -la

include:
- filename: .evergreen/generated_configs/variants.yml
- filename: .evergreen/generated_configs/tasks.yml
- filename: .evergreen/generated_configs/variants.yml

functions:
"fetch source":
Expand Down Expand Up @@ -971,249 +972,6 @@ tasks:
TOPOLOGY: "server"
- func: "run doctests"

- name: "test-4.0-standalone"
tags: ["4.0", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.0"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-4.0-replica_set"
tags: ["4.0", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.0"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-4.0-sharded_cluster"
tags: ["4.0", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.0"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-4.2-standalone"
tags: ["4.2", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.2"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-4.2-replica_set"
tags: ["4.2", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.2"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-4.2-sharded_cluster"
tags: ["4.2", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.2"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-4.4-standalone"
tags: ["4.4", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.4"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-4.4-replica_set"
tags: ["4.4", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.4"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-4.4-sharded_cluster"
tags: ["4.4", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "4.4"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-5.0-standalone"
tags: ["5.0", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "5.0"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-5.0-replica_set"
tags: ["5.0", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "5.0"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-5.0-sharded_cluster"
tags: ["5.0", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "5.0"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-6.0-standalone"
tags: ["6.0", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "6.0"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-6.0-replica_set"
tags: ["6.0", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "6.0"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-6.0-sharded_cluster"
tags: ["6.0", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "6.0"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-8.0-standalone"
tags: ["8.0", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "8.0"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-8.0-replica_set"
tags: ["8.0", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "8.0"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-8.0-sharded_cluster"
tags: ["8.0", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "8.0"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-7.0-standalone"
tags: ["7.0", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "7.0"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-7.0-replica_set"
tags: ["7.0", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "7.0"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-7.0-sharded_cluster"
tags: ["7.0", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "7.0"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-latest-standalone"
tags: ["latest", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "latest"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-latest-replica_set"
tags: ["latest", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "latest"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-latest-sharded_cluster"
tags: ["latest", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "latest"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-rapid-standalone"
tags: ["rapid", "standalone"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "server"
- func: "run tests"

- name: "test-rapid-replica_set"
tags: ["rapid", "replica_set"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "replica_set"
- func: "run tests"

- name: "test-rapid-sharded_cluster"
tags: ["rapid", "sharded_cluster"]
commands:
- func: "bootstrap mongo-orchestration"
vars:
VERSION: "rapid"
TOPOLOGY: "sharded_cluster"
- func: "run tests"

- name: "test-serverless"
tags: ["serverless"]
commands:
Expand Down
Loading
Loading