Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 5 additions & 27 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ tasks:
commands:
- func: "bootstrap-mongo-orchestration"
vars:
VERSION: "latest"
VERSION: "8.0"
TOPOLOGY: "replica_set"
- func: "run-search-index-tests"

Expand Down Expand Up @@ -2080,10 +2080,6 @@ axes:
display_name: "rapid"
variables:
VERSION: "rapid"
- id: "latest"
display_name: "latest"
variables:
VERSION: "latest"

# OSes that require >= 3.2 for SSL
- id: os-ssl-32
Expand Down Expand Up @@ -2541,41 +2537,35 @@ buildvariants:
tasks:
- name: ".test !.enterprise-auth !.snappy"

- matrix_name: "tests-latest-zlib-zstd-support"
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
display_name: "${version} ${os-ssl-40}"
tasks:
- name: ".test !.enterprise-auth !.snappy"

- matrix_name: "enterprise-auth-tests"
matrix_spec: { os-ssl-32: "*" }
display_name: "Enterprise Auth - ${os-ssl-32}"
tasks:
- name: ".test .enterprise-auth"

- matrix_name: "aws-auth-test"
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-aws-auth: "*" }
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-aws-auth: "*" }
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
tasks:
- name: "aws-auth-test"

- matrix_name: "ocsp-test"
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], ocsp-rhel-87: ["rhel87"] }
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], ocsp-rhel-87: ["rhel87"] }
display_name: "OCSP ${version} ${ocsp-rhel-87}"
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
tasks:
- name: ".ocsp"

- matrix_name: "ocsp-test-windows"
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["windows-64"] }
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64"] }
display_name: "OCSP ${version} ${os-ssl-40}"
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
tasks:
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
- name: ".ocsp-rsa !.ocsp-staple"

- matrix_name: "ocsp-test-macos"
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["macos11"] }
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["macos11"] }
display_name: "OCSP ${version} ${os-ssl-40}"
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
tasks:
Expand All @@ -2596,12 +2586,6 @@ buildvariants:
tasks:
- name: ".versioned-api"

- matrix_name: "versioned-api-latest-test"
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
display_name: "API Version ${version} ${os-ssl-40}"
tasks:
- name: ".versioned-api"

- matrix_name: "kms-tls-test"
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
display_name: "KMS TLS ${os-ssl-40}"
Expand All @@ -2615,12 +2599,6 @@ buildvariants:
tasks:
- name: ".load-balancer"

- matrix_name: "load-balancer-latest-test"
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64"] }
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
tasks:
- name: ".load-balancer"

- matrix_name: "kms-kmip-test"
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
display_name: "KMS KMIP ${os-ssl-40}"
Expand Down
Loading